/* R35 route identity and theme-card polish. */
body.vf-m3u8-wp-r35 .vf-static-route { width: 100%; }
body.vf-m3u8-wp-r35 .site-header { z-index: 1000; }
body.vf-m3u8-wp-r35 .mega-menu { display: none; }
body.vf-m3u8-wp-r35 .nav-item.is-open .mega-menu,
body.vf-m3u8-wp-r35 .mega-menu.is-open { display: grid; }
body.vf-m3u8-wp-r35 .site-header .nav-link.is-active,
body.vf-m3u8-wp-r35 .site-header .nav-button.is-active { color: var(--brand-strong, #067a52); }
body.vf-m3u8-wp-r35.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { body.vf-m3u8-wp-r35.admin-bar .site-header { top: 46px; } }
