.elementor-27424 .elementor-element.elementor-element-a9ee1ef{--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-27424 .elementor-element.elementor-element-573f131 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-573f131 */.custom-post {
    max-width: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
    background-color: transparent; /* Light background for the overall page/container */
    border-radius: 8px;
}
.custom-post header {
    background-color: #005b96;
    color: white;
    padding: 20px;
    margin: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.custom-post header h1 {
    margin: 0 0 5px 0;
    font-size: 1.8em;
    word-wrap: break-word;
}
.custom-post header p {
    margin: 0;
    font-size: 0.9em;
}
.custom-post header .address {
    font-size: 0.8em;
    margin-top: 10px;
}
/* Card Styling for Sections, TOC, and Footer */
.custom-post section, .custom-post .toc, .custom-post footer {
    background-color: #ffffff; /* White background for the card */
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); /* Subtle shadow for card effect */
    margin: 20px 0px; /* Margin between cards and from the sides of the main container */
    padding: 20px; /* Internal padding */
}
.custom-post h2 {
    color: #003f63;
    font-size: 1.5em;
    margin-top: 0;
    padding-bottom: 5px;
    border-bottom: 2px solid #003f63;
    word-wrap: break-word;
}
.custom-post h3 {
    color: #005b96;
    font-size: 1.2em;
    margin-top: 20px;
    word-wrap: break-word;
}
.custom-post .responsive-table {
    overflow-x: auto;
    margin: 15px 0;
    -webkit-overflow-scrolling: touch;
}
.custom-post table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    min-width: 600px;
}
.custom-post th, .custom-post td {
    border: 1px solid #ddd;
    padding: 12px 15px;
    text-align: left;
    vertical-align: top;
    word-wrap: break-word;
}
.custom-post th {
    background-color: #e2f0fb;
    color: #003f63;
    font-weight: bold;
}
.custom-post tr:nth-child(even) {
    background-color: #f9f9f9;
}
.custom-post tr:hover {
    background-color: #f1f1f1;
}
.custom-post .important {
    background-color: #fff3cd;
    border-left: 5px solid #ffca2c;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
    font-weight: bold;
    color: #664d03;
}
.custom-post ul, .custom-post ol {
    padding-left: 20px;
}
.custom-post li {
    margin-bottom: 10px;
}
.custom-post .button-container {
    text-align: center;
    margin: 20px 0;
}
.custom-post .admission-button {
    display: inline-block;
    background-color: #005b96;
    color: white;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
}
.custom-post .admission-button:hover {
    background-color: #003f63;
}
.custom-post footer {
    text-align: center;
    /* Styles are applied via the card block above */
}
.custom-post footer a {
    color: #005b96;
    text-decoration: none;
    margin: 0 10px;
}
.custom-post footer a:hover {
    text-decoration: underline;
}
.custom-post .toc {
    background-color: #e2f0fb; /* Specific background for TOC card */
    border: 1px solid #c9e6fb;
}
.custom-post .toc h3 {
    color: #003f63;
    border-bottom: 1px solid #c9e6fb;
    padding-bottom: 5px;
    margin-top: 0;
}
.custom-post .toc ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.custom-post .toc li {
    margin-bottom: 5px;
}
.custom-post .toc li a {
    color: #005b96;
    text-decoration: none;
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 3px;
    transition: background-color 0.3s;
    font-size: 0.9em;
    display: block;
}
.custom-post .toc li a:hover {
    background-color: #c9e6fb;
}
/* Mobile adjustments */
@media (max-width: 600px) {
    .custom-post table {
        min-width: 100%;
        table-layout: auto;
    }
    .custom-post section, .custom-post .toc, .custom-post footer {
        margin-left: 0px;
        margin-right: 0px;
    }
}/* End custom CSS */