.withdraw-content { max-width: 840px; }
.withdraw-content [hidden] { display: none !important; }
.withdraw-form { display: grid; gap: 18px; margin: 26px 0; }
.withdraw-form label { display: grid; gap: 7px; font-weight: 600; }
.withdraw-form input, .withdraw-form textarea { width: 100%; min-width: 0; padding: 12px; border: 1px solid #d7ddc5; border-radius: 7px; color: #111; background: #fafafa; font: inherit; font-weight: 400; }
.withdraw-form input:focus, .withdraw-form textarea:focus { outline: 2px solid #374322; outline-offset: 2px; background: #fff; }
.withdraw-summary { white-space: pre-wrap; overflow-wrap: anywhere; font: inherit; padding: 20px; background: #f7f8f3; border-radius: 7px; }
.withdraw-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0; }
.withdraw-honeypot { display: none; }
.withdraw-content h2 { margin-top: 32px; scroll-margin-top: 100px; }
@media print { .topbar, .footer, .cookie-banner, .withdraw-form, .withdraw-actions { display: none !important; } }
