.checkout-card .payment-detail-row code { text-transform: none !important; overflow-wrap: anywhere; }
.checkout-card .wallet-network-note { margin: 14px 0; color: #d5e5e8; font-size: 14px; line-height: 1.5; }
.checkout-card .wallet-checkout-cancel {
  display: inline-flex; align-items: center; justify-content: center; min-height: 46px;
  margin: 16px 0 0; padding: 11px 22px; border: 1px solid rgba(215,241,247,.4);
  border-radius: 12px; color: #f5fcff; background: linear-gradient(135deg,rgba(227,247,251,.16),rgba(159,212,223,.06));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 8px 24px rgba(0,0,0,.16);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  text-decoration: none; font-weight: 700;
}
.checkout-card .wallet-checkout-cancel:hover { background: rgba(205,237,245,.18); border-color: #bbdfe7; }
.checkout-card .wallet-checkout-cancel:focus-visible { outline: 3px solid #8fe4ee; outline-offset: 3px; }
@media(prefers-reduced-motion:reduce) { .checkout-card .wallet-checkout-cancel { transition: none; animation: none; } }
