.spotlight-border-container{border-radius:0;display:inline-block;position:relative;overflow:hidden}.spotlight-border-ring{pointer-events:none;z-index:2;position:absolute;inset:0;overflow:hidden}.spotlight-border-ring:before{content:"";width:64px;height:calc(var(--spotlight-thickness,2px) * 1.5);background:linear-gradient(90deg, transparent 0%, var(--spotlight-glow,#95f52f) 50%, transparent 100%);filter:drop-shadow(0 0 6px var(--spotlight-glow,#95f52f));offset-path:inset(0);offset-distance:0%;offset-rotate:auto;offset-anchor:50% 50%;animation:ady-spotlight-sweep var(--spotlight-speed,4s) linear infinite;will-change:offset-distance;position:absolute;top:0;left:0}.spotlight-border-content{z-index:1;display:inline-flex;position:relative}@keyframes ady-spotlight-sweep{0%{offset-distance:0%}to{offset-distance:100%}}@media (prefers-reduced-motion:reduce){.spotlight-border-ring:before{animation:none}}
