.fc-col-header-cell-cushion,
.fc-daygrid-day-number,
.fc-event {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
}
.holidays-calendar {
  container-type: inline-size;
  h2 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1rem;
  }
  .fc-scrollgrid-section-sticky > * {
    position: relative;
  }
  .fc-icon {
    height: auto;
    font-size: 0;
  }
  .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 {
    font-size: 1.5rem;
  }
  .fc-daygrid-day-frame,
  .fc-scrollgrid-sync-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 3 / 2;
    font-size: min(5cqw, 40px);
  }
  .fc-day-sun {
    color: #f00;
  }
  .fc-day-sat {
    color: #00f;
  }
  .fc-day-today {
    position: relative;
    z-index: 9999;
    background-color: inherit !important;
    outline: 3px solid #f00;
  }
  .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;
  }
}
