.wml-burning-entry-wrapper {
    width: 100%;
    /* Ensure it doesn't take up space in layout if purely visual overlay */
    height: 0;
}

.wml-fire-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 9999;
  display: block; /* JS will hide it */
}

/* Builder adjustments to prevent locking up the editor if it were pointer-events:all */
/* But it is none, so it should be fine. */
/* However, visually it might be annoying if it keeps playing or covers things. */
/* We will handle the animation loop in JS to run once. */
