/* ClassWallet Marketplace checkout banner.
 * ClassWallet blue (#001E5C) — confirm the exact brand hex with Karen at cutover.
 * Phone-first: full-width button, 48px tall tap target (Bermuda Test ≥ 44px). */

.cw-marketplace-banner {
  margin: 0 0 1.25rem;
  padding: 1rem 1.25rem;
  border: 2px solid #001e5c;
  border-radius: 10px;
  background: #f4f7ff;
}

.cw-marketplace-banner__lead {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  color: #001e5c;
}

.cw-marketplace-cta {
  display: block;
  width: 100%;
  min-height: 48px;
  padding: 0.75rem 1rem;
  border: 0;
  border-radius: 8px;
  background: #001e5c;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
}

.cw-marketplace-cta:hover,
.cw-marketplace-cta:focus {
  background: #012a80;
}

.cw-marketplace-cta:disabled {
  opacity: 0.6;
  cursor: default;
}

.cw-marketplace-banner__error {
  margin: 0.75rem 0 0;
  color: #b3261e;
  font-size: 0.9rem;
}
