/* Mima't Accessibility Boost (scoped, no html/body touched) */

/* 1) Áreas táctiles (principalmente selector de idioma / enlaces pequeños) */
.mab-touch {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 44px !important;
  min-height: 44px !important;
  padding: 10px 12px !important;
  line-height: 1.2 !important;
}

/* Asegura que imágenes dentro del enlace no rompan el área clicable */
.mab-touch img,
.mab-touch svg {
  max-height: 24px;
  width: auto;
}

/* 2) Contraste (ajuste mínimo en secciones detectadas por PageSpeed) */
#Our_team .title-after_title,
#Our_team .title-after_title *,
.title-after_title.reset-last-child,
.title-after_title.reset-last-child * {
  color: #111 !important;
}

.wd-footer.footer-container.color-scheme-light p,
.wd-footer.footer-container.color-scheme-light span,
.wd-footer.footer-container.color-scheme-light strong,
.wd-footer.footer-container.color-scheme-light a,
.wd-footer.footer-container.color-scheme-light .nav-link-text {
  color: #111 !important;
}

/* 3) Foco visible (ayuda a auditorías manuales y UX teclado) */
a:focus-visible,
button:focus-visible,
[role="button"]:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 2px;
}

/* 4) Evita que un enlace muy pequeño herede line-height raro */
a.mab-touch { text-decoration-thickness: from-font; }
