.player{position:relative;height:1em}.player:after{content:"";position:absolute;display:block;border-top:2px dotted currentColor;top:50%;transform:translateY(-1px);width:100%;left:0}button{display:block;height:1em;padding:0;position:absolute;top:0;z-index:2}button.play{width:1em}button.play svg{width:100%;height:100%}button.play svg polygon{fill:currentColor}button.pause{width:1em}button.pause:after,button.pause:before{content:"";background-color:currentColor;display:block;width:40%;height:100%;position:absolute;top:0}button.pause:before{left:0}button.pause:after{right:0}