html[lang="es"] .contact-page .contact-info-body {
  justify-content: flex-start !important;
  gap: 20px;
}

html[lang="es"] .contact-page .contact-info-item {
  align-items: center;
}

html[lang="es"] .contact-page a.contact-info-text {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}

html[lang="es"] .contact-page a.contact-info-text:hover,
html[lang="es"] .contact-page a.contact-info-text:focus-visible {
  color: #fff;
  text-decoration-thickness: 2px;
}

html[lang="es"] .contact-page a.contact-info-text:focus-visible {
  outline: 3px solid #f4b74a;
  outline-offset: 4px;
  border-radius: 2px;
}

html[lang="es"] .contact-page .cmi-es-contact-scope {
  max-width: 38rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  html[lang="es"] .contact-page .contact-info-body {
    gap: 16px;
  }
}
