/* app/assets/stylesheets/discovery/offers/offers.css */
.offers {
  color: var(--blue-600);
  padding-top: 24px;
}
.offers__heading {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 20px;
}
.offers__section {
  padding-top: 20px;
  padding-bottom: 20px;
}
.offers__subheading {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.offers__list {
  display: flex;
  flex-wrap: wrap;
}
.offers__item {
  padding-top: 20px;
}
.offers__img {
  border-radius: 4px;
}
.offers__description-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 0 0;
}
.offers__description-heading {
  font-size: 16px;
  font-weight: bold;
}
.offers__description {
  font-size: 14px;
  padding-top: 8px;
}

/* app/assets/stylesheets/discovery/offers/desktop.css */
.offers__item {
  padding-right: 16px;
}
.offers__offer {
  width: 270px;
}
.offers__img {
  height: 135px;
}
.offers__description-section {
  height: 140px;
}

/* swug-virtual-bundle-specifier://images.fandango.com/fandango-www/screenplay/assets/v2/stylesheets/bundles/discovery/offers/desktop.apkkp6s3.css */
/*# sourceMappingURL=desktop.css.map */
