.fc .fc-toolbar-title {
	@apply text-2xl font-bold text-base-content;
}

.fc .fc-button-primary {
	@apply btn btn-primary btn-sm normal-case;
}

.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
	@apply btn-primary-focus;
}

.fc .fc-daygrid-day.fc-day-today {
	@apply bg-base-200;
}

.fc .fc-col-header-cell-cushion {
	@apply font-bold text-base-content;
}

.fc .fc-daygrid-day-number {
	@apply text-base-content/70;
}

.fc-event {
	@apply bg-primary border-primary cursor-pointer;
}

.fc-event-title {
	@apply font-medium text-primary-content;
}

.fc-event-time {
	@apply text-primary-content/80 text-xs;
}

@media (max-width: 767px) {
	.fc .fc-toolbar {
		flex-direction: column;
		gap: 0.5rem;
	}
	.fc .fc-toolbar-title {
		font-size: 1.2rem;
	}
	.fc .fc-button {
		padding: 0.3rem 0.5rem;
		font-size: 0.8rem;
	}
}
