#calendar {
  min-height: 720px;
}

/* Status styling (additional to backgroundColor from API) */
.fc-event.status-cancelled {
  opacity: 0.65;
}

.fc-event.status-cancelled .fc-event-title,
.fc-event.status-cancelled .fc-event-time {
  text-decoration: line-through;
}
