
/* Five tools now. Targeting the grid by ID — the class-level rule was being
   beaten by an earlier one, so the fifth card wrapped onto its own row. */
@media (min-width:1160px){
  #hutGrid{ grid-template-columns:repeat(5,minmax(0,1fr)) !important; gap:14px !important; }
  #huTools .htc-title{ font-size:1.1rem !important; }
  #huTools .htc-say{ font-size:.82rem !important; }
  #huTools .htc-desc{ font-size:.8rem !important; }
  #huTools .htc-cap{ font-size:.7rem !important; }
  #huTools .htc-go{ font-size:.8rem !important; }
}
@media (min-width:761px) and (max-width:1159px){
  #hutGrid{ grid-template-columns:repeat(3,minmax(0,1fr)) !important; }
}
