/* Allow the day‑cell and event harness to grow */
.fc .fc-daygrid-day-frame,
.fc .fc-daygrid-day-events,
.fc .fc-daygrid-event-harness {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

/* Wrap long event titles */
.fc .fc-daygrid-event .fc-event-title {
    white-space: normal !important;     /* allow wrapping */
    word-break: break-word !important;  /* break long words */
}