.elementor-27744 .elementor-element.elementor-element-912f5b7{--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-27744 .elementor-element.elementor-element-f7b24e0 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-f7b24e0 */<style>
.custom-post {
    /* Main container styling - 0px left/right margin/padding */
    max-width: 100%;
    margin: 0; 
    padding: 0; 
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden; /* Prevent horizontal scrollbars */
}

/* 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 */
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}

.custom-post .ad-card {
    text-align: center;
    border: none;
    background-color: #f9f9f9;
}

.custom-post .ad-card p {
    margin: 0;
    font-size: 0.8em;
    color: #888;
}

/* Header Styling */
.custom-post header {
    background-color: #005b96; /* Header background: #005b96 */
    color: white;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 0 0 10px 10px; /* Corner round for the bottom */
    text-align: center;
}

.custom-post header h1 {
    margin: 0;
    font-size: 1.8em;
}

.custom-post address {
    text-align: center;
    font-style: normal;
    font-size: 0.9em;
    margin-bottom: 20px;
    padding: 0 20px;
}

/* Section Headings Styling */
.custom-post h2, .custom-post h3, .custom-post h4 {
    color: #003f63; /* Section headings: #003f63 */
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
    margin-top: 0;
}

/* Button Styling */
.custom-post .admission-button {
    display: block;
    width: 90%;
    max-width: 400px;
    margin: 20px auto;
    padding: 15px 10px;
    background-color: #005b96;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.custom-post .admission-button:hover {
    background-color: #003f63;
}

/* Table Styling (Fully Responsive) */
.custom-post .responsive-table {
    overflow-x: auto; /* Enables horizontal scrolling on small screens if needed */
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.custom-post table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto; /* Ensures natural wrapping and proper width */
    font-size: 0.9em;
}

.custom-post th, .custom-post td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    word-wrap: break-word; /* Wrap long text naturally */
}

.custom-post th {
    background-color: #e2f0fb; /* Table headers: #e2f0fb */
    color: #003f63;
    font-weight: bold;
    text-align: center;
}

/* Important Notes Box Styling */
.custom-post .important {
    background-color: #fff3cd; /* Notes box: #fff3cd */
    border: 1px solid #ffca2c;
    border-left: 5px solid #ffca2c; /* with border-left #ffca2c */
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
    font-size: 0.95em;
}

/* List Styling */
.custom-post ul, .custom-post ol {
    padding-left: 20px;
}

.custom-post li {
    margin-bottom: 8px;
}

.custom-post .total-row td {
    background-color: #e2f0fb;
    font-weight: bold;
    color: #003f63;
    text-align: center;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .custom-post header h1 {
        font-size: 1.5em;
    }

    .custom-post .section-card {
        padding: 15px;
    }

    .custom-post th, .custom-post td {
        padding: 8px;
        font-size: 0.85em;
    }
}
</style>/* End custom CSS */