.elementor-29319 .elementor-element.elementor-element-274c700{--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-29319 .elementor-element.elementor-element-005fe56 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-005fe56 */.custom-post {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    /* Ensure no margin/padding leaks outside the container */
}
.custom-post * {
    box-sizing: border-box;
}
/* New Card Styling for separation and white background */
.section-card {
    background-color: #ffffff;
    padding: 20px; /* Internal padding for content within the card */
    margin: 0 0 20px 0; /* Full width (0 left/right margin) with spacing between cards */
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.custom-post h1, .custom-post h2, .custom-post h3, .custom-post h4, .custom-post h5 {
    color: #003f63;
    margin-top: 0; /* Reset internal heading margin since card handles spacing */
    margin-bottom: 0.5em;
}
.custom-post header {
    background-color: #005b96;
    color: white;
    padding: 15px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 20px;
    text-align: center;
}
.custom-post .section-title {
    /* Used for major H2 headings inside the card for visual breaking */
    background-color: #003f63; /* Changed to match section heading color request */
    color: white;
    padding: 10px 15px;
    margin: -20px -20px 20px -20px; /* Negative margin to span full width of the card */
    border-radius: 8px 8px 0 0;
    font-size: 1.5em;
}
.custom-post .section-title-h3 {
    /* Used for H3 headings inside the card */
    color: #003f63;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}
.custom-post .responsive-table {
    overflow-x: auto;
    margin: 15px 0;
}
.custom-post table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    margin-bottom: 15px;
}
.custom-post th, .custom-post td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}
.custom-post th {
    background-color: #e2f0fb;
    color: #003f63;
    font-weight: bold;
}
.custom-post tr:nth-child(even) {
    background-color: #f9f9f9;
}
.custom-post .important {
    border: 1px solid #ffca2c;
    border-left: 5px solid #ffca2c;
    background-color: #fff3cd;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
}
.custom-post ul, .custom-post ol {
    padding-left: 20px;
    margin-bottom: 15px;
}
.custom-post li {
    margin-bottom: 8px;
}
.custom-post .btn {
    display: block;
    width: 100%;
    padding: 12px;
    margin: 20px 0;
    background-color: #005b96;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
}
.custom-post .btn:hover {
    background-color: #003f63;
}
.custom-post .toc {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    border-radius: 5px;
}
.custom-post .toc h4 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #003f63;
}
.custom-post .toc ol {
    list-style-type: none;
    padding: 0;
}
.custom-post .toc li a {
    text-decoration: none;
    color: #005b96;
    display: block;
    padding: 5px 0;
}
.custom-post footer {
    margin-top: 30px;
    padding: 15px;
    border-top: 1px solid #ddd;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .custom-post th, .custom-post td {
        padding: 8px;
        font-size: 0.9em;
    }
    .section-card {
        padding: 15px;
    }
    .custom-post .section-title {
        margin: -15px -15px 15px -15px;
    }
}/* End custom CSS */