/* TestSuite Pro — Stripe Payment Addon CSS */

/* ── Success banner ─────────────────────────────────────────── */
.tsps-success-banner {
  background: linear-gradient(135deg, #0d6b3a, #1a8f4e);
  color: #fff;
  border-radius: .625rem;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.5rem;
}

/* ── Billing cycle toggle ───────────────────────────────────── */
#tspsBillingToggle { cursor: pointer; }

/* ── Pricing cards animation ────────────────────────────────── */
.tsps-monthly-price,
.tsps-annual-price { transition: opacity .2s; }

/* ── Subscription card ──────────────────────────────────────── */
#tsps-billing-wrap .card {
  border-radius: .625rem;
}

/* ── Invoice PDF button ─────────────────────────────────────── */
.tsps-invoice-pdf {
  white-space: nowrap;
}
