.elementor-29232 .elementor-element.elementor-element-80a84c9{--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-39233af *//* Custom Post Styling for NBRC PhD Admission */
.custom-post {
    /* Required: left and right margin and padding 0px for main container */
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box; 
    max-width: 100%; 
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Header Styling */
.custom-post header {
    background-color: #005b96; /* Header background color */
    color: white; /* Header text color */
    padding: 15px 20px;
    border-radius: 5px 5px 0 0; /* Corner round for header */
}

.custom-post header h1 {
    margin: 0;
    font-size: 1.8em;
}

/* Card Section Styling (New Requirement) */
.custom-post .card-section {
    background-color: white; /* White background for each card */
    padding: 20px;
    margin-bottom: 20px; /* Separation between cards */
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); /* Subtle card shadow */
    overflow: hidden; /* Contains floats and ensures proper card rendering */
}

/* Section Headings Styling (Applied inside cards) */
.custom-post .card-section h2, .custom-post .card-section h3 {
    color: #003f63; /* Section headings color */
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
    margin-top: 10px; /* Reduced margin top since it's inside a card */
}

/* Table of Contents Styling */
.custom-post .toc {
    background: #f9f9f9; /* Subtle background for TOC within card */
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
}
.custom-post .toc h4 {
    color: #003f63;
    margin-top: 0;
}
.custom-post .toc ul {
    list-style-type: none;
    padding: 0;
}
.custom-post .toc ul li {
    margin-bottom: 5px;
}

/* Responsive Table Container */
.custom-post .responsive-table {
    overflow-x: auto; 
    margin-bottom: 20px;
}

/* Table Styling */
.custom-post .responsive-table table {
    table-layout: auto;
    width: 100%;
    border-collapse: collapse;
    margin: 0; 
    min-width: 400px; 
}

.custom-post .responsive-table th, 
.custom-post .responsive-table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
}

.custom-post .responsive-table th {
    background-color: #e2f0fb; /* Table headers color */
    color: #003f63;
    font-weight: bold;
}

/* Eligibility List Styling */
.custom-post ul, .custom-post ol {
    margin-left: 20px;
    padding-left: 0;
}

/* Important Notes Box Styling (Inside a card) */
.custom-post .important {
    background-color: #fff3cd; /* Notes box background */
    border-left: 5px solid #ffca2c; /* Notes box border-left */
    padding: 15px;
    margin: 10px 0; /* Reduced margin as it is within a card */
    border-radius: 4px;
}

/* Button Styling */
.custom-post .admission-button {
    display: block;
    width: fit-content;
    margin: 20px 0;
    padding: 12px 25px;
    background-color: #005b96;
    color: white !important;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.custom-post .admission-button:hover {
    background-color: #003f63;
}

/* Footer Styling */
.custom-post footer {
    margin-top: 10px; /* Adjusted margin */
    padding: 15px 0;
    border-top: 1px solid #eee;
    font-size: 0.9em;
    text-align: center;
    color: #666;
}/* End custom CSS */