/* Inner pages for multi-theme packages (not original).
 * Loaded after theme CSS. Avoids TemplateMonster fixed-header assumptions. */

body.inner-page .inner-page-heading {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--heading-color, inherit);
    text-align: center;
    margin: 0 0 1rem;
}

body.inner-page .section.inner-section-top {
    padding-top: 1.25rem !important;
    padding-bottom: 2.25rem !important;
}

/* Legacy Bootstrap spacing leftovers on some PHP pages */
body.inner-page > .container.mt-5.pt-5 {
    margin-top: 1.5rem !important;
    padding-top: 0 !important;
}

/* Fixed-top only (rare on themed packs; original does not load this file) */
body.inner-page:has(#header.fixed-top) {
    padding-top: 110px !important;
}

@media (max-width: 767px) {
    body.inner-page .inner-page-heading {
        font-size: 1.15rem;
        margin-bottom: 0.75rem;
    }

    body.inner-page .section.inner-section-top {
        padding-top: 1rem !important;
        padding-bottom: 1.75rem !important;
    }

    body.inner-page:has(#header.fixed-top) {
        padding-top: 96px !important;
    }
}
