/* Pencil Draw Portfolio - frontend styles */

/* Canvas spans the FULL document (not just the viewport) and scrolls
   naturally with the page, so a sketch stays anchored to whatever
   section it was drawn over. */
#pdp-canvas {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999998;
	pointer-events: none; /* enabled by JS only while actively drawing */
}

/* The always-on pencil cursor rule itself is injected inline by PHP
   (see pdp_enqueue_assets) so it can use the admin-configured color. */
