.privacy-notice {
  max-width: 36rem;
  margin: 14px 0 0;
  font-size: 11px !important;
  line-height: 1.55;
  letter-spacing: 0;
  text-transform: none;
  opacity: .78;
}

.privacy-notice a {
  color: inherit;
  font: inherit !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

html[lang="es"] .only-en,
html[lang="en"] .only-es {
  display: none !important;
}

.site-footer {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 18px 28px;
  padding: 24px 5vw;
}

.site-footer .footer-brand,
.site-footer .footer-top {
  color: inherit;
  text-decoration: none;
}

.site-footer .footer-legal {
  display: flex;
  justify-content: center;
  gap: 18px;
  min-width: 0;
}

.site-footer .footer-legal a {
  color: inherit;
  text-decoration: none;
  letter-spacing: .08em;
}

.site-footer .footer-legal a:hover,
.site-footer .footer-legal a:focus-visible,
.site-footer .footer-top:hover,
.site-footer .footer-top:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 900px) {
  .site-footer {
    grid-template-columns: 1fr auto;
  }

  .site-footer .footer-legal {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .site-footer .footer-top {
    grid-column: 2;
    grid-row: 1;
  }
}

@media (max-width: 520px) {
  .site-footer {
    gap: 12px 18px;
    padding: 22px 7vw;
  }

  .site-footer > span {
    justify-self: end;
  }

  .site-footer .footer-legal {
    gap: 10px 16px;
    line-height: 1.5;
  }

  .site-footer .footer-top {
    grid-column: 1 / -1;
    grid-row: 3;
    justify-self: start;
  }
}
