/* Fix overlay premium — plein écran + grille intacte */
#premiumModal.pm-modal {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100dvh !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 100000 !important;
  display: none;
  overflow: hidden;
  background: #06060e;
}

#premiumModal.pm-modal.is-open {
  display: block !important;
}

#premiumModal .pm-dialog {
  position: relative;
  width: 100% !important;
  min-width: 100% !important;
  height: 100%;
  min-height: 100dvh;
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) !important;
  overflow: hidden;
}

#premiumModal .pm-left,
#premiumModal .pm-right {
  min-width: 0;
  width: 100%;
}

#premiumModal .pm-mobile-hero,
#premiumModal .pm-mobile-footer {
  display: none !important;
}

@media (max-width: 900px) {
  #premiumModal .pm-dialog {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    overflow-y: auto;
  }

  #premiumModal .pm-right {
    display: none !important;
  }

  #premiumModal .pm-mobile-hero,
  #premiumModal .pm-mobile-footer {
    display: block !important;
  }
}

.pm-cta-paypal-icon,
.pm-paypal-logo-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: #003087;
  background: #fff;
  border-radius: 6px;
  padding: 4px 8px;
  line-height: 1;
}

.pm-cta-paypal-icon {
  width: 28px;
  height: 20px;
  padding: 0;
  margin-right: 8px;
}

.pm-paypal-logo-text {
  font-size: 0.95rem;
  padding: 6px 12px;
}
