
// classes attached to <body>
// TODO: make fc-event selector work when calender in shadow DOM
.fc-not-allowed,
.fc-not-allowed .fc-event { // override events' custom cursors
  cursor: not-allowed;
}
