.elementor-26969 .elementor-element.elementor-element-8b599e1{--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-26969 .elementor-element.elementor-element-5283fc1 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-5283fc1 */.custom-post {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 100%;
    overflow-x: hidden;
}

.custom-post header {
    background-color: #005b96;
    color: white;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
}

.custom-post header h1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.8em;
}

.custom-post header address {
    font-style: normal;
    font-size: 0.9em;
    margin-top: 5px;
}

.custom-post section {
    margin-bottom: 20px;
    padding: 5px; /* Card padding set to 5px */
    background-color: white;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.custom-post h2, .custom-post h3, .custom-post h4 {
    color: #003f63;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 15px; /* Internal padding for header text */
    padding-right: 15px;
}

/* Internal padding for content inside the 5px-padded card */
.custom-post section > :not(h2, h3, h4) {
    padding-left: 15px;
    padding-right: 15px;
}

.custom-post a.admission-button {
    display: block;
    width: fit-content;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #005b96;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    transition: background-color 0.3s;
}

.custom-post a.admission-button:hover {
    background-color: #003f63;
}

.custom-post .responsive-table {
    overflow-x: auto;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.custom-post table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    border: 1px solid #ddd;
}

.custom-post th, .custom-post td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #ddd;
    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 ul, .custom-post ol {
    padding-left: 35px;
    margin-top: 10px;
}

.custom-post ul li, .custom-post ol li {
    margin-bottom: 10px;
}

.custom-post .important {
    padding: 15px;
    margin: 20px 0;
    background-color: #fff3cd;
    border-left: 5px solid #ffca2c;
    color: #664d03;
    border-radius: 4px;
}

.custom-post .toc {
    border: 1px solid #ccc;
    padding: 15px;
    margin: 20px 0;
    border-radius: 5px;
    background-color: #f7f7f7;
}

.custom-post .toc h3 {
    margin-top: 0;
    color: #003f63;
    border-bottom: none;
}

.custom-post .toc ul {
    list-style: none;
    padding-left: 0;
}

.custom-post .toc ul li a {
    text-decoration: none;
    color: #005b96;
}

.custom-post footer {
    margin-top: 30px;
    padding: 15px 0;
    border-top: 1px solid #eee;
    text-align: center;
    font-size: 0.9em;
}

.custom-post footer a {
    color: #005b96;
    text-decoration: none;
    margin: 0 10px;
}

/* Mobile adjustments (fully responsive) */
@media (max-width: 600px) {
    .custom-post header h1 {
        font-size: 1.5em;
    }
    .custom-post th, .custom-post td {
        padding: 10px;
    }
    .custom-post a.admission-button {
        padding: 8px 15px;
        font-size: 0.9em;
    }
}/* End custom CSS */