.elementor-29282 .elementor-element.elementor-element-d6dde49{--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-aa7bdaa */<style>
/* Base Reset and Global Typography */
.custom-post {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f9f9f9;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* Card Styling for Each Section */
.custom-post .card {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    margin: 15px 0; /* Add vertical margin between cards */
    padding: 20px;
    border: 1px solid #eee;
}

/* Ensure no inner margin/padding on main container as requested */
.custom-post .card:first-child {
    margin-top: 0;
}
.custom-post .card:last-child {
    margin-bottom: 0;
}

/* Header/Title Styling */
.custom-post h1 {
    background-color: #005b96;
    color: white;
    padding: 15px 20px;
    margin: 0 -20px 20px -20px; /* Extend background to card edges */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 1.5em;
    text-align: center;
}

/* Section Headings */
.custom-post h2 {
    color: #003f63;
    font-size: 1.4em;
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 2px solid #e2f0fb;
    padding-bottom: 5px;
}
.custom-post h3 {
    color: #003f63;
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* Responsive Table Container */
.custom-post .responsive-table {
    overflow-x: auto;
    width: 100%;
    margin: 20px 0;
}

/* Table Styling */
.custom-post table {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    margin-bottom: 0;
}

.custom-post th, .custom-post td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #ddd;
    word-wrap: break-word;
}

.custom-post th {
    background-color: #e2f0fb;
    color: #003f63;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9em;
}

.custom-post tr:nth-child(even) {
    background-color: #f8f8f8;
}

/* Important Notes Box */
.custom-post .important {
    background-color: #fff3cd;
    border-left: 5px solid #ffca2c;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
    color: #664d03;
}

.custom-post .important h3 {
    color: #ffca2c;
    margin-top: 0;
    font-size: 1.1em;
}

/* Lists */
.custom-post ul, .custom-post ol {
    padding-left: 20px;
    margin-bottom: 15px;
}

/* Button Styling */
.custom-post .btn-cta {
    display: inline-block;
    background-color: #005b96;
    color: white;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 5px;
    margin: 15px 0;
    font-weight: bold;
    text-align: center;
    transition: background-color 0.3s;
}

.custom-post .btn-cta:hover {
    background-color: #003f63;
}

/* Table of Contents */
.custom-post .toc {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 4px;
    background-color: #f4f4f4;
    margin-bottom: 20px;
}

.custom-post .toc h3 {
    color: #003f63;
    margin-top: 0;
    font-size: 1.2em;
}

.custom-post .toc ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.custom-post .toc li a {
    text-decoration: none;
    color: #005b96;
    display: block;
    padding: 5px 0;
}

/* Ensure full responsiveness for smaller screens */
@media (max-width: 600px) {
    .custom-post h1 {
        font-size: 1.3em;
        padding: 15px 10px;
    }
    .custom-post th, .custom-post td {
        padding: 10px;
        font-size: 0.9em;
    }
    .custom-post .card {
        padding: 15px;
    }
}
</style>/* End custom CSS */