/* LED Layout-only manual-selection feedback. The box is visual only. */
#ledCanvas .led-selection-box {
  fill: #2167d522;
  stroke: #2167d5;
  stroke-width: 1.4;
  stroke-dasharray: 5 3;
  vector-effect: non-scaling-stroke;
  pointer-events: none;
}
