.liquid-ether-container {
    position: relative !important;
    overflow: hidden !important;
}

.liquid-ether-container canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    touch-action: none;
    z-index: 0;
}

.liquid-ether-container > * {
    position: relative;
    z-index: 1;
}

/* Ensure the canvas is behind all content */
.elementor-widget-wrap {
    position: relative;
    z-index: 2;
}

/* Editor specific styles */
.elementor-editor .liquid-ether-container {
    min-height: 200px;
}

/* Prevent interference with other backgrounds */
.liquid-ether-container.elementor-element-populated {
    background: transparent !important;
}

/* Touch optimization for mobile */
@media (max-width: 768px) {
    .liquid-ether-container canvas {
        touch-action: manipulation;
    }
}
