.pricing-soon-wrap {
  position: relative;
}

.pricing-soon-wrap--panel {
  min-height: 420px;
}

.quota-upgrade--soon {
  cursor: default;
  opacity: 0.85;
}

.quota-upgrade--soon:hover {
  text-decoration: none;
}


.pricing-soon-content .theme-card {
  cursor: default;
}

.pricing-soon-content .theme-card:hover {
  transform: none;
}


.pricing-soon-content {
  filter: blur(7px);
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  opacity: 0.5;
}

.pricing-soon-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.pricing-soon-label {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.14em;
  color: var(--gold, #b8952a);
  background: rgba(255, 255, 255, 0.92);
  padding: 0.85rem 2.2rem;
  border: 0.5px solid var(--gold, #b8952a);
  box-shadow: 0 8px 32px rgba(58, 47, 26, 0.08);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
