/* Small interaction and accessibility refinements. Default visual styling stays original. */
.jc-visually-hidden {
  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, summary, input, select, textarea, [tabindex]):focus-visible {
  outline: 2px solid currentColor !important;
  outline-offset: 3px !important;
}

.sqs-slide-wrapper[data-slide-type="cover-page"] [data-slice-type="body"] a:focus-visible {
  color: #fff !important;
  border-bottom: 1px solid #fff !important;
}

@media (pointer: coarse) {
  .sqs-slide-wrapper[data-slide-type="cover-page"] [data-slice-type="body"] a {
    display: inline-flex !important;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 6px 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  .sqs-slide-wrapper[data-slide-type="cover-page"] *,
  .sqs-slide-wrapper[data-slide-type="cover-page"] *::before,
  .sqs-slide-wrapper[data-slide-type="cover-page"] *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
