/* Fancybox must sit above the sticky header and the WordPress admin bar. */
:root {
    --fancybox-zIndex: 1000000;
}

.fancybox__container {
    z-index: 1000000 !important;
}

body.with-fancybox #masthead,
body.with-fancybox .site-topbar {
    pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
    .fancybox__container *,
    .news-carousel-container,
    .news-carousel-mobile-track {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
