/* SEO company landing — minimal fixes only (header uses theme defaults) */

/*
 * Stale consultation-boxes.css cached in browsers sets html { overflow-x: hidden }
 * which computes overflow-y to auto and breaks position:sticky on the header.
 */
html:has(body.nfseo-company-page) {
    overflow: visible !important;
}

/* consultation-boxes.css overflow-x on .container used to show a scrollbar in the header */
body.nfseo-company-page .tornado-header .container {
    overflow: visible !important;
}

/* Font Awesome on this page must not break Tornado header icons */
body.nfseo-company-page .tornado-header [class^="ti-"]::before,
body.nfseo-company-page .tornado-header [class*=" ti-"]::before {
    font-family: "tornado-icons" !important;
    font-weight: normal !important;
    font-style: normal !important;
}
