/* .cardHeader is the migrated name — every card title bar on the public site is
   .cardHeader now (homepage blocks, blog and video index rows, and the item and
   location listings). .indexHeader stays for the ads and blurbs admin previews,
   which are the only markup still using it. */
.indexHeader,
.cardHeader {
  background-color: #2c5257;
}

.indexRow {
  background-color: #ffffff;
}

.mainLinkCont {
  background-color: #1a373b;
  color:#ffffff;
}

/*.bodyCont, .scenesIndexBodyCont {*/
/*  background-color: #63ab5c;*/
/*}*/

.siteHeaderCont {
  /*background-color: #b93a35;*/
  /*color:#ffffff;*/
}

/* Renamed from .thumbFooterCont / .thumbFooterHeader when the footer moved to
   style.new.css. Both surfaces are tokens now, so the theme-wide way to do this
   is :root { --surfaceHeader: #b93a37; } rather than a rule per component. */
.footerRecommended, .footerRecommendedHeader {
  /*background-color: #b93a37;*/
}

.indexSummary {
  background-color: #ffffff;
}