/* FX BG Bloom Line Audio -- v1.0.0 */

.fxe-bbla {
    position: relative;
    overflow: hidden;
}

.fxe-bbla-canvas {
    display: block;
}

.fxe-bbla-cursor {
    position: absolute;
    z-index: 100;
    pointer-events: none;
    top: 0;
    left: 0;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1;
    color: #FF9DA0;
    opacity: 0;
    white-space: nowrap;
}
