/*
 * Spectra outputs <span class="uag-toc__heading-anchor"> before each heading
 * — note "uag-" not "uagb-". Keep these values in sync with the OFFSET_*
 * constants in toc-sticky.js.
 */
.uag-toc__heading-anchor {
    scroll-margin-top: 200px;
}

@media (max-width: 768px) {
    .uag-toc__heading-anchor {
        scroll-margin-top: 180px;
    }
}

@media (max-width: 480px) {
    .uag-toc__heading-anchor {
        scroll-margin-top: 160px;
    }
}