
/* Mini player (I): o modal encolhe no canto e o catálogo volta a receber clique. */
body.grade-pip {
  overflow: auto;
}
body.grade-pip .modal-backdrop {
  pointer-events: none;
  opacity: 0;
}
#watch-modal.is-pip {
  pointer-events: none;
}
#watch-modal.is-pip .modal-dialog {
  pointer-events: auto;
  position: fixed;
  right: .75rem;
  bottom: .75rem;
  width: min(24rem, 92vw);
  max-width: none;
  margin: 0;
  height: auto;
}
#watch-modal.is-pip .modal-content {
  height: auto;
  max-height: min(40vh, 16rem);
}
