.elementor-27915 .elementor-element.elementor-element-3c9ee85{--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-27915 .elementor-element.elementor-element-9ba9c80 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-9ba9c80 *//*
 * General Mobile-First Reset and Card Styling
 * Ensure left and right margin/padding are 0px for responsive layout
 */

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f4f4f9;
    padding: 0;
    margin: 0;
}

/* Main Post Container - Reusable */
.custom-post {
    max-width: 1200px; /* Max width for desktop viewing comfort */
    margin: 0 auto; /* Center the post on wide screens */
    padding: 0;
    box-sizing: border-box;
}

/* Header Styling */
.custom-post header {
    background-color: #005b96;
    color: white;
    padding: 30px 20px;
    margin: 0 0 20px 0; /* No left/right margin */
    border-radius: 8px 8px 0 0;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.custom-post header h1 {
    margin-top: 0;
    font-size: 1.8em;
    line-height: 1.2;
}

.custom-post header p {
    margin: 5px 0 0 0;
    font-size: 1em;
    opacity: 0.9;
}

/* Card Styling for Sections AND Ads */
.custom-post .section-card,
.custom-post .ad-card {
    background-color: white;
    padding: 20px;
    margin: 20px 0; /* 0px left/right margin for sections and ads */
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    box-sizing: border-box;
    width: 100%; /* Full width for responsiveness */
}

/* Ad Card Specific Styling */
.ad-card p {
    margin: 0;
    font-size: 0.8em;
    color: #888;
    text-align: center;
}

/* Section Headings */
.custom-post .section-card h2,
.custom-post .section-card h3 {
    color: #003f63;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
    margin-top: 0;
}

/* Responsive Table Container */
.responsive-table {
    overflow-x: auto; /* Allows horizontal scrolling on small devices */
    margin-top: 15px;
    box-sizing: border-box;
}

/* Table Styling */
.responsive-table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    min-width: 400px; /* Ensure tables don't compress too much on tiny screens */
}

.responsive-table th,
.responsive-table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
    word-wrap: break-word; /* Wrap long text naturally */
}

/* Table Headers */
.responsive-table th {
    background-color: #e2f0fb;
    color: #003f63;
    font-weight: bold;
}

/* Alternate row shading (optional but good practice) */
.responsive-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Lists Styling */
.custom-post ul, .custom-post ol {
    padding-left: 20px;
}

.custom-post li {
    margin-bottom: 10px;
}

/* Important Notes Box */
.important {
    background-color: #fff3cd;
    border-left: 5px solid #ffca2c;
    padding: 15px;
    margin: 15px 0;
    border-radius: 4px;
    font-size: 0.95em;
}

.important p {
    margin: 0 0 10px 0;
}

/* Call-to-Action Button */
.cta-button {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 20px auto 10px auto;
    padding: 15px 20px;
    background-color: #005b96;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: bold;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #003f63;
}

/* Footer Styling */
.custom-post footer {
    padding: 20px 0;
    text-align: center;
    font-size: 0.9em;
    color: #666;
    border-top: 1px solid #ddd;
    margin: 20px 0 0 0;
}

.custom-post footer a {
    color: #005b96;
    text-decoration: none;
    margin: 0 10px;
}/* End custom CSS */