.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100000;
  padding: 12px 18px;
  border-radius: 8px;
  background: #ffffff;
  color: #111111;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  transform: translateY(calc(-100% - 24px));
  transition: transform 160ms ease;
}

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

:where(a, button, input, textarea, select, summary, [tabindex]):focus-visible {
  outline: 3px solid #ff5701;
  outline-offset: 4px;
}

.at-main-menu a[aria-current],
.at-offcanvas-menu a[aria-current] {
  color: #ff5701;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.footer-12__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-12__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}

.footer-12__legal a {
  color: inherit;
  opacity: 0.72;
}

.footer-12__legal a:hover {
  opacity: 1;
}

.connected-card[id],
.connected-flow[id] {
  scroll-margin-top: 110px;
}

@media (max-width: 575px) {
  .footer-12__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .skip-link {
    transition: none;
  }
}
