.elementor-27164 .elementor-element.elementor-element-7e8d211{--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-27164 .elementor-element.elementor-element-dc2b83c > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-dc2b83c */.custom-post {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.custom-post * {
    box-sizing: border-box;
}

/* Card-like structure for sections */
.custom-post section {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 15px 0;
    padding: 15px;
    background-color: #ffffff; /* Card background is white */
}

/* Header Styling */
.custom-post header {
    background-color: #005b96;
    color: white;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
}

.custom-post header h1 {
    margin: 0;
    font-size: 2em;
}

.custom-post header p {
    margin: 5px 0 0;
    font-size: 1em;
}

/* Section Headings */
.custom-post h2, .custom-post h3, .custom-post h4 {
    color: #003f63;
    border-bottom: 2px solid #003f63;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 15px;
}

/* Introduction and Paragraphs */
.custom-post p {
    margin-bottom: 15px;
    text-align: justify;
}

/* Button Styling */
.custom-post .admission-button {
    display: inline-block;
    background-color: #005b96;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    margin: 20px 0;
    font-weight: bold;
    text-align: center;
}

.custom-post .admission-button:hover {
    background-color: #003f63;
}

/* Responsive Table Wrapper */
.custom-post .responsive-table {
    overflow-x: auto;
    margin: 15px 0;
}

.custom-post table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    min-width: 600px; /* Ensures better readability on smaller screens if content is wide */
}

.custom-post th, .custom-post td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
    word-wrap: break-word;
}

.custom-post th {
    background-color: #e2f0fb;
    color: #003f63;
    font-weight: bold;
}

/* 2-column Table Specific Styling */
.custom-post .two-col-table td:first-child {
    font-weight: bold;
    width: 35%; /* Adjust width for key-value pair tables */
}

/* List Styling */
.custom-post ul, .custom-post ol {
    margin: 15px 0;
    padding-left: 20px;
}

.custom-post ul li, .custom-post ol li {
    margin-bottom: 8px;
}

/* Important Notes Box Styling */
.custom-post .important {
    padding: 15px;
    margin: 15px 0;
    background-color: #fff3cd;
    border-left: 5px solid #ffca2c;
    border-radius: 4px;
    font-weight: bold;
    color: #856404;
}

.custom-post .important p {
    margin: 0;
}

/* Footer Styling */
.custom-post footer {
    text-align: center;
    padding: 15px;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    font-size: 0.9em;
}

.custom-post .toc {
    border: 1px solid #005b96;
    padding: 15px;
    margin: 20px 0;
    border-radius: 8px;
    background-color: #f0f8ff;
}

.custom-post .toc h3 {
    color: #005b96;
    border-bottom: 1px solid #005b96;
    padding-bottom: 10px;
    margin-top: 0;
}

.custom-post .toc ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.custom-post .toc ul li a {
    text-decoration: none;
    color: #003f63;
    display: block;
    padding: 5px 0;
}

@media (max-width: 600px) {
    .custom-post header h1 {
        font-size: 1.5em;
    }

    .custom-post section {
        padding: 10px;
    }

    .custom-post table {
        /* Allow scrollbar for tables on small screens */
        min-width: unset;
    }

    .custom-post .two-col-table td:first-child {
        width: 40%;
    }
}/* End custom CSS */