/* Forest / warm cream palette shared with pages.css. Explicit button specificity
   keeps primary and secondary actions distinct from that stylesheet's !important rule. */
.withdrawal{max-width:760px;margin:0 auto;padding:18px 0 40px}
.withdrawal [hidden]{display:none!important}
.withdrawal-eyebrow,.withdrawal-step{font-size:.76rem;letter-spacing:.13em;font-weight:700;color:#3e5c2a}
.withdrawal h1{max-width:700px;letter-spacing:-.04em}
.withdrawal p{line-height:1.7}
.withdrawal form,.withdrawal #withdrawal-success{border:1px solid #cbd7c1;border-radius:12px;padding:clamp(18px,4vw,32px);margin:30px 0;background:#fff;color:#213325}
.withdrawal label{display:block;font-weight:650;margin:24px 0 9px}
html body .withdrawal input,html body .withdrawal textarea{display:block;width:100%;box-sizing:border-box;background:#fbfcf8;border:1px solid #809274;color:#213325;border-radius:6px;padding:14px;font:inherit;font-size:16px}
.withdrawal textarea{resize:vertical}
.withdrawal-help{font-size:.9rem;color:#4e6244}
html body .withdrawal a{color:#365626;text-decoration:underline;text-underline-offset:3px}
.withdrawal button{font:inherit;font-weight:650;cursor:pointer;min-height:48px;padding:13px 19px;border-radius:6px}
.withdrawal button:disabled{opacity:.65;cursor:wait}
html body .withdrawal button.withdrawal-primary{background:#d5ef72!important;color:#213325!important;border:1px solid #a0b647}
html body .withdrawal button.withdrawal-secondary{background:#fff!important;color:#213325!important;border:1px solid #809274}
.withdrawal-actions{display:flex;gap:12px;flex-wrap:wrap}
.withdrawal-notice{border-left:3px solid #557b3e;background:#edf3e4;padding:16px;color:#2b4426;border-radius:0 6px 6px 0}
.withdrawal-error{color:#811e26;background:#fff1ef;padding:14px;border:1px solid #d9a5a1;border-radius:6px}
.withdrawal dt{font-size:.85rem;color:#4e6244;margin-top:18px}
.withdrawal dd{margin:5px 0 0;white-space:pre-wrap;overflow-wrap:anywhere}
.withdrawal pre{font:14px/1.7 ui-monospace,monospace;white-space:pre-wrap;overflow-wrap:anywhere;padding:14px 0}
.withdrawal details{margin-top:22px}
.withdrawal summary{cursor:pointer;padding:12px 0}
html body .withdrawal :focus-visible{outline:3px solid #3e5c2a;outline-offset:4px}
.withdrawal h2:focus{outline:none}
.withdrawal #withdrawal-receipt-id{overflow-wrap:anywhere}
@media(max-width:600px){.withdrawal-actions{flex-direction:column}.withdrawal button{width:100%}}
