.elementor-27863 .elementor-element.elementor-element-407fdea{--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-27863 .elementor-element.elementor-element-c8ea7c7 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-c8ea7c7 *//*
 * Base Styling for Custom Post/Component Isolation
 * Ensures the styles are mostly scoped to the .custom-post container
 */
.custom-post {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333;
    max-width: 100%;
    margin: 0 auto; /* Center the entire block */
    padding: 0; /* Remove padding from the main container */
    overflow-x: hidden; /* Prevents horizontal scrollbar */
    line-height: 1.6;
}

/* Card Styling for Sections AND Ads */
.custom-post .section-card,
.custom-post .ad-card {
    background-color: white;
    padding: 20px;
    margin: 20px 0; /* 0px left/right margin, 20px top/bottom margin */
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

/* Header Styling */
.custom-post header {
    background-color: #005b96; /* Header background color */
    color: white;
    padding: 25px 20px;
    border-radius: 8px 8px 0 0;
    margin: 0;
    text-align: center;
}

.custom-post header h1 {
    margin: 0;
    font-size: 1.8em;
    font-weight: 700;
}

.custom-post header p {
    margin-top: 5px;
    font-size: 0.9em;
    font-style: italic;
}

/* Section Headings Styling */
.custom-post h2,
.custom-post h3 {
    color: #003f63; /* Section headings color */
    border-bottom: 2px solid #e2f0fb;
    padding-bottom: 8px;
    margin-top: 0;
    font-weight: 600;
}
.custom-post h2 {
    font-size: 1.5em;
}
.custom-post h3 {
    font-size: 1.2em;
}

/* Responsive Table Container */
.custom-post .responsive-table {
    overflow-x: auto; /* Allows horizontal scroll on small screens if table content is too wide */
    margin: 15px 0;
}

.custom-post table {
    width: 100%;
    table-layout: auto; /* Allow column width to adjust based on content */
    border-collapse: collapse;
    margin: 0;
}

.custom-post table th,
.custom-post table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
    word-wrap: break-word; /* Wrap long text naturally */
}

.custom-post table th {
    background-color: #e2f0fb; /* Table headers color */
    color: #003f63;
    font-weight: 700;
    text-transform: uppercase;
}

.custom-post table tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Important Notes Box Styling */
.custom-post .important {
    background-color: #fff3cd; /* Notes box background color */
    border: 1px solid #ffca2c;
    border-left: 5px solid #ffca2c; /* Left border color */
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
    font-size: 0.95em;
}

.custom-post .important strong {
    color: #856404;
}

/* List Styling */
.custom-post ul,
.custom-post ol {
    margin: 15px 0;
    padding-left: 25px;
}

.custom-post li {
    margin-bottom: 8px;
}

/* Button Styling */
.custom-post .admission-button {
    display: block;
    width: fit-content;
    margin: 20px auto;
    padding: 12px 25px;
    background-color: #003f63;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.3s;
}

.custom-post .admission-button:hover {
    background-color: #005b96;
}

/* Ad Card Specific Styling */
.custom-post .ad-card {
    text-align: center;
}

.custom-post .ad-card p {
    margin: 0;
    font-size: 0.8em;
    color: #888;
    margin-bottom: 5px;
}/* End custom CSS */