/* Visual audit follow-up: keep desktop page content below the fixed header. */
@media screen and (min-width: 992px) {
    body:not(.home) .header-spacer {
        height: 195px;
    }

    body:not(.home) .entry-content > .topserv-visible-breadcrumbs {
        transform: translateY(-6px);
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    body:not(.home) .header-spacer {
        height: 230px;
    }
}
