/* FX Video BG Warp Cursor — v1.0.2 */

.fxe-vbwp-cursor {
    position: absolute;
    z-index: 100;
    pointer-events: none;
    top: 0;
    left: 0;
    text-transform: uppercase;
    font-size: 10px;
    color: #FF9DA0;
    opacity: 0;
    white-space: nowrap;
}

/* Canvas wrapper lives inside the existing video container */
.fxe-vbwp-canvas-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fxe-vbwp-canvas-wrap canvas {
    width: 100%;
    height: 100%;
    display: block;
}

.fxe-vbwp-plane {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.fxe-vbwp-plane video {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
}
