/* wc-bookings-custom.css */
.wc-bookings-custom-datefields__inner { display:flex; gap:12px; align-items:flex-end; flex-wrap:wrap; }
.wc-bookings-custom-datefields label { display:flex; flex-direction:column; font-family:"GT Zirkon Light",sans-serif; color:#333; }
.wc-bookings-custom-datefields .booking-date-input {
    padding:8px 10px; border-radius:6px; border:1px solid #e6e6e6; background:#fff; min-width:180px;
    transition: box-shadow .12s ease;
}
.wc-bookings-custom-datefields .booking-date-input:focus { outline:none; box-shadow:0 0 0 3px rgba(35,158,87,0.08); border-color:#239e57; }
.wc-bookings-validation { color:#b02a37; margin-left:6px; font-size:13px; display:none; }

.wc-bookings-booking-form fieldset label {
    width:auto;
}
