.scc-player{
  display:flex;
  align-items:center;
  gap:10px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(0,0,0,0.04);
  font-size:12px;
  line-height:1.1;
}

.scc-player__btn{
  width:34px;
  height:34px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,0.15);
  background:#fff;
  cursor:pointer;
}

.scc-player__meta{
  display:flex;
  flex-direction:column;
  min-width:110px;
}

.scc-player__title{
  font-weight:500;
}

.scc-player__status{
  opacity:0.75;
}

.scc-player__vol{
  width:50px;
}