.ModDx1OEMPromoListC .promotions.hd-card {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.ModDx1OEMPromoListC .promotions.hd-card article {
  display: flex;
  flex-direction: column;
  padding: 15px;
  padding-top: 0;
  max-width: 640px;
  margin: 0 auto;
  border: 1px solid #d9d9d9;
  background: #494949;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .ModDx1OEMPromoListC .promotions.hd-card article {
    width: calc(100%/2 - 15px);
  }
}
@media (min-width: 1200px) {
  .ModDx1OEMPromoListC .promotions.hd-card article {
    width: calc(100%/3 - 15px);
  }
}
.ModDx1OEMPromoListC .promotions.hd-card .promo-valid {
  padding: 5px;
  background-color: #FA6600;
  font-size: 0.75em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.ModDx1OEMPromoListC .promotions.hd-card .thumbnail-frame {
  margin-top: 15px;
  aspect-ratio: 1.77777778;
}
.ModDx1OEMPromoListC .promotions.hd-card .thumbnail-frame .promo-link {
  display: block;
  aspect-ratio: inherit;
  text-align: center;
}
.ModDx1OEMPromoListC .promotions.hd-card .thumbnail-frame .promo-link img {
  max-height: 100%;
}
.ModDx1OEMPromoListC .promotions.hd-card .promo-link {
  text-decoration: none;
}
.ModDx1OEMPromoListC .promotions.hd-card .promo-info {
  flex: 1;
}
.ModDx1OEMPromoListC .promotions.hd-card .promo-title {
  display: block;
  margin: 30px 0;
  font-size: 1.5em;
  max-height: calc(2em * 1.1);
  overflow: hidden;
  text-overflow: ellipsis;
}
.ModDx1OEMPromoListC .promotions.hd-card .promo-title,
.ModDx1OEMPromoListC .promotions.hd-card .promo-description {
  color: #fff !important;
}
.ModDx1OEMPromoListC .promotions.hd-card .promo-ctas {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ModDx1OEMPromoListC .promotions.hd-card .promo-ctas .promo-disclaimer-display {
  font-size: 1.25em;
}
.ModDx1OEMPromoListC .disclaimer-modal .modal-body {
  max-height: 768px;
  overflow: scroll;
  padding: 0 15px;
  margin: 15px 0;
}
nav.listing-controls {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (min-width: 640px) {
  nav.listing-controls {
    flex-wrap: nowrap;
  }
}
nav.listing-controls.listing-controls-top {
  padding-right: 0;
  margin-bottom: 15px;
}
nav.listing-controls.listing-controls-top .sort-title {
  margin-right: 10px;
  font-size: 1rem;
  font-weight: 600;
}
nav.listing-controls.listing-controls-top .list-filters {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
nav.listing-controls.listing-controls-top select.sort-list {
  width: 100%;
  margin-bottom: 10px;
}
nav.listing-controls.listing-controls-top select.sort-list:last-of-type {
  margin: 0;
}
@media (min-width: 640px) {
  nav.listing-controls.listing-controls-top select.sort-list {
    width: auto;
    flex: 1;
    margin: 0;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  nav.listing-controls.listing-controls-top select.sort-list {
    flex: none;
    min-width: 200px;
  }
}
nav.listing-controls.listing-controls-bottom {
  margin-top: 15px;
}
nav.listing-controls select.page-list {
  width: auto;
  min-width: 100px;
  vertical-align: top;
  margin: 0 2px 5px;
  float: none;
}
