/* Final desktop-only height correction for the guest membership entry card. */
@media screen and (min-width: 901px) {
  html body #root .guest-shell .hero-grid.guest > .guest-join-card {
    min-height: 132px !important;
    height: 132px !important;
    max-height: 132px !important;
    align-self: center !important;
  }
}
