.elementor-26990 .elementor-element.elementor-element-7a58ca2{--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-26990 .elementor-element.elementor-element-bc6840c > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-bc6840c */.custom-post {
    /* Ensures no external margins/padding interfere with the card structure */
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 100%;
    overflow-x: hidden; /* Prevents horizontal scrollbar */
}

.custom-post header {
    background-color: #005b96;
    color: white;
    padding: 20px;
    border-radius: 8px; /* Corner round */
    margin: 0 0 25px 0; /* Margin below the header */
}

.custom-post header h1 {
    margin: 0;
    font-size: 1.8em;
    padding: 0;
}

/* Card Styling for all sections and the address block */
.custom-post section,
.custom-post .institute-address {
    background-color: white;
    padding: 20px;
    margin: 0 0 25px 0; /* Margin between cards, left/right margin 0px */
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
    font-size: 0.9em;
    color: #555;
    line-height: 1.5;
}

.custom-post section {
    font-size: 1em; /* Reset font size for content sections */
    color: #333;
}

.custom-post h2, .custom-post h3 {
    color: #003f63; /* Section headings color */
    border-bottom: 2px solid #e2f0fb;
    padding-bottom: 5px;
    margin-top: 0;
    font-size: 1.4em;
}

.custom-post ul, .custom-post ol {
    margin: 10px 0 10px 20px;
    padding: 0;
}

.custom-post li {
    margin-bottom: 8px;
}

.custom-post .responsive-table {
    overflow-x: auto;
    margin: 15px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.custom-post table {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
}

.custom-post th, .custom-post td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: left;
    word-wrap: break-word;
    font-size: 0.9em;
}

.custom-post th {
    background-color: #e2f0fb; /* Table headers color */
    color: #003f63;
    font-weight: bold;
}

.custom-post tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Specific styling for the important notes box */
.custom-post .important {
    /* Overrides generic card styles for the required color theme */
    background-color: #fff3cd; /* Notes box background */
    border-left: 5px solid #ffca2c; /* Notes box border-left */
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
    font-size: 0.95em;
    box-shadow: none; /* Removing shadow for a cleaner look with the border */
    border: none;
}

.custom-post .important h3 {
    color: #856404;
    border-bottom: none;
    margin-bottom: 10px;
}

.custom-post .button-link {
    display: block; 
    background-color: #005b96;
    color: white;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 5px;
    margin: 15px 0;
    font-weight: bold;
    text-align: center;
}

.custom-post footer {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
    font-size: 0.9em;
    text-align: center;
}

/* Media Queries for Mobile/Tablet responsiveness */
@media (min-width: 601px) {
    .custom-post .button-link {
        display: inline-block;
        max-width: 400px;
    }
}

@media (max-width: 600px) {
    .custom-post th, .custom-post td {
        padding: 8px 10px;
    }
    .custom-post header h1 {
        font-size: 1.5em;
    }
    .custom-post h2, .custom-post h3 {
        font-size: 1.2em;
    }
}/* End custom CSS */