/* DHELOOP_PHASE11_ACCESSIBILITY_FOUNDATION_V1 */
.dhe-phase11-skip-link {
  position: fixed;
  inset-inline-start: 1rem;
  top: 0;
  z-index: 2147483647;
  max-width: calc(100vw - 2rem);
  padding: .8rem 1rem;
  border: 2px solid currentColor;
  border-radius: 0 0 .6rem .6rem;
  background: #ffffff;
  color: #111827;
  font: 700 1rem/1.2 system-ui, sans-serif;
  text-decoration: none;
  transform: translateY(-130%);
  transition: transform .15s ease;
}
.dhe-phase11-skip-link:focus,
.dhe-phase11-skip-link:focus-visible {
  transform: translateY(0);
  outline: 3px solid #1d4ed8;
  outline-offset: 2px;
}
.dhe-phase11-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 3px solid #2563eb !important;
  outline-offset: 3px !important;
}
:where(button, [role="button"]):disabled,
:where(button, [role="button"])[aria-disabled="true"] {
  cursor: not-allowed;
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
@media (forced-colors: active) {
  .dhe-phase11-skip-link { border: 2px solid ButtonText; }
}
