/* El tema heredado de Adobe fija tamaños en `.standard-modules .rich-text p`, y por debajo
   de 540px lo hace con `!important`. No podemos editar ese CSS (viene del archivo rescatado),
   así que el tamaño se declara aquí con la misma fuerza. */
.standard-modules .rich-text .about-copy {
  margin: 0 auto;
  max-width: 62ch;
  text-align: left;
}

.standard-modules .rich-text .about-copy p {
  font-size: clamp(16px, 1.15vw, 18px) !important;
  line-height: 1.65;
  margin: 0 0 1.15em;
}

.standard-modules .rich-text .about-copy p:first-child {
  font-size: clamp(19px, 1.6vw, 24px) !important;
  line-height: 1.4;
  margin-bottom: 1.4em;
}

.standard-modules .rich-text .about-copy p:last-child {
  margin-bottom: 0;
}

.standard-modules .rich-text .about-copy strong {
  font-weight: 600;
}

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