/* WATCH PAGES ONLY — no FAB, inline pill button */

/* Inline button inside the details panel */
#nxplayer-detail .pl-btn,
#nxplayer-detail .btn-playlist{
  position: static !important;
  inset: auto !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;

  display: inline-flex !important;
  align-items: center !important;
  gap: .35rem !important;
  padding: .25rem .6rem !important;

  border-radius: 6px !important;
  border: 1px solid rgba(255,255,255,.25) !important;
  background: transparent !important;
  color: #e7f0ff !important;

  line-height: 1 !important;
  box-shadow: none !important;
  transform: none !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  z-index: 5 !important;
}
#nxplayer-detail .pl-btn:hover{
  background: #bc7bff !important;
  border-color: #bc7bff !important;
  color: #fff !important;
}
#nxplayer-detail .pl-btn i{ margin-right: .35rem !important; color: inherit !important; }
#nxplayer-detail .pl-btn::before,
#nxplayer-detail .pl-btn::after{ display:none !important; }
#nxplayer-detail .chips{ position:relative; z-index:4; }

/* Keep the playlist modal styles */
.plm__backdrop{ position:fixed !important; inset:0 !important; background:rgba(6,9,17,.72) !important; z-index:300000 !important; }
.plm__card{ position:fixed !important; left:50% !important; top:50% !important; transform:translate(-50%,-50%) !important; z-index:300001 !important; }
.plm{ z-index:300002 !important; }

/* Nice placeholder font inside modal */
.plm input::placeholder{
  font-family:"Mulish",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif !important;
  color:#aeb6c9 !important; opacity:1 !important;
}
