.editorial-cursor{position:fixed;top:0;left:0;pointer-events:none;z-index:1000;visibility:hidden}
.editorial-cursor.visible{visibility:visible}
.editorial-cursor span{display:none}
.cursor-ring{position:absolute;left:0;top:0;width:40px;height:40px;border:0;border-radius:50%;background:radial-gradient(circle,rgba(227,52,43,.4),transparent);transform:translate(-50%,-50%);transition:width .2s,height .2s;mix-blend-mode:screen}
.editorial-cursor.over-interactive .cursor-ring{width:60px;height:60px}
@media(hover:hover) and (pointer:fine){
  html.editorial-cursor-active,html.editorial-cursor-active *{cursor:none!important}
  .cursor-magnetic{translate:var(--magnet-x,0px) var(--magnet-y,0px);transition:translate .25s ease}
}
@media(prefers-reduced-motion:reduce),(hover:none){
  .editorial-cursor{display:none}
  .cursor-magnetic{translate:none!important;transition:none}
}
