.elementor-28776 .elementor-element.elementor-element-78440e3{--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-1de8796 */.custom-post {
    max-width: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
    for card separation */
}

.custom-post h1 {
    background-color: #005b96;
    color: white;
    padding: 15px;
    margin: 0;
    border-radius: 8px 8px 0 0;
    font-size: 1.5em;
    text-align: center;
}

.card-section {
    background-color: white;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.custom-post h2 {
    color: #003f63;
    padding: 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 2px solid #eee;
    font-size: 1.3em;
}

.custom-post h3 {
    color: #003f63;
    margin: 15px 0 8px 0;
    font-size: 1.1em;
}

.responsive-table {
    overflow-x: auto;
    margin: 15px 0;
}

.custom-post table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    font-size: 0.9em;
}

.custom-post th {
    background-color: #e2f0fb;
    color: #003f63;
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
}

.custom-post td {
    padding: 10px;
    border: 1px solid #ddd;
    word-wrap: break-word;
}

.custom-post tr:nth-child(even) {
    background-color: #f9f9f9;
}

.custom-post ul, .custom-post ol {
    margin: 15px 0;
    padding-left: 20px;
}

.custom-post li {
    margin-bottom: 8px;
}

.important {
    margin: 15px 0;
    padding: 15px;
    background-color: #fff3cd;
    border-left: 5px solid #ffca2c;
    color: #856404;
    border-radius: 4px;
}

.toc {
    border: 1px solid #ddd;
    padding: 15px;
    margin: 15px 0;
    background-color: #f7f7f7;
    border-radius: 4px;
}

.toc h3 {
    margin-top: 0;
}

.toc ul {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 1; /* Default for mobile */
}

@media (min-width: 600px) {
    .toc ul {
        columns: 2; /* 2 columns for wider screens */
    }
}

.custom-post a.button {
    display: inline-block;
    background-color: #005b96;
    color: white;
    padding: 10px 20px;
    margin: 15px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

/* Full width table on small screens */
@media (max-width: 600px) {
    .custom-post table {
        font-size: 0.8em;
    }
}/* End custom CSS */