#music-player {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 60px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1002;
  pointer-events: none;
}
#player-container {
  display: flex;
  align-items: center;
  background: rgba(30, 30, 30, 0.92);
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.25), 0 1.5px 4px rgba(0,0,0,0.18);
  border: 2px solid #e0e0e0;
  padding: 0.5em 1em;
  margin-left: 1em;
  height: 48px;
  min-width: 340px;
  max-width: 340px;
  z-index: 1003;
  pointer-events: auto;
}
#yt-audio-player {
  width: 320px !important;
  height: 40px !important;
  border: none;
  background: transparent;
  border-radius: 8px;
  display: block;
  overflow: hidden;
}