.wrapper-line-effect {
  width: 100%;
  pointer-events: none;
}

.line-effect {
  width: 100%;
  height: 100%;
  background: transparent;
  pointer-events: none;
}

/* Class khusus untuk canvas */
.canvas-line-effect {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}