.grid-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: var(--grid-svg-z, 0);
  pointer-events: none;
}

.grid-wave {
  fill: none;
  stroke: var(--grid);
  stroke-width: 1;
  opacity: var(--grid-wave-opacity, 0.72);
  stroke-linecap: round;
}

