/* Trigger class — add to any block to enable bubbles. */
.bubbles-bg {
	position: relative;
	isolation: isolate;
	overflow: hidden;
}

.bubbles-canvas {
	position: absolute !important;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	pointer-events: none;
	display: block;
	z-index: 5;
}

.bubbles-bg > .wp-block-cover__inner-container {
	position: relative;
	z-index: 6;
}
