/* DERHALLER Terminbuchung – Astra friendly (+Adresse, Captcha) */
.dhb-wrap{max-width:900px;margin:0 auto}
.dhb-form .dhb-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.dhb-form .dhb-full{grid-column:1/-1}
.dhb-form label{display:block;font-weight:600;margin-bottom:6px}
.dhb-form input[type="text"],.dhb-form input[type="email"],.dhb-form input[type="date"],.dhb-form input[type="number"],.dhb-form select,.dhb-form textarea{width:100%;padding:10px;border:1px solid var(--ast-border-color,#ddd);border-radius:8px}
.dhb-row-2{display:grid;grid-template-columns:120px 1fr;gap:10px;margin-top:8px}
#dhb-slots{display:flex;flex-wrap:wrap;gap:8px}
.dhb-slot{padding:8px 12px;border:1px solid #ddd;border-radius:999px;cursor:pointer;user-select:none}
.dhb-slot.active{background:var(--ast-global-color-3,#045);color:#fff;border-color:transparent}
.dhb-slot[disabled]{opacity:.4;pointer-events:none}
.dhb-msg{margin-top:10px}
@media(max-width:720px){.dhb-form .dhb-grid{grid-template-columns:1fr}.dhb-row-2{grid-template-columns:1fr 1fr}}
