@layer states {
  :root[data-theme="theme"] [hidden] { display: none !important; }

  @media (forced-colors: active) {
    :root[data-theme="theme"] .site-nav a[aria-current="page"],
    :root[data-theme="theme"] .answer.is-selected,
    :root[data-theme="theme"] .answer.is-correct,
    :root[data-theme="theme"] .answer.is-incorrect,
    :root[data-theme="theme"] .answer.is-missed,
    :root[data-theme="theme"] .question-map__item.is-current,
    :root[data-theme="theme"] .timeline-nav__button.is-active {
      border: 2px solid Highlight;
    }
  }
}
