/* Enlace legal en el pie (todas las rutas) y cuerpo de la página de privacidad.
   El tema rescatado fija tamaños en `.standard-modules .rich-text p`, con `!important`
   por debajo de 540 px; los tamaños propios se declaran con la misma fuerza. */
.site-footer .footer-legal {
  color: inherit;
  margin-left: .6em;
  opacity: .8;
  text-decoration: underline;
  text-underline-offset: .18em;
}

.site-footer .footer-legal:hover,
.site-footer .footer-legal:focus-visible {
  opacity: 1;
}

.standard-modules .rich-text .legal-copy {
  margin: 0 auto;
  max-width: 66ch;
  text-align: left;
}

.standard-modules .rich-text .legal-copy h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(20px, 1.9vw, 26px) !important;
  font-weight: 400;
  line-height: 1.25;
  margin: 2.2em 0 .7em;
}

.standard-modules .rich-text .legal-copy h2:first-child {
  margin-top: 0;
}

.standard-modules .rich-text .legal-copy p,
.standard-modules .rich-text .legal-copy li {
  font-size: clamp(15px, 1.1vw, 17px) !important;
  line-height: 1.65;
  margin: 0 0 .9em;
}

.standard-modules .rich-text .legal-copy ul {
  margin: 0 0 .9em;
  padding-left: 1.25em;
}

.standard-modules .rich-text .legal-copy li {
  margin-bottom: .35em;
}

.standard-modules .rich-text .legal-copy a {
  text-decoration: underline;
  text-underline-offset: .18em;
}

.standard-modules .rich-text .legal-copy .legal-pending {
  background: rgba(198, 40, 40, .09);
  border-left: 3px solid #c62828;
  display: block;
  margin: 0 0 1.6em;
  padding: .9em 1.1em;
}

.standard-modules .rich-text .legal-copy .legal-updated {
  font-size: clamp(13px, .95vw, 15px) !important;
  margin-top: 2.4em;
  opacity: .7;
}
