.elementor-29119 .elementor-element.elementor-element-0150242{--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-a63ba47 */.custom-post {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.custom-post-card {
    margin: 15px 0;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.custom-post h1 {
    background-color: #005b96;
    color: white;
    padding: 15px;
    border-radius: 8px 8px 0 0;
    margin: 0 0 15px 0;
    text-align: center;
    font-size: 1.8em;
}

.custom-post h2 {
    color: #003f63;
    border-bottom: 2px solid #005b96;
    padding-bottom: 5px;
    margin-top: 20px;
    font-size: 1.5em;
}

.custom-post h3 {
    color: #005b96;
    margin-top: 15px;
    font-size: 1.2em;
}

.custom-post a {
    color: #005b96;
    text-decoration: none;
}

.custom-post a:hover {
    text-decoration: underline;
}

.responsive-table {
    overflow-x: auto;
    margin: 15px 0;
}

.responsive-table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

.responsive-table th, .responsive-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    word-wrap: break-word;
}

.responsive-table th {
    background-color: #e2f0fb;
    color: #003f63;
    font-weight: bold;
    text-align: center;
}

.important {
    border-left: 5px solid #ffca2c;
    background-color: #fff3cd;
    padding: 15px;
    margin: 15px 0;
    color: #856404;
    border-radius: 0 4px 4px 0;
}

.btn-admission {
    display: block;
    width: fit-content;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #005b96;
    color: white !important;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-admission:hover {
    background-color: #003f63;
    color: #ffffff !important;
    text-decoration: none;
}

@media (max-width: 600px) {
    .custom-post h1 {
        font-size: 1.5em;
        padding: 10px;
    }
    .custom-post h2 {
        font-size: 1.3em;
    }
    .responsive-table th, .responsive-table td {
        padding: 6px;
        font-size: 0.9em;
    }
    .custom-post-card {
        padding: 10px;
    }
}/* End custom CSS */