.white-highlight{color:#ffffff!important}.wtfy-shimmer{position:relative;overflow:hidden}.wtfy-shimmer::before{position:absolute;top:0;left:-100%;z-index:10;width:60%;height:100%;background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 50%,rgba(255,255,255,0) 100%);content:"";pointer-events:none;transform:skewX(-20deg);animation:wtfy_shimmer 6s ease-in-out infinite}@keyframes wtfy_shimmer{0%{left:-100%}60%,100%{left:150%}}@media (prefers-reduced-motion:reduce){.wtfy-shimmer::before{animation:none}}