/* Only the orange course-category H1 (not Free Add On banner).
   Keep H1 for SEO; show at previous H4 visual size. */
.rs-categories h1.text-part.orangeColor,
h1.fw-bold.text-part.text-center.orangeColor {
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    margin-bottom: 0 !important;
}

/* Free Add On gradient banner text */
.alert h2.alert-heading {
    font-size: 19px !important;
    line-height: 1.4 !important;
}

/* SEO: former H3 section titles are now H2, keep H3 visual size (26px) */
h2.content-section-heading {
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

/* SEO: former H5 FAQ questions are now H3, keep previous FAQ visual size */
h3.faq-question {
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    border-left: none !important;
    padding-left: 0 !important;
}

@media (max-width: 991px) {
    .rs-categories h1.text-part.orangeColor,
    h1.fw-bold.text-part.text-center.orangeColor {
        font-size: 22px !important;
    }
}

@media (max-width: 575px) {
    .rs-categories h1.text-part.orangeColor,
    h1.fw-bold.text-part.text-center.orangeColor {
        font-size: 18px !important;
        padding: 1.5rem !important;
    }
}
