.elementor-29775 .elementor-element.elementor-element-158bb28{--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 );}/* Start custom CSS for text-editor, class: .elementor-element-02718a5 */.custom-post {
    font-family: Arial, sans-serif;
    max-width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #333;
    box-sizing: border-box;
}

/* Card-based styling for sections - fully responsive */
/* The general card structure is defined here */
.custom-post .section-card {
    background-color: white;
    margin: 15px 0px; /* Top/Bottom margin for separation, Left/Right margin 0px */
    padding: 20px 15px; /* Internal padding for content readability */
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}

/* Header Styling (Main Banner Card) */
.custom-post .header-title {
    background-color: #005b96;
    color: white;
    padding: 20px 15px;
    border-radius: 8px; /* Corner round */
    margin-bottom: 20px;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}

.custom-post .header-title h1 {
    margin: 0;
    font-size: 1.8em;
    font-weight: bold;
}

/* Section Headings Styling (inside cards) */
.custom-post .section-card h2, 
.custom-post .section-card h3, 
.custom-post .section-card h4 {
    color: #003f63;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 5px;
    margin-top: 0; /* Remove top margin since the card provides separation */
    margin-bottom: 15px;
    font-size: 1.5em;
}
.custom-post .section-card h3 {
    font-size: 1.3em;
}

/* Introduction and Paragraphs */
.custom-post p {
    margin: 10px 0;
    text-align: justify;
}

/* Table of Content Styling (inherits from section-card) */
.custom-post .toc {
    border: 1px solid #ddd;
    background-color: #f9f9f9; /* Slightly different background for TOC */
    padding: 15px;
}

.custom-post .toc h3 {
    color: #005b96;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.custom-post .toc ul {
    list-style-type: none;
    padding-left: 10px;
    margin: 0;
}

.custom-post .toc a {
    color: #003f63;
    text-decoration: none;
}

.custom-post .toc a:hover {
    text-decoration: underline;
}

/* Responsive Table Container */
.custom-post .responsive-table {
    overflow-x: auto;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.custom-post table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    min-width: 300px;
}

.custom-post th, .custom-post td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    font-size: 0.95em;
}

/* Table Header Styling */
.custom-post th {
    background-color: #e2f0fb;
    color: #003f63;
    font-weight: bold;
}

/* Important Notes Box Styling (Inside a card) */
.custom-post .important {
    background-color: #fff3cd;
    border-left: 5px solid #ffca2c;
    padding: 15px;
    margin-top: 10px;
    border-radius: 4px;
}

.custom-post .important h4 {
    color: #856404;
    margin-top: 0;
    border-bottom: 1px dashed #ffca2c;
    padding-bottom: 5px;
}

/* CTA Button Styling */
.custom-post .cta-button {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #005b96;
    color: white;
    padding: 15px 0;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    margin: 20px 0 0; /* Adjusted margin to fit inside card better */
    box-sizing: border-box;
}

.custom-post .cta-button:hover {
    background-color: #003f63;
}

/* Footer Styling */
.custom-post .footer {
    padding-top: 15px;
    border-top: 1px solid #ddd;
    font-size: 0.9em;
    text-align: center;
    color: #666;
    margin-top: 20px;
}

@media (max-width: 600px) {
    .custom-post .header-title h1 {
        font-size: 1.5em;
    }

    .custom-post .section-card h2 {
        font-size: 1.3em;
    }
}/* End custom CSS */