/* 1. The Pencil Cursor - Avada Force Version */
/* We target html, body, and major Avada containers to ensure coverage */
html, 
body, 
#wrapper, 
#main, 
.fusion-fullwidth, 
.fusion-builder-row, 
a, 
button, 
.fusion-button, 
input[type="submit"], 
.ot-anchor,
.fusion-rollover, 
.fusion-portfolio-wrapper *, 
.fusion-standard-logo {
  cursor: url('https://toonworldkids.com/wp-content/uploads/2026/04/pointer.png') 0 0, auto !important;
}

/* 2. The Trail Line Styling */
#pencil-trail-svg {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 999999;
}

#pencil-trail-svg path {
  stroke: var(--trail-color, #FFCC00); /* Color pulled from your WordPress settings */
  stroke-width: 6px;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.7;
}