
/* BLACKSAW2081 LAB v2.8.76 — tylko linia ruchu */

/* Linia pod pionkiem, ikoną celu oraz przyciskiem ZOSTAŃ. */
.movement-path-cell-overlay{
  z-index:20 !important;
  pointer-events:none !important;
}

/* Biały rdzeń + wyłącznie biały glow, bez czarnego cienia. */
.movement-path-cell-overlay .movement-path-line,
.movement-path-line{
  stroke:#fff !important;
  stroke-opacity:1 !important;
  stroke-width:8 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  stroke-miterlimit:1 !important;
  vector-effect:non-scaling-stroke !important;
  fill:none !important;
  filter:
    drop-shadow(0 0 4px rgba(255,255,255,.95))
    drop-shadow(0 0 9px rgba(255,255,255,.60)) !important;
}

/* Elementy na polach pozostają nad linią. */
.player-piece,
.active-player-hud,
.movement-walker,
.tile-stay-control,
.tile-stay-controls,
[data-tile-action="stay"]{
  position:relative !important;
  z-index:40 !important;
}
