/**
 * Custom Unified Media Player Skins
 * Matching brand guidelines: Orange, Green, Blue, Slate.
 */

.custom-audio-soundbar {
  background-color: #232F3E;
  border-left: 5px solid #39B54A;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 4px 15px -3px rgba(0, 0, 0, 0.4);
}

.custom-dm-video {
  border-bottom: 4px solid #F39223;
}

.play-bar {
  background: #39B54A;
}

.waveform-bar {
  background: rgba(255, 255, 255, 0.2);
  transition: background 0.1s ease, height 0.15s ease;
}

.waveform-bar.active {
  background: #39B54A;
}
