/* Custom styles for https://fullcalendar.io/ */

.fc-header-toolbar {
	@media (width < 40rem) {
		background-color: white;
		padding: calc(4 * var(--spacing));
		border-bottom: 1px solid var(--color-neutral-200);
		margin-bottom: 0 !important;
	}
}

.fc-view-harness {
	@media (width < 40rem) {
		margin: calc(4 * var(--spacing));
		background-color: white;
	}
}

.fc-toolbar-title {
	@media (width < 40rem) {
		font-size: var(--text-xl) !important;
	}
}
