.rotating-word{display:inline-block;white-space:nowrap;font:inherit;letter-spacing:inherit;background:#000;color:#fff;padding:.05em .35em;border-radius:.15em}.rotating-word__caret{display:inline-block;width:.55em;height:1em;margin-left:.1em;transform:translateY(.12em);background:hsla(0,0%,100%,.85);animation:rotatingWordCaret 1s steps(1) infinite}@keyframes rotatingWordCaret{0%,50%{opacity:1}50.01%,to{opacity:0}}@media (prefers-reduced-motion:reduce){.rotating-word__caret{animation:none;opacity:.6}}