.elementor-27973 .elementor-element.elementor-element-5b0d074{--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-27973 .elementor-element.elementor-element-1c1ac68 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-1c1ac68 */.custom-post {
    font-family: Arial, sans-serif;
    color: #333;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    line-height: 1.6;
}

/* Header Styling */
.custom-post header {
    background-color: #005b96;
    color: white;
    padding: 20px;
    border-radius: 8px 8px 0 0;
    margin: 0;
    text-align: center;
}

.custom-post header h1 {
    margin: 0;
    font-size: 1.8em;
}

.custom-post header .institute-address {
    font-size: 0.9em;
    margin-top: 5px;
}

/* Card Styling for Sections AND Ads */
.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);
    overflow: hidden; /* To contain floated elements if any */
}

/* Ad Card Styling */
.custom-post .ad-card {
    background-color: #f9f9f9;
    padding: 15px;
    margin: 20px 0;
    border: 1px dashed #ccc;
    border-radius: 8px;
    text-align: center;
}

/* Section Headings */
.custom-post h2, .custom-post h3 {
    color: #003f63;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
    margin-top: 0;
}

/* Responsive Table Styling */
.custom-post .responsive-table {
    overflow-x: auto; /* Allows horizontal scrolling on small screens */
    margin: 15px 0;
}

.custom-post .responsive-table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    min-width: 600px; /* Ensures minimum width for desktop view */
}

.custom-post table th {
    background-color: #e2f0fb;
    color: #003f63;
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
}

.custom-post table td {
    padding: 10px;
    border: 1px solid #ddd;
    word-wrap: break-word; /* Wrap long text */
}

/* Important Note Box Styling */
.custom-post .important {
    background-color: #fff3cd;
    border-left: 5px solid #ffca2c;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
}

.custom-post .button-link {
    display: block;
    width: fit-content;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #005b96;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
}

.custom-post ul, .custom-post ol {
    padding-left: 20px;
    margin: 10px 0;
}

/* Mobile adjustments (fully responsive) */
@media screen and (max-width: 768px) {
    .custom-post header h1 {
        font-size: 1.5em;
    }
    
    .custom-post .responsive-table table {
        min-width: 100%; /* Allows table to shrink on mobile */
    }

    .custom-post .section-card {
        padding: 15px;
    }
}/* End custom CSS */