.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


.skip-link {
  position: absolute;
  left: 24px;
  top: 16px;
  padding: 10px 14px;
  border-radius: 8px;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  transform: translateY(-140%);
  transition: transform 160ms ease;
  z-index: 1000;
}

.skip-link:focus-visible {
  transform: translateY(0);
}

:focus-visible {
  outline: 2px solid #8FB7FF;
  outline-offset: 3px;
}
