/* Match the current, shorter Brevo form without leaving a large empty panel. */
.engagement-form iframe {
  height: 650px !important;
}

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