/* BP Gives Donations — front-end styles */
.bpgives-chooser{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:32px 0}
@media(max-width:720px){.bpgives-chooser{grid-template-columns:1fr}}
.bpgives-chooser__option{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 24px;background:#fff;border:2px solid #e7eaee;border-radius:12px;color:#1f2937;text-decoration:none;transition:all .15s ease}
.bpgives-chooser__option:hover{border-color:#0c7c59;transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.06)}
.bpgives-chooser__label{font-size:24px;font-weight:700;margin-bottom:8px}
.bpgives-chooser__desc{color:#6b7280;font-size:15px}
.bpgives-chooser__option--monthly{background:#f7fbf9;border-color:#cfe7dd}
.bpgives-monthly{max-width:680px;margin:24px auto}
.bpgives-monthly__title{font-size:28px;font-weight:700;margin:0 0 8px}
.bpgives-monthly__intro{color:#4b5563;margin-bottom:24px}
.bpgives-monthly__form{background:#fff;border:1px solid #e7eaee;border-radius:12px;padding:24px}
.bpgives-monthly__form label{display:block;margin:0 0 16px;color:#1f2937;font-size:14px;font-weight:600}
.bpgives-monthly__form input[type=text],
.bpgives-monthly__form input[type=email],
.bpgives-monthly__form input[type=tel],
.bpgives-monthly__form input[type=number]{display:block;width:100%;margin-top:6px;padding:12px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:16px;background:#fff;box-sizing:border-box}
.bpgives-monthly__form input:focus{outline:none;border-color:#0c7c59;box-shadow:0 0 0 3px rgba(12,124,89,.15)}
.bpgives-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
@media(max-width:560px){.bpgives-row{grid-template-columns:1fr}}
.bpgives-fieldset{border:0;padding:0;margin:0 0 16px}
.bpgives-fieldset legend{font-weight:600;margin-bottom:8px;color:#1f2937;font-size:14px}
.bpgives-radio{display:flex !important;align-items:center;gap:8px;font-weight:400 !important;margin:0 0 6px !important;cursor:pointer}
.bpgives-radio input{width:auto !important;margin:0 !important;padding:0 !important}
.bpgives-amount__wrap{display:flex;align-items:center;border:1px solid #d1d5db;border-radius:8px;padding:0 12px;background:#fff;margin-top:6px}
.bpgives-amount__wrap:focus-within{border-color:#0c7c59;box-shadow:0 0 0 3px rgba(12,124,89,.15)}
.bpgives-amount__currency{color:#6b7280;font-size:18px;padding-right:6px}
.bpgives-amount__wrap input{border:0 !important;box-shadow:none !important;font-size:18px;padding:12px 0 !important}
.bpgives-summary{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:14px 16px;margin:8px 0 20px;font-size:14px;color:#374151;line-height:1.7}
.bpgives-summary__total{font-size:16px;border-top:1px solid #e5e7eb;margin-top:8px;padding-top:8px;color:#0c7c59}
.bpgives-pm-wrap{margin:8px 0 16px;padding:14px;border:1px dashed #e5e7eb;border-radius:8px;background:#fcfcfd}
#bpgives-stripe-element{padding:6px 0;min-height:48px}
.bpgives-error{color:#b91c1c;font-size:14px;margin-top:8px;min-height:18px}
.bpgives-button{appearance:none;background:#0c7c59;color:#fff;border:0;border-radius:10px;padding:14px 22px;font-size:16px;font-weight:600;cursor:pointer;width:100%}
.bpgives-button:hover{background:#0a6a4d}
.bpgives-button:disabled{opacity:.6;cursor:not-allowed}
.bpgives-button--danger{background:#b91c1c}
.bpgives-button--danger:hover{background:#991b1b}
.bpgives-tos{font-size:12px;color:#6b7280;margin-top:10px;line-height:1.5}
.bpgives-result{margin-top:16px;padding:0;font-size:15px}
.bpgives-result.is-success{padding:16px;background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46;border-radius:8px}
.bpgives-result.is-error{padding:16px;background:#fef2f2;border:1px solid #fecaca;color:#991b1b;border-radius:8px}
.bpgives-manage{max-width:640px;margin:24px auto;background:#fff;border:1px solid #e7eaee;border-radius:12px;padding:24px}
.bpgives-manage dl{display:grid;grid-template-columns:160px 1fr;gap:8px 16px;margin:16px 0}
.bpgives-manage dt{color:#6b7280;font-size:14px}
.bpgives-manage dd{margin:0;font-weight:600}
.bpgives-notice{padding:12px 14px;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;color:#065f46;margin-bottom:16px}
