.mpvp-progress-bar {
  width: 100%;
  height: 50px;
  background: #eee;
  border-radius: 6px;
  overflow: hidden;
}

.mpvp-progress-fill {
  display: block;
  height: 100%;
  width: 0%;
  background: #7BA7BC;
  transition: width 0.3s ease;
}

.mpvp-progress-text {
  margin-top: 6px;
  font-size: 14px;
}

.mpvp-video-status {
  font-size: 13px;
  color: #7BA7BC;
  margin-top: 6px;
}

.mpvp-reset {
  margin-top: 10px;
}
