/* Keyboard access without changing the approved page layout. */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link {
  position: fixed;
  z-index: 100000;
  top: 12px;
  left: 12px;
  transform: translateY(-200%);
  padding: 12px 18px;
  border: 2px solid #005db8;
  border-radius: 8px;
  background: #fff;
  color: #005db8;
  font-weight: 700;
}
.skip-link:focus { transform: none; outline: 3px solid #00a6ed; outline-offset: 2px; }
main[tabindex="-1"] { scroll-margin-top: 96px; }
