/* Payment choices use the site's existing fonts, buttons and form controls.
   Loaded only where a payment panel is rendered; no new animation runtime. */
.payment-panel{display:grid;gap:24px;min-width:0}
.payment-panel>p{max-width:62ch;line-height:1.65}
.payment-presets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.payment-presets .btn{justify-content:space-between;min-width:0;white-space:normal;line-height:1.5}
.payment-panel .payment-custom{padding-top:8px}
.payment-zelle{border-top:1px solid var(--rule);padding-top:24px;line-height:1.65}
.payment-zelle .label{margin-bottom:10px}
.payment-zelle strong{font-weight:500;overflow-wrap:anywhere}
@media(max-width:480px){.payment-presets{grid-template-columns:1fr}.payment-panel{gap:20px}}
