/* Shared alignment for the provider and featured-game headings requested across category pages. */
#providers .cat-section-heading,
#popular .cat-section-heading,
#hot-games .cat-section-heading {
  display: block;
}

#providers .cat-section-heading > div,
#popular .cat-section-heading > div,
#hot-games .cat-section-heading > div {
  width: 100%;
  max-width: none;
}

#providers .cat-section-heading p,
#popular .cat-section-heading p,
#hot-games .cat-section-heading p,
.provider-section-head p {
  max-width: none;
}

@media (min-width: 1100px) {
  #providers .cat-section-heading h2,
  #providers .cat-section-heading p,
  #popular .cat-section-heading h2,
  #popular .cat-section-heading p,
  #hot-games .cat-section-heading h2,
  #hot-games .cat-section-heading p,
  .provider-section-head h2,
  .provider-section-head p {
    white-space: nowrap;
  }
}
