.elementor-28163 .elementor-element.elementor-element-476ffb8{--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-28163 .elementor-element.elementor-element-c62d7f1 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-c62d7f1 *//* Custom Post Styling for Reusability and Mobile-First Design */
.custom-post {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 100%; /* Fully responsive */
    overflow-x: hidden;
    padding: 0; /* Left and right margin/padding 0px */
    margin: 0; /* Left and right margin/padding 0px */
}

/* Card Styling for Sections AND Ads */
.custom-post .section-card {
    background-color: white;
    padding: 20px;
    margin: 20px 0; /* 0px left/right margin */
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

/* Advertisement Card Styling */
.custom-post .ad-card {
    background-color: #f9f9f9;
    padding: 15px;
    margin: 20px 0; /* 0px left/right margin */
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    text-align: center;
}
.custom-post .ad-card p {
    margin: 0 0 10px 0; 
    font-size: 0.8em; 
    color: #888;
}

/* Header Styling */
.custom-post header {
    background-color: #005b96;
    color: white;
    padding: 20px;
    border-radius: 8px 8px 0 0; /* Corner round for the header */
    margin-bottom: 20px;
}
.custom-post header h1 {
    margin: 0;
    font-size: 1.8em;
}
.custom-post header p {
    margin: 5px 0 0 0;
    font-size: 0.9em;
}

/* Table of Contents Styling */
.custom-post .toc {
    background-color: #f7f7f7;
    border: 1px solid #e0e0e0;
    padding: 15px;
    border-radius: 8px;
}
.custom-post .toc h2 {
    color: #003f63;
    margin-top: 0;
    font-size: 1.2em;
}
.custom-post .toc ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    column-count: 1; /* Default for mobile */
}
.custom-post .toc ul li {
    margin-bottom: 5px;
}
.custom-post .toc ul a {
    color: #005b96;
    text-decoration: none;
}

/* Section Heading Styling */
.custom-post h2, .custom-post h3 {
    color: #003f63;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
    margin-top: 25px;
}

/* Responsive Table Wrapper */
.custom-post .responsive-table {
    overflow-x: auto; /* Allows horizontal scrolling on small screens */
    margin: 15px 0;
}

/* Table Styling */
.custom-post table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto; /* Handles long content naturally */
    font-size: 0.9em;
}
.custom-post th, .custom-post td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
}
/* Table Header Color Theme */
.custom-post th {
    background-color: #e2f0fb;
    color: #003f63;
    font-weight: bold;
}
.custom-post tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Important Notes Box Styling */
.custom-post .important {
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    border-left: 5px solid #ffca2c; /* Left border color */
    padding: 15px;
    border-radius: 4px;
    margin: 20px 0;
}
.custom-post .important h3 {
    color: #856404;
    margin-top: 0;
    border-bottom: none;
}

/* Button Styling */
.custom-post .action-button {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 20px 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;
}
.custom-post .action-button:hover {
    background-color: #003f63;
}

/* Footer Styling */
.custom-post footer {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    font-size: 0.9em;
}

/* Media Queries for Responsiveness */
@media (min-width: 600px) {
    .custom-post header h1 {
        font-size: 2.2em;
    }
    .custom-post .toc ul {
        column-count: 2; /* Two columns on tablet/desktop */
    }
}
@media (min-width: 900px) {
    .custom-post header {
        padding: 30px;
    }
    .custom-post .toc ul {
        column-count: 3; /* Three columns on desktop */
    }
}/* End custom CSS */