.elementor-31843 .elementor-element.elementor-element-de2eab2{--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-eee1efa *//* Custom Post Container Styling - Now acts as a wrapper without internal padding/shadow */
.custom-post {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    color: #333;
}

/* Header Styling (Kept full width for banner effect, adjusted for consistency) */
.custom-post .post-header {
    background-color: #005b96;
    color: white;
    padding: 20px 15px; /* Use 15px padding to align text with card margins */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin: 0;
}

.custom-post .post-header h1 {
    font-size: 1.8em;
    margin: 0;
    line-height: 1.2;
}

/* Section Card Styling - THE NEW CARD ELEMENT */
.custom-post .section-card {
    background-color: #ffffff; /* White background */
    margin-top: 15px; /* Separate card margin (Left/Right margin requested) */
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    box-sizing: border-box;
}

/* General Content Styling within Cards */
.custom-post h2, .custom-post h3 {
    color: #003f63;
    border-bottom: 2px solid #005b96;
    padding-bottom: 5px;
    margin-top: 10px; /* Reduced top margin inside card */
    margin-bottom: 15px;
    font-weight: bold;
}

.custom-post p, .custom-post ul, .custom-post ol {
    margin: 15px 0;
    padding: 0;
    text-align: justify;
}

/* Responsive Table Container */
.custom-post .responsive-table {
    overflow-x: auto;
    width: 100%;
    margin: 20px 0;
    padding: 0;
}

/* Table Styling */
.custom-post table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    margin: 0;
    padding: 0;
}

.custom-post th, .custom-post td {
    padding: 12px;
    border: 1px solid #ccc;
    text-align: left;
    vertical-align: top;
    word-wrap: break-word; /* Wrap long text */
}

.custom-post th {
    background-color: #e2f0fb;
    color: #003f63;
    font-weight: bold;
}

/* Table of Contents Styling */
.custom-post .toc {
    background-color: #f9f9f9;
    padding: 15px;
    border: 1px solid #eee;
    margin: 15px 0 20px 0;
    border-radius: 5px;
}

.custom-post .toc ul {
    list-style: none;
    padding: 0;
}

.custom-post .toc li a {
    color: #005b96;
    text-decoration: none;
    display: block;
    padding: 5px 0;
}

/* Button Styling */
.custom-post .admission-button {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px 0;
    padding: 15px 20px;
    background-color: #003f63;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    box-sizing: border-box; /* Include padding in width calculation */
}

.custom-post .admission-button:hover {
    background-color: #005b96;
}

/* Important Notes Box Styling */
.custom-post .important {
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    border-left: 5px solid #ffca2c;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
}

.custom-post .important strong {
    color: #856404;
}

/* Footer Styling */
.custom-post .post-footer {
    background-color: #f1f1f1;
    padding: 15px 15px;
    text-align: center;
    margin: 15px 15px 0 15px; /* Apply margin to align with cards */
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.custom-post .post-footer a {
    color: #005b96;
    margin: 0 10px;
    text-decoration: none;
}/* End custom CSS */