.elementor-31979 .elementor-element.elementor-element-6e86337{--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-31979 .elementor-element.elementor-element-6e86337.e-con{--flex-grow:0;--flex-shrink:0;}.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 );}@media(min-width:768px){.elementor-31979 .elementor-element.elementor-element-6e86337{--width:98.72%;}}/* Start custom CSS for text-editor, class: .elementor-element-c5f57c1 */.custom-post {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 100%;
    box-sizing: border-box;
}
.custom-post * {
    box-sizing: border-box;
}
/* This class defines the structure for each 'card' section, giving it padding and border for separation */
.custom-post .section-card {
    padding: 0; /* Ensures 0 left/right padding on the card itself */
    margin: 0 0 20px 0; /* Ensures 0 left/right margin, but adds vertical spacing for separation */
    background-color: white; 
    border: 1px solid #e0e0e0; /* Defines the card boundary */
    border-radius: 5px; /* Subtle rounded corners */
    overflow: hidden; /* Contains children */
}
/* The main header is styled differently, without the card border */
.custom-post .header {
    background-color: #005b96;
    color: white;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
}
/* Internal content wrapper to apply padding for text readability */
.custom-post .card-content {
    padding: 15px;
}
.custom-post h1 {
    font-size: 1.8em;
    margin: 0;
}
.custom-post h2 {
    color: #003f63;
    font-size: 1.5em;
    border-bottom: 2px solid #e2f0fb;
    padding-bottom: 5px;
    margin-top: 0; /* H2 within card content should start at the top */
    margin-bottom: 15px;
}
.custom-post h3 {
    color: #003f63;
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 10px;
}
.custom-post p {
    margin-bottom: 15px;
}
.custom-post ul, .custom-post ol {
    margin: 0 0 15px 20px;
    padding: 0;
}
.custom-post li {
    margin-bottom: 8px;
    padding-left: 5px;
}
.custom-post .responsive-table {
    overflow-x: auto;
    margin-bottom: 20px;
}
.custom-post table {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    min-width: 300px;
}
.custom-post th, .custom-post td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
    word-wrap: break-word;
}
.custom-post th {
    background-color: #e2f0fb;
    color: #003f63;
    font-weight: bold;
}
.custom-post .button-link {
    display: block;
    width: 100%;
    padding: 15px;
    margin: 20px 0;
    background-color: #005b96;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 1.1em;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
.custom-post .button-link:hover {
    background-color: #003f63;
}
.custom-post .important {
    border: 1px solid #ffca2c;
    border-left: 5px solid #ffca2c;
    background-color: #fff3cd;
    padding: 15px;
    margin: 20px 0;
    border-radius: 3px;
}
.custom-post .toc {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #f9f9f9; 
    border-radius: 5px;
}
.custom-post .toc h3 {
    margin-top: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.custom-post .footer {
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #ddd;
    margin-top: 30px;
    font-size: 0.9em;
}
.custom-post .footer a {
    color: #005b96;
    text-decoration: none;
    margin: 0 10px;
}
@media (max-width: 600px) {
    .custom-post h1 {
        font-size: 1.5em;
    }
    .custom-post h2 {
        font-size: 1.3em;
    }
    .custom-post th, .custom-post td {
        padding: 8px;
        font-size: 0.9em;
    }
    .custom-post .button-link {
        font-size: 1.0em;
        padding: 12px;
    }
}/* End custom CSS */