@media (hover:hover) and (pointer:fine){.custom-cursor-dot{position:fixed;top:0;left:0;width:12px;height:12px;border-radius:999px;background:#000;transform:translate(-50%,-50%);pointer-events:none;z-index:999999;opacity:0;transition:opacity .15s ease,transform .15s ease,width .15s ease,height .15s ease}body.custom-cursor-enabled.cursor-on-hoverables .custom-cursor-dot{opacity:1}body.custom-cursor-enabled.cursor-on-hoverables.cursor-hover .custom-cursor-dot{width:14px;height:14px}body.custom-cursor-enabled.cursor-on-hoverables,body.custom-cursor-enabled.cursor-on-hoverables a,body.custom-cursor-enabled.cursor-on-hoverables button,body.custom-cursor-enabled.cursor-on-hoverables input,body.custom-cursor-enabled.cursor-on-hoverables textarea,body.custom-cursor-enabled.cursor-on-hoverables select{cursor:none!important}}