/* Keep the Header heading but never open a second list on this homepage.
   Mobile still uses the existing Header category drawer. */
@media (min-width:768px) {
 body.sl-home-category-sidebar #starline-category-menu #starline-category-dropdown {
  display:none!important;visibility:hidden!important;pointer-events:none!important;
 }
 body.sl-home-category-sidebar .category-menu-button {cursor:default;}
}
