.live-wave{display:flex;align-items:center;justify-content:center;gap:9px;height:48px;margin:0 0 2px;color:#f4f1ea}.live-wave span{display:block;width:4px;height:10px;border-radius:999px;background:currentColor;opacity:.35;transform-origin:center center}.live-wave--active span{opacity:.7;animation:live-wave-bounce .85s ease-in-out infinite}.live-wave--active span:first-child{animation-delay:0s}.live-wave--active span:nth-child(2){animation-delay:.08s}.live-wave--active span:nth-child(3){animation-delay:.16s}.live-wave--active span:nth-child(4){animation-delay:.24s}.live-wave--active span:nth-child(5){animation-delay:.16s}.live-wave--active span:nth-child(6){animation-delay:.08s}.live-wave--active span:nth-child(7){animation-delay:0s}@keyframes live-wave-bounce{0%,to{height:10px;opacity:.4}50%{height:42px;opacity:.92}}