.elementor-25109 .elementor-element.elementor-element-9466b2c{--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-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-25109 .elementor-element.elementor-element-f66ba44 img{border-radius:5px 5px 5px 5px;}.elementor-25109 .elementor-element.elementor-element-e669dca{--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;--margin-top:10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--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-25109 .elementor-element.elementor-element-7afaf29 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-7afaf29 */.custom-post {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.custom-post header {
    background-color: #005b96;
    color: white;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 20px;
}
.custom-post header h1 {
    margin: 0;
    font-size: 2.5em;
}
.custom-post header p {
    margin: 5px 0 0;
    font-size: 1.2em;
}
.card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
}
.custom-post h2 {
    color: #003f63;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
    margin-top: 0;
}
.custom-post h3 {
    color: #003f63;
    font-size: 1.2em;
    margin-top: 20px;
}
.custom-post .responsive-table {
    overflow-x: auto;
    margin-bottom: 20px;
}
.custom-post table {
    table-layout: auto;
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}
.custom-post th, .custom-post td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
    white-space: normal;
}
.custom-post th {
    background-color: #e2f0fb;
    color: #003f63;
    font-weight: bold;
}
.custom-post tr:nth-child(even) {
    background-color: #f9f9f9;
}
.custom-post .important {
    background-color: #fff3cd;
    border-left: 5px solid #ffca2c;
    padding: 15px;
    margin: 20px 0;
}
.custom-post .important p {
    margin: 0;
}
.custom-post ul, .custom-post ol {
    padding-left: 25px;
}
.custom-post li {
    margin-bottom: 10px;
}
.custom-post footer {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
.custom-post .button {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 10px;
    color: white;
    background-color: #005b96;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
.custom-post .button:hover {
    background-color: #003f63;
}
/* Mobile-first adjustments */
@media screen and (max-width: 768px) {
    .custom-post header h1 {
        font-size: 1.8em;
    }
    .custom-post th, .custom-post td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .custom-post thead {
        display: none;
    }
    .custom-post tr {
        margin-bottom: 15px;
        display: block;
        border: 1px solid #ddd;
    }
    .custom-post td {
        border-top: none;
    }
    .custom-post td:first-child {
        font-weight: bold;
        border-top: 1px solid #ddd;
    }
    .custom-post .button {
        width: 100%;
        margin: 10px 0;
    }
}/* End custom CSS */