/* Hide the articles category from the homepage category directory only. */
body.itemid-101 #sp-component .com-content-categories__item:has(a[href="/statti"]) {
  display: none;
}
