/* v46: finish the Brevo frame and optically center the complete tab label. */
html body main details.join-explore > summary .join-tab-copy {
  transform: translateX(-3px) !important;
}

html body main .updates .brevo-shell .brevo-frame,
html body main .updates .brevo-shell .brevo-frame iframe {
  height: 776px !important;
  min-height: 776px !important;
  max-height: 776px !important;
}

@media (max-width: 700px) {
  html body main details.join-explore > summary .join-tab-copy {
    transform: translateX(-3px) !important;
  }
  html body main .updates .brevo-shell .brevo-frame,
  html body main .updates .brevo-shell .brevo-frame iframe {
    height: 836px !important;
    min-height: 836px !important;
    max-height: 836px !important;
  }
}
