/* v44: complete Brevo form and standardize the footer's final information row. */
html body main .updates .brevo-shell .brevo-frame,
html body main .updates .brevo-shell .brevo-frame iframe {
  height: 1360px !important;
  min-height: 1360px !important;
  max-height: none !important;
}
html body main .updates .brevo-shell .brevo-frame { overflow: visible !important; }
.signup-disclosure { display: none !important; }
.join-unified-footer .join-footer-meta {
  display: grid !important;
  grid-template-columns: minmax(180px, 1fr) minmax(320px, auto) minmax(180px, 1fr) !important;
  align-items: center !important;
  gap: 24px 48px !important;
  width: 100% !important;
}
.join-unified-footer .join-footer-copyright { justify-self: start !important; white-space: nowrap; }
.join-unified-footer .join-footer-identity { display: grid; justify-items: center; gap: 7px; text-align: center; }
.join-unified-footer .join-footer-identity b { color: #f0c766; font-weight: 900; letter-spacing: .035em; }
.join-unified-footer .join-footer-email { color: rgba(255,255,255,.72) !important; }
.join-unified-footer .join-footer-privacy { justify-self: end !important; margin-left: 0 !important; white-space: nowrap; }
@media (max-width: 700px) {
  html body main .updates .brevo-shell .brevo-frame,
  html body main .updates .brevo-shell .brevo-frame iframe { height: 1490px !important; min-height: 1490px !important; }
  .join-unified-footer .join-footer-meta { grid-template-columns: 1fr !important; justify-items: center !important; gap: 17px !important; text-align: center; }
  .join-unified-footer .join-footer-copyright,
  .join-unified-footer .join-footer-privacy { justify-self: center !important; }
}
