/* Real-IIS qualification correction: avoid horizontal overflow when a classic scrollbar reduces a 320px viewport. */
html {
  min-width: 0;
}

/* FocusOnNavigate focuses the page heading after direct hash navigation. Keep that semantic focus
   without drawing an interaction affordance around a non-interactive heading. */
h1:focus-visible {
  outline: none;
}
