:root {
  scroll-padding-top: 5rem;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #38bdf8;
  outline-offset: 3px;
}

[data-loc="client/src/components/Hero.tsx:10"] {
  padding-block: clamp(3.5rem, 7vw, 6rem) !important;
}

[data-loc="client/src/components/Header.tsx:18"] {
  width: auto;
  height: 2.5rem;
  object-fit: contain;
}

.kora-footer-logo {
  display: block;
  width: 9rem;
  height: auto;
  object-fit: contain;
}

.is-placeholder-link {
  cursor: default;
  opacity: 0.55;
  text-decoration: none;
}

@media (max-width: 47.99rem) {
  [data-loc="client/src/components/Hero.tsx:10"] {
    padding-block: 3rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
