.elementor-28260 .elementor-element.elementor-element-0cc18e8{--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-28260 .elementor-element.elementor-element-736f4a0 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-736f4a0 */.custom-post {
    font-family: Arial, sans-serif;
    max-width: 100%;
    overflow-x: hidden; /* Prevent horizontal scrollbars */
}

.custom-post * {
    box-sizing: border-box;
}

.custom-post .section-card {
    background-color: white;
    padding: 20px;
    margin: 20px 0; /* 0px left/right margin, 20px top/bottom */
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.custom-post header {
    background-color: #005b96;
    color: white;
    padding: 20px;
    border-radius: 8px 8px 0 0;
    margin: 0; /* Ensures it starts flush with the container */
}

.custom-post header h1 {
    margin: 0;
    font-size: 1.8em;
}

.custom-post header p {
    margin: 5px 0 0;
    font-size: 1em;
}

.custom-post h2 {
    color: #003f63;
    font-size: 1.5em;
    border-bottom: 2px solid #003f63;
    padding-bottom: 5px;
    margin-top: 20px;
}

.custom-post h3 {
    color: #003f63;
    font-size: 1.2em;
    margin-top: 15px;
}

/* Responsive Table Styling */
.custom-post .responsive-table {
    overflow-x: auto;
    width: 100%;
    margin: 15px 0;
}

.custom-post table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto; /* Ensures table is responsive */
    min-width: 600px; /* Min width for readability on small screens if content is complex */
}

.custom-post th, .custom-post td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    word-wrap: break-word;
}

.custom-post th {
    background-color: #e2f0fb;
    color: #003f63;
    font-weight: bold;
}

/* Important Notes Styling */
.custom-post .important-note {
    background-color: #fff3cd;
    border-left: 5px solid #ffca2c;
    padding: 15px;
    margin: 15px 0;
    border-radius: 4px;
}

.custom-post .important-note strong {
    color: #ffca2c;
}

/* Ad Card Styling */
.custom-post .ad-card {
    background-color: white;
    padding: 20px;
    margin: 20px 0; /* 0px left/right margin */
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    text-align: center;
}

.custom-post .ad-card p {
    margin: 0;
    font-size: 0.8em;
    color: #888;
}

/* Button Styling */
.custom-post .admission-button {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
    padding: 15px;
    text-align: center;
    background-color: #005b96;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: bold;
    transition: background-color 0.3s;
}

.custom-post .admission-button:hover {
    background-color: #003f63;
}

/* List Styling */
.custom-post ul, .custom-post ol {
    padding-left: 20px;
    margin: 10px 0;
}

.custom-post li {
    margin-bottom: 8px;
}

/* Footer Styling */
.custom-post footer {
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #eee;
    margin-top: 20px;
}

/* Specific styling for the Admission/Semester Fee Table */
.custom-post .fee-table th {
    min-width: 100px; /* Ensure columns for fee types are not too narrow */
}/* End custom CSS */