.lizzee-schedule {

	display: flex;
	gap: 40px;
	align-items: flex-start;
	max-width: 1200px;
	margin: 40px auto;
	padding: 0 20px;

}

.lizzee-course {

	flex: 1;

}

.lizzee-calendar {

	flex: 2;

}
.lizzee-course,
.lizzee-calendar {

	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 30px;

}
.lizzee-course h1 {

	margin-top: 0;
	margin-bottom: 20px;

}

.lizzee-course-description {

	margin-bottom: 25px;
	line-height: 1.7;

}
.lizzee-calendar h2 {

	margin-top: 0;

}
@media (max-width: 768px) {

	.lizzee-schedule {

		flex-direction: column;

	}

	.lizzee-course,
	.lizzee-calendar {

		width: 100%;

	}

}
a.lizzee-back-button {
	display: block;
	width: 100%;
	padding: 16px 24px;
	margin-bottom: 30px;

	background: #fff;
	color: #0d6efd;
	text-decoration: none;
	text-align: center;

	border: 2px solid #0d6efd;
	border-radius: 6px;

	transition: all .2s ease;
}


a.lizzee-back-button:hover {
	background: #0d6efd;
	color: #fff;
}

/* Hide FullCalendar Event Text */

.fc-event {

	background: transparent !important;
	border: none !important;

}

.fc-event-title {

	display: none !important;

}

.fc-event-main {

	display: flex;
	justify-content: center;

}


/* Highlight Days That Have Classes */
/* Hide the default event styling */
.fc-event {
	background: transparent !important;
	border: none !important;
}

.fc-event-title {
	display: none !important;
}

.fc-event-main {
	display: flex;
	justify-content: center;
}



.lizzee-circle {

	width: 32px;
	height: 32px;

	display: inline-flex;
	align-items: center;
	justify-content: center;

	background: #2563eb;
	border-radius: 50%;

	color: #fff;
	font-weight: 600;

}


/* ==========================================================
   Calendar Header
========================================================== */

.lizzee-calendar-header {

	text-align: center;
	margin-bottom: 20px;

}

.lizzee-calendar-header h2 {

	margin: 0 0 20px;
	font-size: 2rem;

}


.test-class {

	background: red !important;

}

/* ==========================================================
   FullCalendar Toolbar
========================================================== */



#lizzee-calendar > div:first-child {

	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 30px;

}


#lizzee-calendar .fc-ei {

	padding-bottom: 1em !important;
	margin-bottom: 2px !important;

}
/* ==========================================================
   Previous / Next Buttons
========================================================== */

#lizzee-calendar > div:first-child button {

	background: transparent;
	border: none;
	cursor: pointer;
	color: #000;

}

#lizzee-calendar > div:first-child [role="heading"] {

	font-size: 1.8rem;
	font-weight: 500;

}
/* ==========================================================
   class list stuff
========================================================== */

#lizzee-class-list {
	display: none;
}
.lizzee-schedule {

	display: flex;
	gap: 40px;
	align-items: flex-start;

}

.lizzee-course {

	flex: 1;

}

.lizzee-right {

	flex: 2;
	display: flex;
	flex-direction: column;
	gap: 30px;

}
/* ==========================================================
   class list card
========================================================== */

.lizzee-class-card {
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
	padding: 30px;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: #fff;
	text-align: center;
}

.lizzee-class-card h2 {
	margin: 0 0 30px;
	font-size: 2rem;
	font-weight: 600;
}
a.lizzee-time-button {
	display: block;
	width: 100%;
	padding: 18px;
	font-size: 1.5rem;
	background: #ffffff;
	color: #0069d9;
	border: 2px solid #0d6efd;
}
a.lizzee-time-button:hover {
	background: #0d6efd;
	color: #fff;
}
