/* SHEFRONT V32 — DATA-STATE HERO SAFETY
   Keeps the original V29/V31 design. Only handles partial datasets cleanly. */
.sf8-front-grid>.sf8-secondary:empty{display:none}
.sf24-secondary-list:empty{display:none}

@media(min-width:901px){
  .sf8-front-grid:has(.sf8-secondary:empty){
    grid-template-columns:minmax(0,1.55fr) 250px;
  }
}
@media(max-width:900px){
  .sf24-top3:has(.sf24-secondary-list:empty){
    grid-template-columns:1fr;
  }
}
