.elementor-29041 .elementor-element.elementor-element-ad469b8{--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-29041 .elementor-element.elementor-element-e264902 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-e264902 */.custom-post {
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    /* Ensure no margins/padding on the container itself */
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    max-width: 100%;
}

/* Card Styling - Updated for 0px Left/Right Margin */
.section-card {
    background-color: #ffffff; /* White background */
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    margin: 20px 0; /* Vertical separation (20px top/bottom) and 0px left/right */
    width: 100%; /* Full width to respect 0px margin */
    max-width: 100%; 
    box-sizing: border-box;
    overflow: hidden; /* To contain floated/long content */
}

/* Internal padding for card content to prevent text sticking to the edge */
.section-card-content {
    padding: 15px; /* Applies padding inside the card */
    margin: 0;
    box-sizing: border-box;
}

/* Header Styling */
.custom-post-header {
    background-color: #005b96;
    color: #fff;
    padding: 20px 15px;
    border-radius: 8px 8px 0 0;
    text-align: center;
    margin-bottom: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.custom-post-header h1 {
    margin: 0;
    font-size: 1.8em;
}

/* Section Headings - Styled to be relative to the card content */
.section-card h2 {
    color: #003f63;
    border-bottom: 2px solid #005b96;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.5em;
}

.section-card h3 {
    color: #003f63;
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* Button Styling */
.admission-button-container {
    padding: 10px 0;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}

.admission-button {
    display: inline-block;
    padding: 12px 25px;
    background-color: #005b96;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
    white-space: normal;
}

.admission-button:hover {
    background-color: #003f63;
}

/* Responsive Table Styling - No horizontal padding here, it's in .section-card-content */
.responsive-table {
    overflow-x: auto;
    margin-bottom: 20px;
    padding: 0;
}

.section-card table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    min-width: 100%; 
    margin: 0;
}

.section-card th,
.section-card td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    word-wrap: break-word;
}

.section-card th {
    background-color: #e2f0fb;
    color: #333;
    font-weight: bold;
}

/* Important Notes Box */
.important {
    background-color: #fff3cd;
    border-left: 5px solid #ffca2c;
    padding: 15px;
    margin: 15px 0; /* Relative to card content padding */
    border-radius: 4px;
}

.important p {
    margin-top: 0;
    margin-bottom: 0;
}

/* Lists and Paragraphs */
.section-card ul, .section-card ol {
    padding-left: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.section-card p {
    margin-top: 0;
    margin-bottom: 15px;
}

/* Footer Styling */
.custom-post-footer {
    background-color: #f7f7f7;
    padding: 15px;
    text-align: center;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    border-radius: 0 0 8px 8px; /* Added for a clean look if used standalone */
}/* End custom CSS */