.vov-player .listening__title {
  font-size: 16px;
  line-height: 19px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #01a8d7;
}

.vov-player .channel-label {
  color: #db2a83;
}

.vov-player .listening__description {
  color: #949494;
  font-size: 12px;
  text-align: justify;
  margin-top: 5px;
}

.vov-player .player-container {
  background: #333;
}

.vov-player .audio-control-btn.btn-control-play {
  background: url(../images/btn-play.png) no-repeat;
  background-size: 100% 100%;
  height: 30px;
  width: 30px;
}

.vov-player.on-playing .audio-control-btn.btn-control-play {
  background: url(../images/btn-pause.png) no-repeat;
  background-size: 100% 100%;
}
.vov-player .audio-control-btn.btn-control-volume {
  background: url(../images/btn-volume.svg) no-repeat;
  background-size: 100% 100%;
}

.vov-player .audio-control-btn.btn-control-volume.muted {
  background: url(../images/btn-volume-muted.png) no-repeat;
  background-size: 100% 100%;
}
.vov-player .audio-action {
  display: inline-flex;
  align-items: center;
  min-width: 20px;
}
.vov-player .audio-control-btn {
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
