@keyframes wave-bounce{0%,to{transform:scaleY(.3)}50%{transform:scaleY(1)}}.playing-wave{align-items:center;gap:2px;height:12px;display:flex}.playing-wave span{transform-origin:bottom;background:#2bf095;border-radius:1.5px;width:2.5px;height:100%;animation:.8s ease-in-out infinite wave-bounce;display:block}.playing-wave span:nth-child(2){animation-delay:.15s}.playing-wave span:nth-child(3){animation-delay:.3s}.playing-wave span:nth-child(4){animation-delay:.1s}.playing-wave span:nth-child(5){animation-delay:.4s}
