/* Loaded last to restore keyboard focus styles removed by the source landing CSS. */
:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid #21aabd !important;
  outline-offset: 3px !important;
}

:where(button, input, select, textarea):disabled {
  cursor: not-allowed !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;
  }
}

/* Repair incorrectly transcoded glyphs in the downloaded source styles. */
.mmenu-footer #menu-footer-menu > li.menu-item-has-children span.arrow::after {
  content: "▶" !important;
}

.middle-footer--left .wpcf7-list-item label input:checked + span::after {
  content: "✓" !important;
}
