/* V296 — lightweight compact player; native YouTube controls remain visible */
html body #songsPlayerCard .yt-player-frame{
  position:relative!important;
  display:block!important;
  width:100%!important;
  padding:0!important;
  overflow:hidden!important;
  background:#000!important;
}
html body #songsPlayerCard .yt-player-frame::before,
html body #songsPlayerCard .yt-player-frame::after{
  content:none!important;
  display:none!important;
}
html body #songsPlayerCard .yt-player-frame iframe,
html body #songsPlayerCard .yt-player-frame iframe.ohm-autoplay-iframe{
  position:absolute!important;
  inset:0!important;
  z-index:3!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  max-height:none!important;
  opacity:1!important;
  visibility:visible!important;
  border:0!important;
  background:#000!important;
}
html body #songsPlayerCard .ohm-v295-fallback-ui,
html body #songsPlayerCard .ohm-autoplay-loading{
  display:none!important;
}
@media (max-width:420px){
  html body #songsPlayerCard .yt-player-frame{
    height:168px!important;
    min-height:168px!important;
    max-height:168px!important;
    aspect-ratio:auto!important;
  }
}
@media (min-width:421px) and (max-width:700px){
  html body #songsPlayerCard .yt-player-frame{
    height:182px!important;
    min-height:182px!important;
    max-height:182px!important;
    aspect-ratio:auto!important;
  }
}
@media (min-width:701px){
  html body #songsPlayerCard .yt-player-frame{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:16/9!important;
  }
}
