.elementor-27892 .elementor-element.elementor-element-8d4c95e{--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-27892 .elementor-element.elementor-element-90941aa > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-90941aa */.custom-post {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
}

.custom-post header {
    background-color: #005b96;
    color: white;
    padding: 20px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 20px;
}

.custom-post header h1 {
    margin: 0;
    font-size: 1.8em;
}

.custom-post header p {
    margin-top: 5px;
    font-size: 1em;
}

.custom-post .institute-address {
    padding: 0 20px;
    margin-bottom: 15px;
    font-style: italic;
    color: #555;
    font-size: 0.9em;
}

.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);
}

.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-top: 15px;
    margin-bottom: 15px;
}

.custom-post table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    min-width: 650px; /* Adjusted minimum width for the combined table */
}

.custom-post th,
.custom-post td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

.custom-post th {
    background-color: #e2f0fb;
    color: #003f63;
    font-weight: bold;
}

.custom-post .important {
    background-color: #fff3cd;
    border-left: 5px solid #ffca2c;
    padding: 15px;
    margin: 15px 0;
    border-radius: 4px;
}

.custom-post .important strong {
    color: #856404;
}

.custom-post .cta-button {
    display: block;
    width: fit-content;
    margin: 20px auto;
    padding: 12px 25px;
    background-color: #005b96;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.custom-post .cta-button:hover {
    background-color: #003f63;
}

/* Table of Contents Styling */
.custom-post .toc {
    border: 1px solid #ddd;
    padding: 15px;
    margin: 20px 0;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.custom-post .toc h3 {
    margin-top: 0;
    color: #003f63;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.custom-post .toc ul {
    list-style-type: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.custom-post .toc ul li a {
    text-decoration: none;
    color: #005b96;
    display: block;
    padding: 5px 0;
}

.custom-post .toc ul li a:hover {
    text-decoration: underline;
    color: #003f63;
}

/* Advertisement Card Styling */
.custom-post .ad-card {
    background-color: white; /* Ad card background color */
    padding: 10px;
    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);
    text-align: center;
}

.custom-post .ad-card p {
    margin: 0 0 5px 0;
    font-size: 0.8em;
    color: #888;
}

/* Media Queries for Responsiveness */
@media (max-width: 650px) {
    .custom-post header {
        padding: 15px;
    }

    .custom-post header h1 {
        font-size: 1.5em;
    }

    .custom-post .section-card {
        padding: 15px;
        margin: 15px 0;
    }
    
    .custom-post table {
        /* This ensures the table can scroll horizontally on small screens */
        min-width: 100%; 
    }
}/* End custom CSS */