.elementor-28107 .elementor-element.elementor-element-8256b98{--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-28107 .elementor-element.elementor-element-faf0f94 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-faf0f94 */.custom-post {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 100%; /* Ensure responsiveness */
    overflow-x: hidden; /* Prevent horizontal scroll */
}
.custom-post header {
    background-color: #005b96;
    color: white;
    padding: 20px;
    border-radius: 8px 8px 0 0;
    margin: 0;
}
.custom-post header h1 {
    margin: 0 0 5px 0;
    font-size: 1.8em;
}
.custom-post header p {
    margin: 0;
    font-size: 0.9em;
}
.custom-post .section-card, .custom-post .ad-card {
    background-color: white;
    padding: 20px;
    margin: 20px 0; /* 0px left/right margin, 20px top/bottom */
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    /* Ensuring full responsiveness and no margin issues */
    box-sizing: border-box;
}
.custom-post h2, .custom-post h3, .custom-post h4 {
    color: #003f63;
    border-bottom: 2px solid #e2f0fb;
    padding-bottom: 5px;
    margin-top: 25px;
}
.custom-post .responsive-table {
    overflow-x: auto;
    width: 100%;
}
.custom-post table {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    margin: 15px 0;
}
.custom-post th, .custom-post td {
    padding: 12px 10px;
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
}
.custom-post th {
    background-color: #e2f0fb;
    font-weight: bold;
    color: #003f63;
}
.custom-post .important {
    background-color: #fff3cd;
    border: 1px solid #ffca2c;
    border-left: 5px solid #ffca2c;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
}
.custom-post .toc {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    background-color: #f9f9f9;
}
.custom-post .toc h3 {
    color: #003f63;
    margin-top: 0;
    border-bottom: none;
}
.custom-post .toc ul {
    list-style: none;
    padding: 0;
}
.custom-post .toc ul li {
    margin-bottom: 5px;
}
.custom-post .toc ul li a {
    color: #005b96;
    text-decoration: none;
}
.custom-post .button-link {
    display: block;
    width: fit-content;
    margin: 20px auto;
    padding: 12px 25px;
    background-color: #005b96;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
}
.custom-post .button-link:hover {
    background-color: #003f63;
}
.custom-post .ad-card {
    text-align: center;
    border: 1px dashed #ccc;
    background-color: #fafafa;
}
@media (max-width: 600px) {
    .custom-post header h1 {
        font-size: 1.5em;
    }
    .custom-post th, .custom-post td {
        padding: 8px 5px;
        font-size: 0.9em;
    }
    .custom-post .section-card, .custom-post .ad-card {
        padding: 15px;
    }
}/* End custom CSS */