/* Page VIP — overrides légers (compat + scroll) */

#premiumModal.vip-page {
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  z-index: 100000 !important;
}

#premiumModal.vip-page.is-open {
  display: block !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

#premiumModal .pm-code-input {
  font-size: 16px !important;
}
