/* =============================================================
   Calendar Overrides
   - Increase time slot height for better hour visibility
   - Visible time range (07:00–24:00 by default, admin-configurable)
     is handled by the slotMinTime/slotMaxTime JS patch in
     patchCalendarJs, not CSS — see index.html's calendar-config fetch.
   ============================================================= */

/* Increase each 30-min slot height from default 1.5em to 2em */
.fc .fc-timegrid-slot {
  height: 2em !important;
}
