.elementor-29791 .elementor-element.elementor-element-5dd1d95{--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-a197e46 */.custom-post {
    /* Main container styling for responsiveness and isolation */
    max-width: 100%;
    margin: 0px auto; /* Centering with 0px margins */
    padding: 0px; /* 0px padding */
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden; /* Prevent horizontal scrollbars */
}

.custom-post .card {
    /* General card styling for all sections */
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 20px 0px; /* Left and right margin 0px, top/bottom spacing 20px */
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.custom-post header {
    background-color: #005b96;
    color: white;
    padding: 20px;
    border-radius: 8px 8px 0 0; /* Corner round for the header */
    margin: 0px 0px 20px 0px;
}

.custom-post h1 {
    font-size: 1.8em;
    margin: 0;
    line-height: 1.3;
}

.custom-post h2, .custom-post h3, .custom-post h4 {
    color: #003f63; /* Section headings color */
    border-bottom: 2px solid #e2f0fb;
    padding-bottom: 5px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.custom-post p {
    margin-bottom: 15px;
}

/* Responsive Table Styling */
.custom-post .responsive-table {
    overflow-x: auto;
    width: 100%;
    margin: 15px 0;
    -webkit-overflow-scrolling: touch;
}

.custom-post table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    min-width: 500px; /* Ensures minimum readable width on mobile */
}

.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; /* Table headers color */
    color: #003f63;
    font-weight: bold;
}

/* Important Notes Box Styling */
.custom-post .important {
    background-color: #fff3cd; /* Notes box background */
    border-left: 5px solid #ffca2c; /* Notes box border-left */
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
}

.custom-post .important h4 {
    color: #856404;
    margin-top: 0;
    border-bottom: none;
    padding-bottom: 0;
}

/* Lists Styling */
.custom-post ul, .custom-post ol {
    margin: 15px 0;
    padding-left: 20px;
}

.custom-post li {
    margin-bottom: 8px;
}

/* Button Styling */
.custom-post .btn-cta {
    display: inline-block;
    background-color: #005b96;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    transition: background-color 0.3s;
}

.custom-post .btn-cta:hover {
    background-color: #003f63;
}

/* Table of Contents Styling */
.custom-post #toc {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.custom-post #toc ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.custom-post #toc li {
    margin-bottom: 5px;
}

.custom-post #toc a {
    color: #005b96;
    text-decoration: none;
}

.custom-post .footer-links {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #eee;
    margin-top: 30px;
}

.custom-post .footer-links a {
    margin: 0 10px;
    color: #003f63;
    text-decoration: none;
}/* End custom CSS */