/* v39: fully contain the side-tab label and the complete Brevo signup. */
html body main details.join-explore > summary,
html body main details.join-explore > summary:hover,
html body main details.join-explore > summary:focus-visible {
  width:102px!important;
  min-width:102px!important;
  max-width:102px!important;
  padding-inline:13px!important;
  overflow:hidden!important;
}

html body .join-tab-copy,
html body .join-tab-copy small,
html body .join-tab-copy strong {
  width:76px!important;
  min-width:76px!important;
  max-width:76px!important;
}

html body .join-tab-copy {
  transform:translateX(2px)!important;
}

html body .join-tab-copy strong {
  font-size:21px!important;
  letter-spacing:-.015em!important;
}

.brevo-frame,
.brevo-frame iframe {
  height:1180px!important;
  min-height:1180px!important;
}

.brevo-frame { overflow:visible!important; }

@media(max-width:700px) {
  html body main details.join-explore > summary,
  html body main details.join-explore > summary:hover,
  html body main details.join-explore > summary:focus-visible {
    width:98px!important;
    min-width:98px!important;
    max-width:98px!important;
    padding-inline:11px!important;
  }

  html body .join-tab-copy,
  html body .join-tab-copy small,
  html body .join-tab-copy strong {
    width:74px!important;
    min-width:74px!important;
    max-width:74px!important;
  }

  html body .join-tab-copy strong {
    font-size:20px!important;
  }

  .brevo-frame,
  .brevo-frame iframe {
    height:1280px!important;
    min-height:1280px!important;
  }
}
