/* Content-neutral accessibility and static-hosting corrections. */
:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid #f5c451;
  outline-offset: 4px;
}

a[href^="mailto:"] {
  overflow-wrap: anywhere;
}

/* Internal pages use the standard white header above their page content. */
body:not(.home) > .oxy-header.oxy-overlay-header {
  position: relative;
  background-color: #fff;
}

.ct-inner-content a {
  color: #4f789e;
}

.oxy-menu-toggle {
  min-width: 44px;
  min-height: 44px;
}

@media (max-width: 767px) {
  .oxy-nav-menu a,
  .ct-link-button,
  .div_contact {
    min-height: 44px;
  }
}

@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;
  }
}
