body #magicMouseCursor{position:fixed;width:40px;height:40px;border:2px solid #000;border-radius:50%;z-index:9999;left:0;top:0;transition:transform 70ms,width .3s,height .3s;pointer-events:none}body #magicPointer{height:8px;width:8px;top:0;left:0;position:fixed;background:#fb9300;border-radius:50%;border:3px solid rgba(255 255 255 0);pointer-events:none;transition:all .2s}body #magicPointer.pointer-blur{border:3px solid #000;z-index:1000}a:hover{cursor:none}#wp-admin-bar-root-default, #wp-admin-bar-root-default a, #wp-admin-bar-root-default a:hover {cursor: default;}