/* Aether Flow — Elementor widget styles */
.aether-flow-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.aether-flow-wrapper.aether-flow-fill {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	pointer-events: none;
}

.aether-flow-canvas {
	display: block;
	width: 100%;
	height: 100%;
}
