.wave-container{display:flex;gap:5px;margin-top:.75rem;height:50px;align-items:flex-end}.wave{width:8px;height:100%;background:#2dd36f;animation:audioplay 1s ease-in-out infinite;border-radius:10px}.dark .wave{background:#666666}.wave.paused{animation-play-state:paused}@keyframes audioplay{0%,to{transform:scaleY(.2)}50%{transform:scaleY(1)}}