/* Final v25: display the complete Brevo form without cropping. */
.engagement-form iframe {
  height: 810px !important;
}

@media (max-width: 560px) {
  .engagement-form iframe {
    height: 850px !important;
  }
}
