#music-toggle{flex-shrink:0;display:grid;place-items:center;width:44px;height:44px;padding:12px;margin:-8px -10px -8px 4px;border:0;border-radius:50%;background:transparent;color:var(--wine);opacity:.7;touch-action:manipulation}
#music-toggle:hover,#music-toggle:focus-visible{opacity:1;background:#4e1b260a}
#music-toggle svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
#music-toggle[data-playing=true] .music-off,#music-toggle:not([data-playing=true]) .music-on{display:none}
