/* Mexico regional overlay — /es/ + mx timezone only (html[data-user-region="mx"]) */

html[data-user-region="mx"] .top-navbar.style-4 {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    linear-gradient(
      90deg,
      #006847 0% 33%,
      #ffffff 33% 66%,
      #ce1126 66% 100%
    );
  background-size: cover;
  background-position: top;
}

html[data-user-region="mx"] .top-navbar.style-4 .content {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

html[data-user-region="mx"] .top-navbar.style-4 .btn.bg-white small {
  color: #006847;
}

html[data-user-region="mx"] .top-navbar.style-4 a {
  color: #fff;
}
