.elementor-29344 .elementor-element.elementor-element-2d47c98{--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-29344 .elementor-element.elementor-element-c23fd0e > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-c23fd0e */.custom-post {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #333;
    max-width: 100%;
    overflow-x: hidden;
}

.custom-post * {
    box-sizing: border-box;
}

.custom-post .header {
    background-color: #005b96;
    color: white;
    padding: 15px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 20px;
    word-wrap: break-word;
}

.custom-post h1 {
    font-size: 1.8em;
    margin: 0;
    padding-left: 5px !important;
}

.custom-post h2 {
    color: #003f63;
    border-bottom: 2px solid #e2f0fb;
    padding-bottom: 5px;
    margin-top: 25px;
    font-size: 1.5em;
    padding-left: 10px !important;
    word-wrap: break-word;
}

.custom-post h3 {
    color: #003f63;
    margin-top: 20px;
    padding-left: 10px !important;
    font-size: 1.2em;
    word-wrap: break-word;
}

/* Card Styling: New addition to make separate sections look like cards */
.custom-post .card {
    background-color: white;
    border: 1px solid #e2f0fb;
    border-radius: 8px;
    padding: 10px 0; /* Adjusted to keep inner content padding at 10px left/right */
    margin: 20px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.custom-post p, .custom-post ul, .custom-post ol, .custom-post table, .custom-post .important, .custom-post .button-link, .custom-post .responsive-table {
    margin: 15px 0;
    padding: 0 10px; /* Content padding */
    word-wrap: break-word;
}

.custom-post ul, .custom-post ol {
    padding-left: 40px; /* Adjusted list padding */
}

.custom-post li {
    margin-bottom: 8px;
}

.custom-post .responsive-table {
    overflow-x: auto;
    padding: 0 10px; /* Content padding */
}

.custom-post table {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    margin: 0;
    min-width: 300px;
}

.custom-post th, .custom-post td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
    word-wrap: break-word;
}

.custom-post th {
    background-color: #e2f0fb;
    color: #003f63;
    font-weight: bold;
}

.custom-post .table-2-col-data td:first-child {
    font-weight: bold;
    width: 50%;
}

.custom-post .important {
    background-color: #fff3cd;
    border-left: 5px solid #ffca2c;
    padding: 15px;
    margin: 20px 10px;
    border-radius: 4px;
    word-wrap: break-word;
}

.custom-post .button-link {
    display: block;
    width: auto;
    max-width: 350px;
    margin: 20px auto;
    padding: 10px 15px;
    background-color: #005b96;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    word-wrap: break-word;
}


.custom-post .toc h3 {
    
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 1.3em;
}

.custom-post .toc ul {
    list-style-type: none;
}

.custom-post .toc li a {
    text-decoration: none;
    color: #003f63;
    display: block;
    padding: 3px 0;
}

.custom-post .footer {
    padding: 0 10px;
}/* End custom CSS */