.marquee{display:flex;overflow:hidden;white-space:nowrap;width:-moz-max-content;width:max-content}.marquee p{display:inline-block;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}.marquee p:last-child{margin-right:var(--wp--preset--spacing--4-375)}.marquee:after,.marquee:before{content:"";flex:0 0 auto}.marquee{animation:marquee-scroll 30s linear infinite}.marquee:hover{animation-play-state:paused}@keyframes marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}
