/* Eventi più alti e leggibili */
#wpappsws-fullcalendar .fc-event {
    min-height: 32px !important;
    line-height: 1.4 !important;
    padding: 4px 6px !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}
#wpappsws-fullcalendar .fc-event .fc-event-title {
    white-space: normal !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
#wpappsws-fullcalendar .fc-timegrid-event {
    min-height: 28px !important;
}