/*
 * The widget element itself is stretched to cover the full container
 * using position: absolute so it overlays the background without
 * pushing sibling widgets down.
 */
.elementor-widget-okthemes-particles,
.elementor-widget-okthemes-particles .elementor-widget-container {
    position: absolute !important;
    inset: 0;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 0;
}

.okt-particles-wrapper {
    position: absolute;
    inset: 0;
    overflow: hidden;
    /* Pointer events pass through to the canvas for interactivity */
    pointer-events: none;
}

.okt-particles-wrapper canvas {
    display: block;
    pointer-events: auto; /* Restore so hover/click interactivity works */
}

/* Editor placeholder */
.okt-particles-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
