.elementor-27775 .elementor-element.elementor-element-da85fcc{--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-27775 .elementor-element.elementor-element-ca436a2 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-ca436a2 */.custom-post {
    /* Base container styling - ensures full responsiveness */
    font-family: Arial, sans-serif;
    line-height: 1.6;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* Card Styling for Sections AND Ads */
.custom-post .section-card {
    background-color: white;
    padding: 20px;
    margin: 20px 0; /* 0px left/right margin as requested */
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.custom-post .ad-card {
    background-color: #f9f9f9;
    padding: 15px;
    margin: 20px 0; /* 0px left/right margin */
    border: 1px dashed #ccc;
    border-radius: 8px;
    text-align: center;
}

.custom-post .ad-card p {
    margin: 0;
    font-size: 0.8em;
    color: #888;
}

/* Header Styling */
.custom-post header {
    background-color: #005b96;
    color: white;
    padding: 20px;
    border-radius: 8px 8px 0 0; /* Corner round on top */
    margin: 0 0 20px 0;
}

.custom-post header h1 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 2em;
}

.custom-post header p.address {
    font-size: 0.9em;
    margin: 5px 0 0 0;
}

/* Section Headings Styling */
.custom-post h2, .custom-post h3 {
    color: #003f63;
    border-bottom: 2px solid #e2f0fb;
    padding-bottom: 5px;
    margin-top: 0;
}

/* Important Notes Box Styling */
.custom-post .important {
    background-color: #fff3cd;
    border: 1px solid #ffca2c;
    border-left: 5px solid #ffca2c; /* Required border-left style */
    padding: 15px;
    margin: 15px 0;
    border-radius: 4px;
}

.custom-post .important strong {
    color: #a06e00;
}

/* Responsive Table Styling */
.custom-post .responsive-table {
    overflow-x: auto;
    width: 100%;
    margin: 15px 0;
}

.custom-post table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto; /* Required */
    min-width: 600px; /* Ensures tables don't compress too much on mobile */
}

.custom-post table th, .custom-post table td {
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
    word-wrap: break-word; /* Wrap long text naturally */
}

/* Table Headers Styling */
.custom-post table th {
    background-color: #e2f0fb; /* Required color */
    color: #003f63;
    font-weight: bold;
}

/* Button Styling */
.custom-post .admission-button {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
    padding: 15px;
    text-align: center;
    background-color: #005b96;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.custom-post .admission-button:hover {
    background-color: #003f63;
}

/* List Styling */
.custom-post ul, .custom-post ol {
    padding-left: 20px;
}

/* Footer Styling */
.custom-post footer {
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
    border-top: 1px solid #ddd;
    font-size: 0.9em;
    color: #666;
}

.custom-post footer a {
    color: #005b96;
    text-decoration: none;
    margin: 0 10px;
}/* End custom CSS */