.wd-rule-banner {
  border-color: rgba(255, 210, 122, 0.4) !important;
  background:
    radial-gradient(90% 120% at 0% 0%, rgba(255, 210, 122, 0.12), transparent 55%),
    linear-gradient(165deg, #1a2e39 0%, #132430 100%) !important;
}
.wd-rule-banner strong {
  display: block;
  margin-bottom: 4px;
  color: #ffd27a;
  font-size: 14px;
}
.wd-rule-banner p {
  margin: 0;
  color: #e8d5a0;
  font-size: 13px;
  line-height: 1.45;
}

/* Withdraw page — builds on deposit.css */
.wd-page .dep-hero h1 { letter-spacing: -0.03em; }
.wd-balance-card {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.wd-muted {
  font-size: 12px;
  font-weight: 700;
  color: #9fbed0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.wd-balance {
  font-size: 28px;
  font-weight: 800;
  color: #00e701;
  font-variant-numeric: tabular-nums;
}
.wd-wager-box {
  flex: 1;
  min-width: 220px;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(255, 193, 7, 0.08);
  border: 1px solid rgba(255, 193, 7, 0.35);
  color: #ffd27a;
}
.wd-wager-box strong { display: block; margin-bottom: 4px; color: #ffe6a3; }
.wd-wager-box p { margin: 0 0 8px; font-size: 13px; color: #e8d5a0; line-height: 1.4; }
.wd-wager-box .btn-link { color: #7dff9a; }
.wd-address-input {
  width: 100%;
  height: 48px;
  border-radius: 12px;
  border: 1px solid #2f4553;
  background: #0f212e;
  color: #fff;
  font-size: 14px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  padding: 0 14px;
  outline: none;
  margin-bottom: 8px;
}
.wd-address-input:focus { border-color: #1475e1; }
.wd-form-locked { opacity: 0.55; pointer-events: none; }
