.wp-block-news-ticker .ticker-tape{--direction:normal;--duration:45s;--delay:0s;--iteration-count:infinite;--play:running;animation:marquee var(--duration) linear var(--delay) var(--iteration-count);animation-delay:var(--delay);animation-direction:var(--direction);animation-play-state:var(--play);flex:0 0 auto;will-change:transform}@keyframes marquee{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0)}}.wp-block-news-ticker:hover .ticker-tape{animation-play-state:paused}