.gm-monetization-blocked .upgrade-btn,
.gm-monetization-blocked [data-monetization] {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
}

.gm-monetization-notice {
  display: none;
  font-size: 0.72rem;
  line-height: 1.45;
  margin-top: 0.65rem;
  padding: 0.55rem 0.65rem;
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.08);
  color: var(--text-muted, #64748b);
}

html.dark .gm-monetization-notice {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.75);
}

.gm-monetization-blocked .gm-monetization-notice {
  display: block;
}

.premium-widget.gm-monetization-blocked h4,
.premium-widget.gm-monetization-blocked p:not(.gm-monetization-notice) {
  opacity: 0.85;
}
