.elementor-28907 .elementor-element.elementor-element-03927ed{--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-8d0bbe6 */.custom-post {
    max-width: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden; /* Prevent horizontal scroll */
    background-color: white; /* Ensure main container has white BG if needed */
}

.custom-post-card {
    /* Set card background to white explicitly */
    background-color: white; 
    margin: 10px 0;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Header Styling */
.custom-post-header {
    background-color: #005b96;
    color: white;
    padding: 15px 20px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 20px;
}

.custom-post h1 {
    font-size: 24px;
    margin: 0;
    padding: 0;
}

/* Section Headings */
.custom-post h2, .custom-post h3, .custom-post h4 {
    color: #003f63;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
    margin-top: 25px;
    margin-bottom: 15px;
}

/* Responsive Table Styling */
.responsive-table {
    overflow-x: auto;
    width: 100%;
    margin-bottom: 20px;
}

.custom-post table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    border: 1px solid #ddd;
}

.custom-post th {
    background-color: #e2f0fb;
    color: #003f63;
    padding: 12px;
    text-align: left;
    border: 1px solid #ddd;
}

.custom-post td {
    padding: 10px;
    border: 1px solid #ddd;
    vertical-align: top;
}

.custom-post tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Important Notes Box */
.important {
    background-color: #fff3cd;
    border-left: 5px solid #ffca2c;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
}

/* List Styling */
.custom-post ul, .custom-post ol {
    margin-left: 20px;
    padding-left: 0;
}

.custom-post li {
    margin-bottom: 8px;
}

/* Button Styling */
.custom-post .admission-button {
    display: block;
    width: fit-content;
    padding: 10px 20px;
    margin: 20px auto;
    background-color: #005b96;
    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: #003f63;
}

/* PDF/External Link Styling */
.custom-post-footer {
    padding: 15px 20px;
    background-color: #f4f4f4;
    border-radius: 0 0 8px 8px;
    text-align: center;
    margin-top: 20px;
}

.custom-post-footer a {
    color: #005b96;
    text-decoration: none;
    margin: 0 10px;
}

.custom-post-footer a:hover {
    text-decoration: underline;
}

/* Table of Contents */
#toc {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    border-radius: 4px;
}

#toc h3 {
    margin-top: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

#toc ul {
    list-style-type: none;
    padding-left: 0;
}/* End custom CSS */