/* Filmix Video Ads V2 */
#filmixVideoAdOverlay{
  position:fixed;
  inset:0;
  background:rgba(2,6,23,.96);
  z-index:999999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
  direction:rtl;
}
.fx-ad-shell{
  width:min(980px,100%);
  background:#07111f;
  border:1px solid rgba(96,165,250,.35);
  border-radius:22px;
  box-shadow:0 25px 80px rgba(0,0,0,.65);
  overflow:hidden;
  color:#fff;
  font-family:system-ui,-apple-system,Segoe UI,Arial,sans-serif;
}
.fx-ad-top,.fx-ad-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 18px;
  background:linear-gradient(90deg,#081427,#0b2a5a);
}
.fx-ad-top strong{font-size:18px}
#fxAdCounter{
  background:#2563eb;
  padding:7px 12px;
  border-radius:999px;
  font-weight:700;
}
#fxCompanyAdVideo{
  width:100%;
  max-height:70vh;
  display:block;
  background:#000;
}
.fx-ad-bottom span{color:#dbeafe}
.fx-ad-bottom a{
  color:#fff;
  background:#0ea5e9;
  padding:9px 14px;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
}
@media(max-width:640px){
  #filmixVideoAdOverlay{padding:8px}
  .fx-ad-top,.fx-ad-bottom{padding:11px 12px;font-size:13px}
  .fx-ad-bottom{flex-direction:column;align-items:flex-start}
  .fx-ad-top strong{font-size:15px}
}
.fx-ad-player-box{width:100%;background:#000;aspect-ratio:16/9;display:flex;align-items:center;justify-content:center}
.fx-ad-player-box iframe,.fx-ad-player-box video,#fxYouTubeAdPlayer{width:100%;height:100%;display:block;background:#000;border:0}

/* V11 in-player timeline ad UI */
.filmix-v11-inplayer-ad{position:absolute;inset:0;z-index:50;background:#000;width:100%;height:100%;overflow:hidden;direction:rtl}
.filmix-v11-inplayer-ad iframe,.filmix-v11-inplayer-ad video,.fx-ad-yt-holder,.fx-ad-video{width:100%;height:100%;display:block;background:#000;border:0;object-fit:contain}
.fx-ad-badge{position:absolute;left:10px;top:10px;z-index:61;background:rgba(0,0,0,.72);color:#fff;border-radius:999px;padding:7px 12px;font:800 13px Arial}
.fx-ad-product-link{position:absolute;left:10px;bottom:10px;z-index:61;background:#16a34a;color:#fff;border-radius:999px;padding:8px 13px;text-decoration:none;font:800 13px Arial}
.fx-ad-sound-btn{position:absolute;right:12px;bottom:12px;z-index:62;border:0;border-radius:999px;padding:10px 16px;background:#0ea5e9;color:#fff;font-weight:800;font-size:14px;box-shadow:0 10px 25px rgba(0,0,0,.45);cursor:pointer}
