.sound-button{position:relative;display:grid!important;place-items:center!important;width:32px;height:32px;border-radius:50%!important;transition:background .2s,color .2s}
.sound-button:hover{background:#24232a!important;color:#fff!important}
.sound-button svg,.volume-icon svg{width:19px;height:19px;overflow:visible}
.speaker{fill:currentColor;stroke:none}
.wave{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.sound-button.is-low .wave-two,.volume-icon.is-low .wave-two{display:none}
.sound-button.is-muted .wave,.volume-icon.is-muted .wave{display:none}
.sound-button.is-muted:after{content:"";position:absolute;width:18px;height:1.8px;background:#a88eff;transform:rotate(-45deg);border-radius:2px}
.volume-icon{display:grid;place-items:center;color:#8d8994}
.chevron-button{display:grid!important;place-items:center!important;padding:0!important;transition:background .2s,border-color .2s,transform .2s}
.chevron-button svg{width:18px;height:18px}
.chevron-button svg path{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.chevron-button:hover{background:#29272f!important;border-color:#5a5663!important;color:#fff!important}
.chevron-button:active{transform:scale(.92)}

/* Play button on release covers */
.album-cover button[data-play]{font-size:0!important;width:44px!important;height:44px!important;display:grid!important;place-items:center!important;background:rgba(10,9,14,.72)!important;border:1px solid rgba(171,143,255,.72)!important;box-shadow:0 9px 24px rgba(0,0,0,.38),0 0 0 1px rgba(255,255,255,.06) inset,0 0 22px rgba(123,81,238,.18)!important;backdrop-filter:blur(14px) saturate(1.4);transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease!important}
.album-cover button[data-play]::before{content:"";position:absolute;left:50%;top:50%;display:block;width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:8px solid #fff;margin:0;transform:translate(-42%,-50%);filter:drop-shadow(0 1px 3px rgba(0,0,0,.45))}
.album:hover .album-cover button[data-play]{transform:translateY(0) scale(1)!important}
.album-cover button[data-play]:hover{transform:scale(1.08)!important;background:linear-gradient(145deg,#9875ff,#7350e7)!important;border-color:rgba(255,255,255,.38)!important;box-shadow:0 13px 32px rgba(83,48,190,.5),0 0 0 5px rgba(142,104,255,.1)!important}
.album-cover button[data-play]:active{transform:scale(.94)!important}
.album-cover button[data-play]:focus-visible{opacity:1;outline:2px solid #fff;outline-offset:4px}
@media(max-width:600px){.album-cover button[data-play]{width:40px!important;height:40px!important;right:10px!important;bottom:10px!important;opacity:1!important;transform:none!important}.album-cover button[data-play]::before{border-top-width:4px;border-bottom-width:4px;border-left-width:7px}}
