.elementor-31909 .elementor-element.elementor-element-899121d{--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-31909 .elementor-element.elementor-element-d5cc9a2 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-d5cc9a2 */.custom-post {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 100%;
    overflow-x: hidden;
    background-color: #f4f4f4; /* Light background for contrast against white cards */
}

.custom-post .post-header {
    background-color: #005b96;
    color: #ffffff;
    padding: 20px;
    margin: 0 0 15px 0; /* Margin only at the bottom */
    border-radius: 6px 6px 0 0;
}

.custom-post .post-header h1 {
    margin: 0;
    font-size: 1.8em;
    font-weight: bold;
}

/* --- Card Styling for Sections --- */
.custom-post section {
    background-color: #ffffff; /* White background for the card */
    padding: 20px;
    margin: 15px 0; /* Top/Bottom margin for separation, 0px left/right */
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); /* Subtle shadow for card effect */
    border: none;
}

.custom-post h2, .custom-post h3 {
    color: #003f63;
    padding-bottom: 5px;
    border-bottom: 2px solid #005b96;
    margin-top: 0;
    font-size: 1.5em;
}

.custom-post p {
    margin-bottom: 1em;
}

.custom-post .responsive-table {
    overflow-x: auto;
    margin: 15px 0;
}

.custom-post table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

.custom-post th, .custom-post td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
}

.custom-post th {
    background-color: #e2f0fb;
    color: #003f63;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9em;
}

.custom-post .toc-list {
    background-color: #f8f8f8; /* Lighter background within the card structure */
    border: 1px solid #eee;
    padding: 15px 20px;
    margin: 15px 0; /* Apply card margin */
    border-radius: 6px;
    box-shadow: none; /* Keep TOC flat */
}

.custom-post .toc-list h3 {
    border: none;
    font-size: 1.2em;
}

.custom-post ul, .custom-post ol {
    padding-left: 25px;
    margin-bottom: 15px;
}

.custom-post ul li, .custom-post ol li {
    margin-bottom: 10px;
}

.custom-post .important {
    border: 1px solid #ffca2c;
    border-left: 5px solid #ffca2c;
    background-color: #fff3cd;
    padding: 15px;
    margin: 15px 0; /* Treated as a standalone card/block */
    border-radius: 6px;
    color: #856404;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); /* Added shadow for consistency */
}

.custom-post .important h4 {
    margin-top: 0;
    color: #856404;
}

.custom-post .cta-button {
    display: block;
    width: fit-content;
    margin: 20px 0;
    padding: 10px 20px;
    background-color: #005b96;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    transition: background-color 0.3s;
}

.custom-post .cta-button:hover {
    background-color: #003f63;
}

.custom-post .footer {
    padding: 20px;
    background-color: #f8f8f8;
    text-align: center;
    font-size: 0.9em;
    color: #666;
    border-top: 1px solid #eee;
    margin: 15px 0 0 0; /* Top margin for separation, 0px left/right/bottom */
    border-radius: 0 0 6px 6px;
}

/* Mobile responsiveness */
@media screen and (max-width: 600px) {
    .custom-post th, .custom-post td {
        padding: 8px 10px;
    }
    .custom-post .post-header h1 {
        font-size: 1.4em;
    }
    .custom-post h2, .custom-post h3 {
        font-size: 1.3em;
    }
}/* End custom CSS */