.rpc-player {
  position: relative;
  width: 220px;
  height: 220px;
  margin: auto;
  font-family: sans-serif;
}

.rpc-ring {
  transform: rotate(-90deg);
}

.rpc-ring circle {
  fill: none;
  stroke-width: 10;
}

.rpc-bg {
  stroke: #222;
}

.rpc-progress {
  stroke: #00ffd5;
  stroke-dasharray: 628;
  stroke-dashoffset: 628;
  transition: stroke-dashoffset 0.3s linear;
}

.rpc-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: none;
  background: #00ffd5;
  color: #000;
  font-size: 36px;
  cursor: pointer;
}

.rpc-play:hover {
  transform: translate(-50%, -55%) scale(1.05);
}

.rpc-volume {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
}

.rpc-live {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: red;
  letter-spacing: 1px;
}
