.elementor-27182 .elementor-element.elementor-element-62a701f{--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-27182 .elementor-element.elementor-element-1c9b3b9 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-1c9b3b9 */.custom-post {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 100%; /* Ensure full responsiveness */
    box-sizing: border-box;
}

/* Header Styling */
.custom-post header {
    background-color: #005b96;
    color: white;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.custom-post header h1 {
    margin: 0;
    font-size: 2em;
    text-align: center;
}

.custom-post header p {
    margin: 5px 0 0;
    font-size: 1em;
    text-align: center;
}

/* Section Styling */
.custom-post section {
    margin: 15px 0; /* Card-based margin */
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.custom-post h2, .custom-post h3, .custom-post h4 {
    color: #003f63;
    border-bottom: 2px solid #e2f0fb;
    padding-bottom: 5px;
    margin-top: 0;
}

.custom-post p {
    text-align: justify;
}

/* Important Notes Box */
.custom-post .important {
    background-color: #fff3cd;
    border-left: 5px solid #ffca2c;
    padding: 15px;
    margin: 15px 0;
    border-radius: 4px;
    font-size: 0.95em;
}

/* Responsive Table Styling */
.custom-post .responsive-table {
    overflow-x: auto;
    margin: 15px 0;
}

.custom-post table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

.custom-post th, .custom-post td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    word-wrap: break-word; /* Wrap long text */
}

.custom-post th {
    background-color: #e2f0fb;
    color: #003f63;
    font-weight: bold;
}

.custom-post td {
    background-color: #f9f9f9;
}

/* List Styling */
.custom-post ul, .custom-post ol {
    margin: 15px 0 15px 20px;
    padding: 0;
}

.custom-post li {
    margin-bottom: 8px;
    text-align: justify;
}

/* Button Styling */
.custom-post .btn-cta {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
    padding: 12px 20px;
    background-color: #005b96;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    font-size: 1.1em;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.custom-post .btn-cta:hover {
    background-color: #003f63;
}

/* Footer Styling */
.custom-post footer {
    text-align: center;
    padding: 15px;
    margin-top: 20px;
    border-top: 1px solid #ddd;
    font-size: 0.9em;
}

.custom-post footer a {
    color: #005b96;
    text-decoration: none;
    margin: 0 10px;
}

.custom-post footer a:hover {
    text-decoration: underline;
}

/* Table of Contents Styling */
.custom-post .toc {
    border: 1px solid #e2f0fb;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 6px;
    background-color: #f5fafd;
}

.custom-post .toc h4 {
    color: #003f63;
    margin-top: 0;
    border-bottom: 1px solid #e2f0fb;
}

.custom-post .toc ol {
    list-style-type: decimal;
    margin: 10px 0 0 20px;
}/* End custom CSS */