.elementor-27526 .elementor-element.elementor-element-d0fbf2e{--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-27526 .elementor-element.elementor-element-faa7270 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-faa7270 */.custom-post {
    max-width: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

.custom-post header {
    background-color: #005b96;
    color: white;
    padding: 20px;
    border-radius: 8px;
    margin: 0 0 20px 0; /* Added bottom margin */
    text-align: center;
}

.custom-post header h1 {
    margin: 0;
    font-size: 2em;
}

.custom-post header p {
    margin: 5px 0 0 0;
    font-size: 1.1em;
}

.custom-post .institute-info {
    text-align: center;
    padding: 10px 0;
    font-size: 0.9em;
    color: #555;
}

/* 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);
}

/* Specific styling for the ad container */
.custom-post .ad-card {
    text-align: center;
    background-color: white;
    padding: 10px 20px;
    margin: 20px 0;
    border: 1px dashed #ccc;
    border-radius: 8px;
}

.custom-post h2, .custom-post h3, .custom-post h4 {
    color: #003f63;
    margin-top: 0; /* Reset top margin for card structure */
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.custom-post .responsive-table {
    overflow-x: auto;
    margin: 15px 0;
}

.custom-post table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

.custom-post table th, .custom-post table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    word-wrap: break-word;
}

.custom-post table th {
    background-color: #e2f0fb;
    color: #003f63;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9em;
}

.custom-post ul, .custom-post ol {
    margin: 15px 0 15px 20px;
    padding: 0;
}

.custom-post ul li, .custom-post ol li {
    margin-bottom: 10px;
}

.custom-post .important {
    background-color: #fff3cd;
    border-left: 5px solid #ffca2c;
    padding: 15px;
    margin: 20px 0;
}

.custom-post .toc {
    border: 1px solid #ddd;
    padding: 15px;
    margin: 20px 0;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.custom-post .toc h3 {
    color: #003f63;
    margin-top: 0;
}

.custom-post .toc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-post .toc ul li a {
    text-decoration: none;
    color: #005b96;
}

.custom-post .toc ul li a:hover {
    text-decoration: underline;
}

.custom-post .button-link {
    display: block;
    width: fit-content;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #003f63;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    transition: background-color 0.3s;
}

.custom-post .button-link:hover {
    background-color: #005b96;
}

.custom-post footer {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #eee;
    margin-top: 20px;
    font-size: 0.9em;
}

.custom-post footer a {
    color: #005b96;
    text-decoration: none;
    margin: 0 10px;
}

.custom-post footer a:hover {
    text-decoration: underline;
}

/* Specific styling for the Department/Scheme table to ensure full width and proper display */
.custom-post .scheme-table table {
    min-width: 600px; /* Ensure table doesn't get too cramped on mobile */
    table-layout: auto;
}
.custom-post .scheme-table th, .custom-post .scheme-table td {
    white-space: normal;
}
.custom-post .scheme-table td:nth-child(2),
.custom-post .scheme-table td:nth-child(3),
.custom-post .scheme-table td:nth-child(4),
.custom-post .scheme-table td:nth-child(5) {
    text-align: center;
    width: 10%; /* Adjust widths for checkmarks columns */
}/* End custom CSS */