.aurora-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent;
}

/* Make the canvas fill the container reliably inside Elementor iframes too */
.aurora-container > canvas {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
}
