/**
 * Bokeh Drift Effect CSS (BaqFlo - BGFX)
 * @effect bokehdrift
 * Final z-index fix for commercial use
 */

.baqflo-effect[data-effect="bokehdrift"] {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.baqflo-effect[data-effect="bokehdrift"].is-fixed {
  position: fixed;
  inset: 0;
  z-index: 0; /* Same level as body, but appears in front due to DOM order */
}

.baqflo-effect[data-effect="bokehdrift"] .baqflo-bokehdrift-canvas {
  display: block;
  width: 100%;
  height: 100%;
}
