.elementor-27360 .elementor-element.elementor-element-61509e7{--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-27360 .elementor-element.elementor-element-9edec1d > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-9edec1d */.custom-post {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 100%;
}

.custom-post header {
    background-color: #005b96;
    color: white;
    padding: 20px;
    margin: 0 0 20px 0;
    border-radius: 8px;
}

.custom-post h1 {
    margin: 0;
    font-size: 2em;
    text-align: center;
}

.custom-post h2, .custom-post h3, .custom-post h4 {
    color: #003f63;
    border-bottom: 2px solid #e2f0fb;
    padding-bottom: 5px;
    margin-top: 25px;
    padding-left: 0; /* Remove left padding for header inside card */
}

/* Card Style for Sections */
.custom-post section {
    background-color: white;
    padding: 20px;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
}

.custom-post p, .custom-post ul, .custom-post ol {
    margin-bottom: 15px;
    padding: 0; /* Remove left padding for content inside card */
    text-align: justify;
}

.custom-post .responsive-table {
    overflow-x: auto;
    margin: 15px 0; /* Adjust margin for table inside card */
}

.custom-post table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    min-width: 400px; 
}

.custom-post th, .custom-post td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
    word-wrap: break-word;
}

.custom-post th {
    background-color: #e2f0fb;
    color: #003f63;
    font-weight: bold;
}

.custom-post .important {
    background-color: #fff3cd;
    border-left: 5px solid #ffca2c;
    padding: 15px;
    margin: 20px 0; /* Adjust margin for info box inside card */
    border-radius: 4px;
}

.custom-post a.admission-button {
    display: block;
    width: fit-content;
    margin: 20px auto;
    padding: 15px 30px;
    background-color: #003f63;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: bold;
    transition: background-color 0.3s;
}

.custom-post a.admission-button:hover {
    background-color: #005b96;
}

.custom-post footer {
    padding: 15px 10px;
    text-align: center;
    border-top: 1px solid #eee;
    margin-top: 20px;
}

/* Mobile adjustments */
@media screen and (max-width: 600px) {
    .custom-post h1 {
        font-size: 1.5em;
    }
    .custom-post th, .custom-post td {
        padding: 8px;
        font-size: 0.9em;
    }
    .custom-post table {
        min-width: 100%;
    }
}/* End custom CSS */