.elementor-31859 .elementor-element.elementor-element-48abbda{--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-8f50ac6 */.custom-post {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
}

.custom-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 0;
    overflow: hidden;
}

.custom-card-header {
    background-color: #005b96;
    color: white;
    margin-top: 0px !important;
    padding: 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.custom-card-header h1 {
    margin: 0;
    font-size: 1.8em;
}

.custom-card-content {
    padding: 20px;
}

.custom-card-content h2 {
    color: #003f63;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    margin-top: 20px;
    font-size: 1.5em;
}

.custom-card-content h3 {
    color: #005b96;
    margin-top: 15px;
    font-size: 1.2em;
}

.responsive-table {
    overflow-x: auto;
    margin: 15px 0;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    margin: 0;
}

.custom-table th, .custom-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
    vertical-align: top;
}

.custom-table th {
    background-color: #e2f0fb;
    color: #003f63;
    font-weight: bold;
}

.custom-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.important-note {
    background-color: #fff3cd;
    border-left: 5px solid #ffca2c;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
}

.important-note strong {
    color: #856404;
}

.button-link {
    display: block;
    width: 100%;
    padding: 12px 20px;
    margin: 20px 0;
    text-align: center;
    background-color: #005b96;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.1em;
    transition: background-color 0.3s ease;
    box-sizing: border-box; /* Ensure padding is inside the width */
}

.button-link:hover {
    background-color: #003f63;
}

.list-style-none {
    list-style-type: none;
    padding-left: 0;
}

.list-style-none li {
    margin-bottom: 10px;
    padding-left: 1.5em;
    position: relative;
}

.list-style-none li:before {
    content: "•";
    color: #005b96;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: absolute;
    left: 0;
}

/* Specific styling for 2-column list structure */
.two-col-list {
    display: flex;
    flex-wrap: wrap;
}

.two-col-list li {
    width: 100%;
    box-sizing: border-box;
}

@media (min-width: 600px) {
    .two-col-list li {
        width: 50%; /* Two columns on larger screens */
    }
}

.custom-post-footer {
    padding: 20px;
    background-color: #f1f1f1;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: center;
    margin-top: 20px;
}

.custom-post-footer a {
    color: #005b96;
    text-decoration: none;
    margin: 0 10px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .custom-table th, .custom-table td {
        padding: 10px;
        font-size: 0.9em;
    }
    .custom-card-header h1 {
        font-size: 1.5em;
    }
}/* End custom CSS */