.elementor-28320 .elementor-element.elementor-element-1169c72{--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-75fd925 */<style>
/* Main Container and Reset */
.custom-post {
    font-family: Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Prevents unwanted horizontal scrollbar on small devices */
}

/* Card Styling for Sections AND Ads */
.custom-post .section-card {
    background-color: white;
    padding: 20px;
    margin: 20px 0; /* 0px left/right margin */
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}


/* Header Styling */
.custom-post header {
    background-color: #005b96;
    color: white;
    padding: 20px;
    border-radius: 8px 8px 0 0; /* Corner round for top */
    text-align: center;
}

.custom-post header h1 {
    margin: 0;
    font-size: 1.8em;
}

/* Section Headings */
.custom-post h2 {
    color: #003f63;
    border-bottom: 2px solid #005b96;
    padding-bottom: 5px;
    margin-top: 25px;
    font-size: 1.5em;
}

.custom-post h3 {
    color: #003f63;
    margin-top: 20px;
    font-size: 1.2em;
}

/* Responsive Table Wrapper */
.custom-post .responsive-table {
    overflow-x: auto;
    margin: 15px 0;
}

/* Table Styling */
.custom-post table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    min-width: 600px; /* Ensure tables are readable on small screens */
}

.custom-post th, .custom-post td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
    word-wrap: break-word;
}

.custom-post th {
    background-color: #e2f0fb;
    color: #003f63;
    font-weight: bold;
    font-size: 0.9em;
}

/* Important Notes Box */
.custom-post .important {
    background-color: #fff3cd;
    border-left: 5px solid #ffca2c;
    padding: 15px;
    margin: 15px 0;
    border-radius: 4px;
}

/* List Styling */
.custom-post ul, .custom-post ol {
    margin: 15px 0;
    padding-left: 20px;
}

.custom-post li {
    margin-bottom: 8px;
}

/* Button Styling */
.custom-post .cta-button {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
    padding: 15px;
    background-color: #ff5722; /* A vibrant orange */
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.custom-post .cta-button:hover {
    background-color: #e64a19;
}

/* TOC Styling */
.custom-post #toc {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    margin: 20px 0;
}

.custom-post #toc h2 {
    color: #003f63;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-top: 0;
}

.custom-post #toc ul {
    list-style: none;
    padding: 0;
}

.custom-post #toc ul li a {
    color: #005b96;
    text-decoration: none;
    display: block;
    padding: 5px 0;
}

.custom-post #toc ul li a:hover {
    text-decoration: underline;
}

</style>/* End custom CSS */