.elementor-33480 .elementor-element.elementor-element-e2917bc{--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-7a4b1ec *//* Custom CSS for ARIES PhD Admission Post */
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;600;700&display=swap');

.custom-post {
    font-family: 'Hind Siliguri', sans-serif;

    margin: 0;
    padding: 0;
}

/* Section Card Styling */
.custom-post .section-card {
    background: #ffffff;
    border-radius: 8px !important;
    border: 1px solid #eeeeee;
    padding: 30px 20px;
    margin: 0 0 20px 0; /* 0px left/right margin */
    border-radius: 0px; /* Square edges for edge-to-edge look */
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.custom-post h1, .custom-post h2, .custom-post h3 {
    color: #003f63;
    margin-top: 0;
}

.custom-post h2, .custom-post h3 {
    border-bottom: 2px solid #e2f0fb;
    padding-bottom: 10px;
}

.custom-post p {
    margin-bottom: 15px;
    text-align: justify;
    color: #444;
}

.custom-post .btn-container {
    text-align: center;
    margin: 25px 0;
}

.custom-post .btn-admission {
    background-color: #003f63;
    color: #fff !important;
    padding: 14px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 700;
    display: inline-block;
    transition: 0.3s;
}

.custom-post .btn-admission:hover {
    background-color: #002a42;
}

/* Table Styling */
.custom-post .responsive-table {
    overflow-x: auto;
    margin: 15px 0;
    width: 100%;
}

.custom-post table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

.custom-post th, .custom-post td {
    border: 1px solid #dee2e6;
    padding: 12px;
}

.custom-post th {
    background-color: #e2f0fb;
    color: #003f63;
    font-weight: 600;
}

/* Important Note Styling */
.custom-post .important {
    background-color: #fff3cd;
    border-left: 6px solid #ffca2c;
    padding: 20px;
    margin: 20px 0;
    color: #856404;
}

/* Lists */
.custom-post ul, .custom-post ol {
    padding-left: 20px;
    margin-bottom: 15px;
}

.custom-post li {
    margin-bottom: 10px;
}

/* Table of Contents */
.custom-post .toc {
    background: #fdfdfd;
    padding: 20px;
    border: 1px dashed #003f63;
}

.custom-post .toc a {
    color: #003f63;
    text-decoration: none;
    font-weight: 600;
}/* End custom CSS */