/* Khunti Puja tab — QR/payment form styling (shown inside the "Contribution"
   sub-tab; the About/Contribution toggle itself is styled in css/base.css).
   Currently identical to the other Puja events' themes, kept in its own folder
   so this event's look can be customized independently later without touching
   the others. */

.qr-box {
  background: #fff;
  border: 1px solid #eadfc9;
  border-radius: var(--radius);
  padding: 20px;
  text-align: center;
  box-shadow: var(--shadow);
  margin-bottom: 20px;
  max-width: 320px;
}
.qr-box h4 { margin-top: 0; color: var(--maroon); }
.qr-img { width: 100%; max-width: 240px; border-radius: 14px; border: 1px solid #eee; }
.qr-note { font-size: 12px; color: #776a55; margin-top: 10px; }

.payment-form {
  background: #fff;
  border: 1px solid #eadfc9;
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
  max-width: 520px;
}
.payment-form h4 { margin-top: 0; color: var(--maroon); }
