.elementor-27629 .elementor-element.elementor-element-3a90d2b{--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 );}/* Start custom CSS for text-editor, class: .elementor-element-d45a256 */.custom-post {
    font-family: Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.custom-post * {
    box-sizing: border-box;
}

.custom-post header {
    background-color: #005b96;
    color: white;
    padding: 20px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0px;
}

.custom-post header h1 {
    margin-top: 0;
    font-size: 1.8em;
}

.custom-post header p {
    font-size: 1em;
    margin-bottom: 0;
}

.custom-post .institute-address {
    background-color: #f8f8f8;
    padding: 10px 20px;
    border-radius: 0 0 8px 8px;
    font-size: 0.9em;
    color: #555;
    margin-bottom: 20px;
}

/* Card Styling for Sections */
.custom-post .section-card {
    background-color: white;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.custom-post .section-card h2,
.custom-post .section-card h3 {
    color: #003f63;
    border-bottom: 2px solid #e2f0fb;
    padding-bottom: 5px;
    margin-top: 0;
}

.custom-post .responsive-table {
    overflow-x: auto;
    width: 100%;
    margin: 15px 0;
}

.custom-post table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    min-width: 600px; /* Ensures better display on small screens */
}

.custom-post th,
.custom-post td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    word-wrap: break-word;
}

.custom-post th {
    background-color: #e2f0fb;
    color: #003f63;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9em;
}

/* IMPORTANT: Updated Ad Card Styling */
.custom-post .ad-card {
    background-color: white; /* Updated to white */
    border: 1px solid #eeeeee; /* Updated to lighter border */
    border-radius: 8px;
    padding: 15px; 
    margin: 20px 0;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1); 
}

.custom-post .ad-card p {
    margin: 0;
    font-size: 1.0em; 
    color: #005b96; 
    font-weight: bold;
}

/* Label for the Ad Card */
.custom-post .ad-card p::before {
    content: "ADVERTISEMENT";
    display: block;
    font-size: 0.75em;
    color: #999;
    margin-bottom: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: normal;
}
/* End Ad Card Styling */

/* Important Notes Styling */
.custom-post .important {
    background-color: #fff3cd;
    border-left: 5px solid #ffca2c;
    padding: 15px;
    margin: 15px 0;
    border-radius: 4px;
    font-weight: bold;
}

/* Button Styling */
.custom-post .admission-button {
    display: block;
    width: fit-content;
    margin: 20px 0;
    padding: 10px 20px;
    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 of Contents Styling */
.custom-post .toc {
    background-color: #f9f9f9;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin: 20px 0;
}

.custom-post .toc h3 {
    color: #003f63;
    margin-top: 0;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
}

.custom-post .toc ul {
    list-style-type: none;
    padding-left: 0;
}

.custom-post .toc ul li a {
    text-decoration: none;
    color: #005b96;
}

.custom-post .toc ul li a:hover {
    text-decoration: underline;
}

/* Mobile adjustments */
@media (max-width: 600px) {
    .custom-post header h1 {
        font-size: 1.5em;
    }

    .custom-post .section-card,
    .custom-post .ad-card {
        padding: 15px;
    }

    .custom-post th,
    .custom-post td {
        padding: 6px;
        font-size: 0.9em;
    }
}/* End custom CSS */