.fc-button-group {
	display: flex;
	gap: 16px;
}

.fc-left {
	margin-bottom: 12px;
}

.fc-center {
	font-size: 18px;
	font-weight: 600;
	opacity: 0.7;
}

.fc-content > .fc-time,
.fc-content > .fc-title {
	text-shadow: 0px 0px 5px #2b2b2b;
}

.calendar-edit {
	height: calc(100% - 79px)
}

@media (max-width: 640px) {
	.fc-button-group  {
		flex-wrap: wrap;
	}
	.calendar-edit {
		height: calc(100% - 44px)
	}
}