/* Correctif ciblé Chroniques.
   Les règles sont strictement limitées à la rubrique de ton "sidestep". */

@media (max-width: 760px) {
  .category-page.territory--sidestep .category-featured--sidestep .category-featured__body {
    display: block !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  .category-page.territory--sidestep .category-featured--sidestep .category-featured__body .categories {
    display: block !important;
    width: 100% !important;
    margin: 0 0 .7rem !important;
  }

  .category-page.territory--sidestep .category-featured--sidestep .category-featured__body h2 {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    font-size: 2rem !important;
    line-height: 1.08 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: auto;
  }

  .category-page.territory--sidestep .category-featured--sidestep .category-featured__summary {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 1rem 0 0 !important;
  }

  .category-page.territory--sidestep .category-featured--sidestep .category-featured__date {
    display: block !important;
    margin: .9rem 0 0 !important;
  }

  .category-page.territory--sidestep .category-featured--sidestep .category-featured__cta {
    display: inline-flex !important;
    margin-top: 1.2rem !important;
  }
}

@media (max-width: 520px) {
  .category-page.territory--sidestep .category-featured--sidestep .category-featured__body h2 {
    font-size: 1.85rem !important;
  }
}
