.fc-col-header-cell-cushion,
.fc-daygrid-day-number,
.fc-event {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
}
#holidays-calendar {
  width: 300px;
  h2 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1rem;
  }
  .fc-event-title {
    display: none;
  }
  th,
  td,
  .fc-col-header,
  .fc-scrollgrid-sync-table {
    margin: 0;
    padding: 0;
  }
  .fc-col-header {
    background-color: #eee;
  }
  .fc-day-sun {
    color: #f00;
  }
  .fc-day-sat {
    color: #00f;
  }
  .fc-daygrid-day-number {
    font-weight: bold;
  }
  .fc-daygrid-day-top {
    justify-content: center;
  }
  .fc-day-other .fc-daygrid-day-top {
    opacity: 1;
    color: #aaa;
  }
  .fc-daygrid-day-events {
    display: none;
  }
  a {
    pointer-events: none;
    text-decoration: none;
  }
  .fc-bg-event {
    background: #fc9 !important;
    opacity: 1 !important;
  }
}
