.elementor-29332 .elementor-element.elementor-element-4979a16{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-29332 .elementor-element.elementor-element-5fa3c42 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-5fa3c42 */.custom-post {
    /* Base isolation for the entire card structure */
    font-family: Arial, sans-serif;
    max-width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #333;
    box-sizing: border-box; /* Crucial for preventing layout shifts */
    overflow-x: hidden;
}

/* Scoped Card Styling */
.custom-post .card {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 15px 0;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    box-sizing: border-box;
}

/* Scoped Header Styling */
.custom-post .header-banner {
    background-color: #005b96;
    color: white;
    padding: 15px 20px;
    border-radius: 8px 8px 0 0;
    text-align: center;
    margin: -20px -20px 20px -20px; /* Counteract parent padding for full width */
}
.custom-post .header-banner h1 {
    margin: 0;
    font-size: 1.8em;
}

/* Scoped Section Headings */
.custom-post .section-heading {
    color: #003f63;
    border-bottom: 2px solid #003f63;
    padding-bottom: 5px;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 1.5em;
}

/* Scoped Responsive Table Wrapper */
.custom-post .responsive-table {
    overflow-x: auto;
    width: 100%;
    margin-bottom: 20px;
}
.custom-post .responsive-table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    font-size: 0.95em;
}
.custom-post .responsive-table th, 
.custom-post .responsive-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    word-wrap: break-word;
}
.custom-post .responsive-table th {
    background-color: #e2f0fb;
    color: #003f63;
    font-weight: bold;
}
.custom-post .responsive-table tr:nth-child(even) {
    background-color: #f9f9f9;
}
.custom-post .responsive-table .two-col-table th, 
.custom-post .responsive-table .two-col-table td {
    width: 50%;
}

/* Scoped Important Note Box */
.custom-post .important {
    background-color: #fff3cd;
    border-left: 5px solid #ffca2c;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
    color: #856404;
    font-weight: bold;
}

/* Scoped Button Link */
.custom-post .button-link {
    display: block;
    width: 90%;
    max-width: 400px;
    margin: 20px auto;
    padding: 12px;
    text-align: center;
    background-color: #005b96;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.1em;
    transition: background-color 0.3s;
}
.custom-post .button-link:hover {
    background-color: #003f63;
}

/* Scoped List Styling */
.custom-post ul, 
.custom-post ol {
    padding-left: 25px;
    margin: 10px 0;
}
.custom-post li {
    margin-bottom: 5px;
}

/* Scoped Media Queries */
@media (max-width: 600px) {
    .custom-post .card {
        padding: 15px;
        margin: 10px 0;
    }
    .custom-post .header-banner {
        margin: -15px -15px 15px -15px;
    }
    .custom-post .header-banner h1 {
        font-size: 1.5em;
    }
    .custom-post .section-heading {
        font-size: 1.3em;
    }
}/* End custom CSS */