/* Shared Spring promo banner styles used across pages */
.spring-event-banner {
  background: #2d7cf8;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 16px 0;
  margin-top: 55px;
}

.spring-event-banner .pricing-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.spring-banner-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.spring-banner-copy {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 12px;
  text-align: center;
  padding-left: 0;
}

#springEventBanner .spring-banner-title {
  margin: 0;
  font-size: 16px !important;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  letter-spacing: -0.01em;
  text-align: center;
  line-height: 1.3 !important;
  white-space: normal;
}

/* Home-only spacing below banner */
body:not(.pricing-page).spring-event-active #headerHome {
  margin-top: 0 !important;
}

body:not(.pricing-page).spring-event-active #headerHome .headBgOverlay {
  margin-top: 0 !important;
}

@media screen and (max-width: 39em) {
  .spring-banner-copy {
    gap: 4px;
  }

  #springEventBanner .spring-banner-title {
    font-size: 14px !important;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }
}

@media only screen and (min-width: 39em) {
  .spring-event-banner {
    margin-top: 75px;
  }
}

@media only screen and (min-width: 72.5em) {
  body:not(.pricing-page).spring-event-active #headerHome {
    margin-top: 25px !important;
  }
}
