/* Browser author styles elsewhere explicitly set display on these cards.
   Preserve the HTML hidden state until approved promotion data enables them. */
.deal-spotlight[hidden],
.featured-deals[hidden],
.deal-spotlight .deal-slide[hidden],
.deal-spotlight .deal-dots button[hidden],
.featured-deals .featured-banner[hidden],
.featured-deals .featured-heading[hidden],
.featured-deals .featured-rail[hidden],
.featured-deals .featured-card[hidden] {
  display: none !important;
}

@media (max-width: 780px) {
  .azap-no-spotlight .hero {
    min-height: 470px;
  }
}
