/* Gutschein-Betragswahl */
.badis-gift { margin: 0 0 1.2rem; }
.badis-gift__label { display: block; font-weight: 700; margin-bottom: .5rem; color: var(--ink, #0e2a44); }
.badis-gift__presets { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: .8rem; }
.badis-gift__preset { padding: .5rem 1rem; border: 2px solid var(--line, #e6e0d6); background: #fff; border-radius: 999px; font-weight: 700; cursor: pointer; color: var(--ink, #0e2a44); }
.badis-gift__preset:hover, .badis-gift__preset.is-active { border-color: var(--accent, #F39309); background: var(--accent, #F39309); color: var(--ink, #0e2a44); }
.badis-gift__custom { display: grid; gap: .3rem; font-weight: 700; color: var(--ink, #0e2a44); max-width: 220px; }
.badis-gift__custom input { padding: .6rem; border: 1px solid var(--line, #e6e0d6); border-radius: 8px; font: inherit; }

/* Größere, klar klickbare Betragswahl */
.badis-gift__label { font-size: 1rem; }
.badis-gift__presets { gap: .6rem; margin-bottom: 1rem; }
.badis-gift__preset { padding: .7rem 1.4rem; font-size: 1.05rem; border-width: 2px; }
.badis-gift__custom { max-width: 260px; font-size: 1rem; }
.badis-gift__custom input { padding: .75rem .8rem; font-size: 1.15rem; font-weight: 700; }
.voucher-form .voucher-form__submit { padding: .9rem 1.6rem; font-size: 1.05rem; }
