/* Minimal, centered donation widget */
.mcx-donate-wrap { display:flex; justify-content:center; }
.mcx-donate-card { width:100%; max-width:640px; margin:0 auto; border:1px solid #e5e7eb; border-radius:16px; padding:20px; background:#fff; box-shadow:0 2px 12px rgba(0,0,0,0.04); text-align:center; }
.mcx-title { font-size:20px; font-weight:800; margin-bottom:12px; }
.mcx-section { margin:12px 0; }
.mcx-label { font-weight:700; margin-bottom:6px; }
.mcx-small { font-size:12px; color:#6b7280; margin: 2px 0 6px; }
.mcx-pill { display:inline-block; background:#f9fafb; border:1px solid #e5e7eb; border-radius:999px; padding:10px 16px; font-weight:700; user-select:text; }
.mcx-code { width:100%; border:1px solid #e5e7eb; border-radius:8px; padding:10px; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
.mcx-hint { font-size:12px; color:#6b7280; margin-top:4px; }
.mcx-steps { text-align:left; margin-top:12px; font-size:14px; color:#374151; }
.mcx-step { margin:4px 0; }
.mcx-actions { margin-top:14px; display:flex; justify-content:center; }
.mcx-btn { display:inline-block; background:#111827; color:#fff; padding:10px 14px; border-radius:10px; text-decoration:none; font-weight:800; cursor:pointer; border:none; }
.mcx-btn:hover { filter: brightness(1.05); }
.mcx-copy-btn { margin-top:8px; }
