.elementor-26921 .elementor-element.elementor-element-6cf9391{--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-26921 .elementor-element.elementor-element-433f7a7 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-433f7a7 */<style>
/* Basic Reset and Container Styling */
.custom-post {
    max-width: 100%;
    margin: 0; 
    padding: 0; 
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden; 
}

/* Header Styling */
.custom-post header {
    background-color: #005b96;
    color: white;
    padding: 20px;
    border-radius: 5px; 
    margin-bottom: 20px;
}

.custom-post header h1 {
    margin: 0 0 5px 0;
    font-size: 1.8em;
    text-align: center;
}

.custom-post header p {
    margin: 0;
    font-size: 1em;
    text-align: center;
}

/* Section Card Styling */
.custom-post section {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 15px 0;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #ffffff; 
}

/* Section Heading Styling */
.custom-post h2, .custom-post h3, .custom-post h4 {
    color: #003f63;
    border-bottom: 2px solid #003f63;
    padding-bottom: 5px;
    margin-top: 0;
}

/* Introduction Paragraph Styling */
.custom-post .introduction {
    font-size: 1.1em;
    margin-bottom: 20px;
}

/* Important Note Box Styling */
.custom-post .important {
    background-color: #fff3cd;
    border-left: 5px solid #ffca2c;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
    font-weight: bold;
    color: #856404;
}

/* Responsive Table Styling */
.custom-post .responsive-table {
    overflow-x: auto;
    width: 100%;
    margin: 15px 0;
}

.custom-post table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto; 
    min-width: 600px; 
}

.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;
}

/* Table of Contents Styling */
.custom-post #table-of-content {
    background-color: #f7f9fb;
    border: 1px solid #e2f0fb;
    padding: 15px;
    border-radius: 5px;
}

.custom-post #table-of-content h3 {
    color: #003f63;
    border-bottom: 1px dashed #003f63;
    padding-bottom: 5px;
}

.custom-post #table-of-content ul {
    list-style-type: none;
    padding-left: 0;
}

.custom-post #table-of-content li a {
    color: #005b96;
    text-decoration: none;
}

.custom-post #table-of-content li a:hover {
    text-decoration: underline;
}

/* List Styling */
.custom-post ul, .custom-post ol {
    padding-left: 20px;
}

.custom-post li {
    margin-bottom: 8px;
}

/* Footer Styling */
.custom-post footer {
    margin-top: 30px;
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #ddd;
    font-size: 0.9em;
}

.custom-post footer a {
    color: #005b96;
    text-decoration: none;
}

.custom-post footer a:hover {
    text-decoration: underline;
}

/* Media Query for Mobile Responsiveness */
@media (max-width: 600px) {
    .custom-post header h1 {
        font-size: 1.5em;
    }

    .custom-post section {
        padding: 15px;
        margin: 10px 0;
    }

    .custom-post th, .custom-post td {
        padding: 8px;
    }

    .custom-post table {
        min-width: 100%; 
    }
}
</style>/* End custom CSS */