.elementor-29198 .elementor-element.elementor-element-bd4bff5{--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-29198 .elementor-element.elementor-element-0831210 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-0831210 *//* --- General Reset & Container Styling --- */
.custom-post {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

.custom-post * {
    box-sizing: border-box;
}

/* New: Styling for individual section cards */
.custom-post .section-card {
    background-color: white; /* White background as requested */
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    margin: 20px 0; /* Separate cards with margin */
    padding: 25px;
}

/* --- Header & Headings Styling --- */
.custom-post h1 {
    background: #005b96;
    color: white;
    padding: 20px;
    margin: 0 0 20px 0;
    font-size: 1.5em;
    text-align: center;
    border-radius: 8px;
}

.custom-post h2 {
    color: #003f63;
    border-bottom: 2px solid #e2f0fb;
    padding-bottom: 10px;
    margin-top: 0; /* Adjusted for card padding */
    margin-bottom: 20px;
    font-size: 1.3em;
}

.custom-post h3 {
    color: #003f63;
    margin-top: 0; /* Adjusted for card padding */
    margin-bottom: 15px;
    font-size: 1.1em;
}

/* --- Table of Contents Styling --- */
.custom-post .toc {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.custom-post .toc ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.custom-post .toc li {
    flex: 1 1 100%;
}

@media (min-width: 600px) {
    .custom-post .toc li {
        flex: 1 1 45%;
    }
}

.custom-post .toc a {
    color: #005b96;
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 5px 0;
}

/* --- Responsive Table Styling --- */
.custom-post .responsive-table {
    overflow-x: auto;
    margin-bottom: 20px;
}

.custom-post table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    margin-top: 10px;
}

.custom-post th, .custom-post td {
    padding: 12px 10px;
    border: 1px solid #dee2e6;
    text-align: left;
    vertical-align: top;
    word-wrap: break-word;
}

.custom-post th {
    background-color: #e2f0fb;
    color: #003f63;
    font-weight: bold;
}

/* --- Lists and Paragraphs --- */
.custom-post ul, .custom-post ol {
    margin-left: 20px;
    padding: 0;
    margin-bottom: 20px;
}

.custom-post p {
    margin-bottom: 15px;
    text-align: justify;
}

/* --- Important Notes Box Styling --- */
.custom-post .important {
    background-color: #fff3cd;
    border-left: 5px solid #ffca2c;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 0; /* Adjusted for card padding */
    border-radius: 4px;
}

.custom-post .important h3 {
    color: #856404;
    margin-top: 0;
}

/* --- Call-to-Action Button Styling --- */
.custom-post .admission-button {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 25px auto;
    padding: 15px 20px;
    background-color: #005b96;
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: bold;/* End custom CSS */