
/* v6l12a: reduce stroke en móvil (≤600px) */
@media (max-width: 600px){
  .wheelContainer svg *[stroke]{ stroke-width: 2px !important; }
}
