.elementor-27213 .elementor-element.elementor-element-8578301{--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-27213 .elementor-element.elementor-element-5f38e74 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-5f38e74 */.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 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.custom-post h1 {
    font-size: 1.8em;
    margin-top: 0;
    margin-bottom: 5px;
}

.custom-post .institute-address {
    font-size: 0.85em;
    opacity: 0.9;
}

.custom-post h2 {
    background-color: #003f63;
    color: white;
    padding: 10px 15px;
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 15px;
    border-radius: 3px 3px 0 0;
}

.custom-post h3 {
    color: #003f63;
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 2px solid #e2f0fb;
    padding-bottom: 5px;
}

/* Card Styling for Sections */
.custom-post section {
    padding: 0; /* Padding is inside the card-content */
    margin: 0 0 20px 0;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.custom-post .card-content {
    padding: 15px;
}

/* Table of Contents Styling */
.custom-post #toc {
    border: 1px solid #ccc;
    padding: 15px;
    margin: 0 0 20px 0;
    background-color: #f9f9f9;
    border-radius: 5px;
    box-shadow: none;
}

.custom-post #toc h3 {
    margin-top: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    color: #003f63;
}

.custom-post #toc ul {
    list-style: none;
    padding-left: 0;
}

.custom-post #toc li a {
    color: #005b96;
    text-decoration: none;
    padding: 3px 0;
    display: block;
}

.custom-post p, .custom-post ul, .custom-post ol, .custom-post table {
    margin-bottom: 15px;
}

/* Responsive Table Styling */
.custom-post .responsive-table {
    overflow-x: auto;
    margin-bottom: 20px;
}

.custom-post table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    min-width: 600px; /* Ensure better display on smaller screens */
}

.custom-post th, .custom-post td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

.custom-post thead th {
    background-color: #e2f0fb;
    color: #003f63;
    font-weight: bold;
}

.custom-post tbody tr:nth-child(even) {
    background-color: #f4f8fc;
}

/* Button Styling */
.custom-post .admission-button {
    display: block;
    width: fit-content;
    margin: 20px auto;
    padding: 12px 25px;
    background-color: #ff5722;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.custom-post .admission-button:hover {
    background-color: #e64a19;
}

/* Important Notes Box */
.custom-post .important {
    background-color: #fff3cd;
    border-left: 5px solid #ffca2c;
    padding: 15px;
    margin: 20px 0;
    border-radius: 3px;
    box-shadow: none; /* Override section shadow for the important box */
}

.custom-post .important h3 {
    color: #856404;
    margin-top: 0;
    border-bottom: none;
    padding-bottom: 0;
}

/* List Styling */
.custom-post ul, .custom-post ol {
    padding-left: 25px;
}

.custom-post ul li, .custom-post ol li {
    margin-bottom: 8px;
}

/* Ensure padding is consistent within content */
.custom-post .card-content ul,
.custom-post .card-content ol,
.custom-post .card-content p {
    padding-left: 0;
    padding-right: 0;
}

/* Mobile Adjustments (Optional but recommended for full responsiveness) */
@media screen and (max-width: 600px) {
    .custom-post h1 {
        font-size: 1.5em;
    }

    .custom-post h2 {
        font-size: 1.3em;
    }

    .custom-post th, .custom-post td {
        padding: 8px;
    }

    .custom-post table {
        min-width: 100%;
    }

    .custom-post header, .custom-post .card-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .custom-post .admission-button {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
}/* End custom CSS */