/* Accessibility and target-size refinements shared by the public site. */

body.fincaswin-theme :where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #0969c3;
}

body.fincaswin-theme .fw-footer-column a {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
}

body.fincaswin-theme .fw-contact-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 767px) {
  body.fincaswin-theme .fw-footer-column a {
    min-height: 44px;
    padding-block: 8px;
  }

  body.fincaswin-theme .fw-primary-menu .sub-menu a {
    min-height: 44px;
  }
}

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