@import url("/assets/tokens-b4f90740.css");
@import url("/assets/components-6002cd74.css");
@import url("https://cdn.jsdelivr.net/npm/@fullcalendar/core@6.1.20/index.global.min.css");
@import url("https://cdn.jsdelivr.net/npm/@fullcalendar/daygrid@6.1.20/index.global.min.css");
@import url("https://cdn.jsdelivr.net/npm/@fullcalendar/timegrid@6.1.20/index.global.min.css");

.fc .fc-toolbar {
  align-items: center;
  gap: 0.75rem;
}

.fc .fc-toolbar-title {
  color: var(--fg);
  font-size: 1.25rem;
  font-weight: 600;
}

.fc .fc-button {
  background: var(--accent);
  color: var(--accent-fg);
  border: 0;
  border-radius: 0.9rem;
  box-shadow: none;
  padding: 0.55rem 0.9rem;
}

.fc .fc-button:focus {
  box-shadow: 0 0 0 2px rgba(15, 23, 42, 0.15);
}

.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active,
.fc .fc-button:hover {
  background: var(--fg);
}

.fc .fc-scrollgrid,
.fc .fc-theme-standard td,
.fc .fc-theme-standard th {
  border-color: var(--border);
}

.fc .fc-timegrid-slot-label,
.fc .fc-col-header-cell-cushion,
.fc .fc-daygrid-day-number {
  color: var(--fg-muted);
}

.fc .fc-event-main {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  line-height: 1.15;
}

.fc .fc-timegrid-event .fc-event-main-frame {
  gap: 0.1rem;
}

.fc .fc-timegrid-event .fc-event-time {
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.05;
}

.fc .fc-timegrid-event .fc-event-title {
  line-height: 1.05;
  white-space: normal;
  word-break: break-word;
}
