
.rcs-meteor {
  position: relative;
  overflow: hidden;
}

.rcs-meteor canvas.rcs-meteor-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  pointer-events: none;
}

.rcs-meteor > * {
  position: relative;
  z-index: 1; /* keep content above meteors */
}
