.wpr-text-editor.glow-text{text-shadow:0 0 5px rgba(255,255,255,.7);animation:glow-animation 2s infinite}.wpr-text-editor.blink-text{animation:blink-animation 1s steps(2,start) infinite}.wpr-text-editor.slide-text{animation:slide-animation 3s ease-in-out infinite}@keyframes glow-animation{0%,100%{text-shadow:0 0 5px rgba(255,255,255,.7)}50%{text-shadow:0 0 15px rgba(255,255,255,1)}}@keyframes blink-animation{0%,100%{opacity:1}50%{opacity:0}}@keyframes slide-animation{0%{transform:translateX(-10px)}50%{transform:translateX(10px)}100%{transform:translateX(-10px)}}a{text-decoration:none !important;transition:color .3s ease,transform .3s ease}a:hover{transform:scale(1.1)}