/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Override - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/



/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Override - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/* ========================================
   GLOBAL FONT & READABILITY IMPROVEMENTS
   ======================================== */

body,
p, li, td, th, label, span, div {
    font-size: inherit;
}

body {
    font-size: 16px;
    line-height: 1.75;
}

p {
    font-size: 1rem;
    line-height: 1.8;
}

h1 { font-size: 2.4rem; line-height: 1.2; }
h2 { font-size: 1.9rem; line-height: 1.3; }
h3 { font-size: 1.5rem; line-height: 1.35; }
h4 { font-size: 1.2rem; line-height: 1.4; }
h5 { font-size: 1.05rem; line-height: 1.45; }
h6 { font-size: 0.92rem; line-height: 1.5; }

/* Footer improvements */
.footerLogoCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerCol h6 {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1a3a5c;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid #6CB1B0;
}

.footerCol ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footerCol ul li {
    margin-bottom: 10px;
}

.footerCol ul li a {
    font-size: 0.95rem;
    color: #555;
    text-decoration: none;
    transition: color 0.2s;
}

.footerCol ul li a:hover {
    color: #6CB1B0;
}

/* Step labels bigger on enrollment form */
.step-label {
    font-size: 0.82rem !important;
}

/* Table font improvements */
table td, table th {
    font-size: 0.97rem;
}

/* Nav tabs text size */
.nav-tabs .nav-link {
    font-size: 0.97rem;
}

/* Announcement ticker */
.meacademy-ticker a {
    font-size: 0.92rem;
}

@media (max-width: 767px) {
    h1 { font-size: 1.8rem; }
    h2 { font-size: 1.5rem; }
    h3 { font-size: 1.3rem; }
    body { font-size: 15px; }
}
