.cv-bunq-box {
  margin-top: 1.25rem;
  padding: 1.25rem;
  border-radius: 1rem;
  border: 2px solid #00c853;
  background: linear-gradient(135deg, #f0fff4 0%, #e8f5e9 100%);
}

.cv-bunq-lead {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #1b5e20;
}

.cv-bunq-note {
  margin: 0 0 1rem;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #2e7d32;
}

.cv-bunq-amount {
  display: inline-block;
  margin-bottom: 0.85rem;
  padding: 0.35rem 0.75rem;
  border-radius: 9999px;
  background: #fff;
  border: 1px solid #a5d6a7;
  font-weight: 800;
  color: #1b5e20;
}

.cv-bunq-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  padding: 1rem 1.25rem;
  border: none;
  border-radius: 0.85rem;
  background: linear-gradient(135deg, #00c853 0%, #00a152 100%);
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 200, 83, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.cv-bunq-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(0, 200, 83, 0.45);
}

.cv-bunq-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}

.cv-bunq-status {
  margin: 0.75rem 0 0;
  font-size: 0.85rem;
  color: #2e7d32;
}

.cv-bunq-status.cv-bunq-error {
  color: #c62828;
}

.cv-bunq-after-pay {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed #81c784;
}

.cv-bunq-after-title {
  margin: 0 0 0.65rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: #1b5e20;
}

.cv-bunq-return-btn {
  display: block;
  width: 100%;
  padding: 0.9rem 1rem;
  border-radius: 0.75rem;
  background: #1b5e20;
  color: #fff;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(27, 94, 32, 0.25);
}

.cv-bunq-return-btn:hover {
  background: #2e7d32;
  color: #fff;
}

.cv-bunq-after-hint {
  margin: 0.75rem 0 0.35rem;
  font-size: 0.8rem;
  color: #388e3c;
}

.cv-bunq-return-link {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.4;
  word-break: break-all;
  color: #2e7d32;
}

.cv-bunq-return-link a {
  color: #1b5e20;
  font-weight: 700;
}

.cv-bunq-return-overlay {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.92);
  color: #fff;
  text-align: center;
  padding: 1.5rem;
}

.cv-bunq-return-card {
  max-width: 28rem;
  padding: 2rem;
  border-radius: 1rem;
  background: #1e293b;
  border: 1px solid #334155;
}

.cv-bunq-return-card h2 {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
}

.cv-bunq-return-card p {
  margin: 0;
  line-height: 1.5;
  color: #cbd5e1;
}

/* Bunq-only checkout: hide Stripe card form and duplicate pay CTA */
html.cv-bunq-active .cv-co-stripe-wrap,
html.cv-bunq-active .cv-co-stripe-block,
html.cv-bunq-active .cv-co-stripe-footer,
html.cv-bunq-active .StripeElement,
html.cv-bunq-active [class*="StripeElement"],
html.cv-bunq-active iframe[src*="js.stripe.com"],
html.cv-bunq-active button.cv-co-pay:not(#cv-bunq-pay-btn) {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

#cv-bunq-pay-btn.cv-bunq-btn {
  display: flex !important;
  visibility: visible !important;
  height: auto !important;
  overflow: visible !important;
  pointer-events: auto !important;
  margin-top: 0.25rem !important;
  padding: 1rem 1.25rem !important;
}

html.cv-bunq-active .cv-stripe-warn,
html.cv-bunq-active [class*="bg-amber-50"][class*="border-amber"] {
  display: none !important;
}
