/*
 * Brevo's current consent form needs the site's original full frame height.
 * The previous 535px override clipped the checkbox, privacy statement, and CTA.
 */
.signup-frame,
.signup-frame iframe {
  height: 670px !important;
}

/* At narrow widths the Brevo copy wraps substantially and needs more room. */
@media (max-width: 700px) {
  .signup-frame,
  .signup-frame iframe {
    height: 925px !important;
  }
}
