.cbf-cursor-7549ebc1 {
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 50%;
    pointer-events: none;
    z-index: 999999;
    mix-blend-mode: difference;
    transform: translate(-50%, -50%);
    will-change: transform;
    opacity: 0;
    transition: opacity 0.3s ease, width 0.3s ease, height 0.3s ease;
}
.cbf-cursor-visible-7549ebc1 {
    opacity: 1;
}

/* Hide on touch devices */
@media (hover: none) and (pointer: coarse) {
    .cbf-cursor-7549ebc1 {
        display: none !important;
    }
}
