/* ── Booking Page settings panel ─────────────────────────────────
   The in-app config lives in Settings → Booking Page (rendered by
   js/booking.js). Most layout is inline; these rules cover the few
   shared affordances. The public visitor page (book.html) is fully
   self-styled and does not use this file. */

#settings-booking .divider-label {
  margin-top: 1.25rem;
}

#settings-booking input[type="time"],
#settings-booking input[type="number"] {
  font-family: 'DM Sans', sans-serif;
}

/* New-lead / existing-client pills inherit inline colours; keep them tight */
#booking-requests .btn-sm { min-width: 84px; }
