.elementor-28221 .elementor-element.elementor-element-d4722bd{--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-28221 .elementor-element.elementor-element-85b89cc > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-85b89cc *//* General Reset and Custom Post Styling */
.custom-post {
    max-width: 100%;
    margin: 0; /* Ensures 0px left/right margin on the main container */
    padding: 0; /* Ensures 0px left/right padding on the main container */
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden; /* Prevent horizontal scrollbar from layout shift */
}

/* Header Styling */
.custom-post header {
    background-color: #005b96;
    color: white;
    padding: 30px 20px;
    border-radius: 8px 8px 0 0; /* Corner round */
    text-align: center;
    margin-bottom: 20px;
}

.custom-post header h1 {
    margin: 0 0 10px 0;
    font-size: 1.8em;
}

.custom-post header p {
    margin: 0;
    font-size: 1.1em;
    opacity: 0.9;
}

/* Section Card Styling */
.custom-post .section-card {
    background-color: white;
    padding: 20px;
    margin: 20px 0; /* 0px left/right margin */
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

/* Section Headings */
.custom-post h2, .custom-post h3, .custom-post h4 {
    color: #003f63;
    margin-top: 0;
    padding-bottom: 5px;
    border-bottom: 2px solid #e2f0fb;
}

/* Introduction Paragraph Styling */
.custom-post .introduction-content p {
    font-size: 1.05em;
}

/* Responsive Table Styling */
.custom-post .responsive-table {
    overflow-x: auto; /* Allows horizontal scrolling on small screens if table content is too wide */
    margin-top: 15px;
    margin-bottom: 15px;
}

.custom-post table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

.custom-post th, .custom-post td {
    border: 1px solid #ddd;
    padding: 12px 8px;
    text-align: left;
    word-wrap: break-word; /* Wrap long text naturally */
}

/* Table Headers Styling */
.custom-post th {
    background-color: #e2f0fb;
    color: #003f63;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9em;
}

/* List Styling */
.custom-post ul, .custom-post ol {
    padding-left: 20px;
}

.custom-post li {
    margin-bottom: 10px;
}

/* Important Notes Box Styling */
.custom-post .important {
    background-color: #fff3cd;
    border-left: 5px solid #ffca2c;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
}

/* Button Styling */
.custom-post .admission-button {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
    padding: 15px 20px;
    text-align: center;
    background-color: #005b96;
    color: white;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.custom-post .admission-button:hover {
    background-color: #003f63;
}

/* Ad Card Styling */
.custom-post .ad-card {
    background-color: #f9f9f9;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    text-align: center;
}

.custom-post .ad-card p {
    margin: 0;
    font-size: 0.8em;
    color: #888;
}

/* Footer Styling */
.custom-post footer {
    margin-top: 30px;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    text-align: center;
    font-size: 0.9em;
    color: #666;
}

/* Mobile Responsiveness (Ensures general layout stability) */
@media (max-width: 600px) {
    .custom-post header h1 {
        font-size: 1.5em;
    }

    .custom-post .section-card {
        padding: 15px;
    }
}/* End custom CSS */