.beeteam368-player-wrapper.vidmov-hls2-active{position:relative;overflow:hidden;background:#000}
.beeteam368-player-wrapper.vidmov-hls2-active .vidmov-hls2-player{position:relative;width:100%;height:100%;min-height:100%;background:#000}
.beeteam368-player-wrapper.vidmov-hls2-active .vidmov-hls2-video{display:block;width:100%!important;height:100%!important;min-height:100%;object-fit:contain;background:#000}
.vidmov-hls2-status{position:absolute;left:12px;right:12px;bottom:12px;z-index:20;display:none;padding:8px 10px;border-radius:4px;background:rgba(0,0,0,.72);color:#fff;font-size:13px}
.vidmov-hls2-status.is-visible{display:block}.vidmov-hls2-status.is-error{background:rgba(160,0,0,.88)}
.vidmov-hls2-admin-option{display:inline-flex!important;align-items:center;gap:6px;margin:0 12px 6px 0}
.vidmov-hls2-fallback-field .cmb2-metabox-description{margin-top:6px}

/* HLS2 owns the wrapper; VidMov must not reinsert an interactive overlay/player above it. */
.beeteam368-player-wrapper.vidmov-hls2-active > .mejs__container,
.beeteam368-player-wrapper.vidmov-hls2-active .mejs__container,
.beeteam368-player-wrapper.vidmov-hls2-active > .player-banner,
.beeteam368-player-wrapper.vidmov-hls2-active > .player-load-overlay,
.beeteam368-player-wrapper.vidmov-hls2-active .mejs__offscreen{display:none!important;visibility:hidden!important;pointer-events:none!important;}
.beeteam368-player-wrapper.vidmov-hls2-active .vidmov-hls2-player{z-index:30;}
.beeteam368-player-wrapper.vidmov-hls2-active .vidmov-hls2-video{position:relative;z-index:31;}


/* Fix VidMov double aspect-ratio height: the HLS2 wrapper owns the 16:9 box. */
.beeteam368-player.vidmov-hls2-host > .beeteam368-player-wrapper-ratio{
  display:none!important;
}
.beeteam368-player.vidmov-hls2-host{
  height:auto!important;
}
.beeteam368-player.vidmov-hls2-host > .beeteam368-player-wrapper.vidmov-hls2-active{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:0!important;
  padding-top:56.25%!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}
.beeteam368-player.vidmov-hls2-host > .beeteam368-player-wrapper.vidmov-hls2-active .vidmov-hls2-player{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
}
.beeteam368-player.vidmov-hls2-host > .beeteam368-player-wrapper.vidmov-hls2-active .vidmov-hls2-video{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  object-fit:contain!important;
}
