.dmp-container{ max-width:520px; background:#fff; padding:20px; border:1px solid #e6e6e6; border-radius:8px; font-family: Arial, sans-serif;}
.dmp-title{ font-size:22px; color:#2b4f9a; margin-bottom:14px;}
.dmp-montos{ display:flex; flex-wrap:wrap; gap:10px; margin-bottom:12px;}
.dmp-amount{ padding:14px 20px; border-radius:10px; border:1px solid #d0d6db; background:#fafafa; cursor:pointer;}
.dmp-amount.active{ box-shadow:0 2px 0 rgba(0,0,0,0.1) inset; border-color:#2b4f9a; color:#123a7b; font-weight:600;}
.dmp-custom{ margin-bottom:12px;}
.dmp-custom input{ width:100%; padding:10px; border-radius:8px; border:1px solid #ddd;}
.dmp-donate{ background:#2b4f9a; color:#fff; padding:12px 18px; border:none; border-radius:10px; cursor:pointer;}
.dmp-message{ margin-top:10px; font-size:14px;}
