.elementor-28086 .elementor-element.elementor-element-6a2043a{--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-28086 .elementor-element.elementor-element-ba02ec5 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-ba02ec5 */.custom-post {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 100%;
    margin: 0; /* Ensures 0px left/right margin */
    padding: 0;
}
.custom-post * {
    box-sizing: border-box;
}
.custom-post header {
    background-color: #005b96;
    color: white;
    padding: 25px 20px;
    border-radius: 8px 8px 0 0;
    margin: 0;
}
.custom-post header h1 {
    margin-top: 0;
    font-size: 1.8em;
}
.custom-post header p {
    margin-bottom: 0;
    font-size: 1em;
}
.custom-post .address {
    padding: 5px 20px 15px;
    background-color: #005b96;
    color: white;
    font-size: 0.9em;
    border-radius: 0 0 8px 8px;
    margin-bottom: 20px;
}
.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);
}
.custom-post .section-card h2,
.custom-post .section-card h3 {
    color: #003f63;
    margin-top: 0;
    border-bottom: 2px solid #003f63;
    padding-bottom: 5px;
}
.custom-post .responsive-table {
    overflow-x: auto;
    width: 100%;
    margin: 15px 0;
}
.custom-post table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    min-width: 600px; /* To prevent squishing on small screens */
}
.custom-post th,
.custom-post td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
    word-wrap: break-word;
}
.custom-post th {
    background-color: #e2f0fb;
    color: #003f63;
    font-weight: bold;
}
.custom-post ul, .custom-post ol {
    padding-left: 20px;
    margin: 15px 0;
}
.custom-post li {
    margin-bottom: 8px;
}
.custom-post .important {
    background-color: #fff3cd;
    border-left: 5px solid #ffca2c;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
    font-size: 0.95em;
}
.custom-post .important strong {
    color: #856404;
}
.custom-post .button-link {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 20px auto;
    padding: 15px 10px;
    text-align: center;
    background-color: #003f63;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-size: 1.1em;
    font-weight: bold;
}
.custom-post .ad-card {
    background-color: white;
    padding: 15px;
    margin: 20px 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    text-align: center;
}
.custom-post footer {
    padding: 20px;
    text-align: center;
    border-top: 1px solid #ddd;
    font-size: 0.9em;
    margin-top: 20px;
}
.custom-post footer a {
    color: #005b96;
    text-decoration: none;
}

@media (max-width: 600px) {
    .custom-post header h1 {
        font-size: 1.5em;
    }
    .custom-post th,
    .custom-post td {
        padding: 10px;
    }
    .custom-post table {
        min-width: 100%; /* Allows horizontal scroll for the table, but not the whole page */
    }
}/* End custom CSS */