/* ===========================================
   WIND ARROWS
   ===========================================
   Layer/cell layout is set inline in wind-arrows.js (matches sibling viz
   layers like precipitation). Only paint properties live here. */

.wind-block {
  color: white; /* SVG <use> inherits via currentColor on the symbol's path */
}

.wind-block--gust {
  opacity: 0.3;
}

