path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wbo-pencil-live-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  overflow: visible;
  transform-origin: 0 0;
  pointer-events: none;
}

.wbo-pencil-live-overlay-active {
  /* Use the existing overlay as Pencil's hit-test surface. This keeps pointer
     targeting out of the dense board SVG without mutating #drawingArea. */
  pointer-events: bounding-box;
}

.wbo-pencil-live-path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}
