.modal-content .scroll-overflow, .modal-content .scroll-overflow--short {
  overflow-y: scroll;
}

.promo-banner .slider-detail-section { 
  /* -- "text-small" -- */
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0%;
}

.modal-body .content-disclaimer {
  /* -- "text-x-small" -- */
  font-size: 12px;
  line-height: 16px;
  font-weight: 400px;
  letter-spacing: 0%; 
}

/* - Desktop+ -- */
@media (min-width: 1024px) { 
  #presidents-day-page .sign-up-landing-page, 
  #fourth-of-july-page .sign-up-landing-page, 
  #memorial-day-page .sign-up-landing-page,
  #labor-day-page .sign-up-landing-page,
  #cyber-monday-page .sign-up-landing-page { 
    max-width: 73%; 
    margin: 6rem auto; 
  }
  .height-controlled-hero picture {
    max-height: 36rem !important;
  }
  .height-controlled-hero button {
    Margin-right: 0 !important;
  }
  .modal-content .scroll-overflow {
    max-height: 650px;
  }
  .modal-content .scroll-overflow--short {
    max-height: 350px;
  }
}

/* -- Mobile -- */
@media (max-width: 767px) {
  .modal-content .scroll-overflow {
    max-height: 450px;
  }
  .modal-content .scroll-overflow--short {
    max-height: 150px;
  }
}

/* TODO 48052 */
@media (max-width: 767px) {
  .quick-view-wrapper .accordion-body .display-f.align-items-end.flex-column {
    padding-right: 0 !important;
  }
}
