.cgu-audio-news__waveform{display:flex;align-items:center;gap:2px;height:32px;min-width:46px;margin-top:3px;color:#006b70}
.cgu-audio-news__waveform span{display:block;width:4px;height:4px;border-radius:999px;background:currentColor;animation:cgu-audio-wave 1s ease-in-out infinite;animation-play-state:paused}
.cgu-audio-news__waveform span:nth-child(2){animation-delay:-.42s}.cgu-audio-news__waveform span:nth-child(3){animation-delay:-.45s}.cgu-audio-news__waveform span:nth-child(4){animation-delay:-.07s}.cgu-audio-news__waveform span:nth-child(5){animation-delay:-.38s}.cgu-audio-news__waveform span:nth-child(6){animation-delay:-.48s}.cgu-audio-news__waveform span:nth-child(7){animation-delay:-.14s}.cgu-audio-news__waveform span:nth-child(8){animation-delay:-.33s}
.cgu-audio-news.is-playing .cgu-audio-news__waveform span{animation-play-state:running}
@keyframes cgu-audio-wave{0%,100%{height:4px}50%{height:24px}}
@media(prefers-reduced-motion:reduce){.cgu-audio-news__waveform span{animation:none}.cgu-audio-news.is-playing .cgu-audio-news__waveform span{height:12px}}
