/**
 * Retour mail — masquer « Parcourir par section » quand filtre/tri actif.
 * Scope strict : body.category, desktop uniquement.
 */

@media (min-width: 768px) {
  body.category.category--leaf-head-hidden .category-leaf-head {
    display: none !important;
  }
}
