/* Wallet values preserve case on every screen; scoped to crypto checkout. */
.jason-payment-session code,
.wallet-choice-shell [data-wallet-preview-address],
.wallet-choice-shell [data-wallet-preview-network],
.wallet-choice code,
.crypto-session code {
  text-transform: none !important;
  overflow-wrap: anywhere;
  word-break: normal;
}
.cax-crypto-cancel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 16px;
  padding: 10px 22px;
  color: inherit;
  font: inherit;
  font-weight: 650;
  text-decoration: none;
  text-transform: none;
  background: linear-gradient(135deg, rgba(255,255,255,.17), rgba(255,255,255,.06));
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 6px 20px rgba(0,0,0,.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.cax-crypto-cancel:hover { background-color: rgba(255,255,255,.12); }
.cax-crypto-cancel:focus-visible { outline: 3px solid currentColor; outline-offset: 4px; }
