.Schedule-uhajkhX9-container {
	padding: 1.5em 1em 0;
}

.Schedule-uhajkhX9-dayToggle {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.Schedule-uhajkhX9-dayLabel h2 {
	margin-bottom: 0;
	user-select: none;
}

.Schedule-uhajkhX9-dayLabel h2::after {
	font-size: 0.75em;
	content: " ▷";
}

.Schedule-uhajkhX9-slots {
	display: none;
	margin: 0 0 1em;
}

.Schedule-uhajkhX9-dayToggle:checked ~ .Schedule-uhajkhX9-slots {
	display: grid;
	margin-top: 1em;
	gap: 0.5em;
}

.Schedule-uhajkhX9-dayToggle:checked ~ .Schedule-uhajkhX9-dayLabel h2::after {
	content: " ▽";
}

.Schedule-uhajkhX9-slot, .Schedule-uhajkhX9-location {
	padding: 0.5em;
	border-radius: var(--radius);
	background-color: var(--dark-blue);
	color: white;
	text-align: center;
	align-content: center;
}

h3.Schedule-uhajkhX9-slot {
	font-size: 1em;
}

.Schedule-uhajkhX9-location {
	display: none;
	padding: 1em 0.5em;
	font-weight: 300;
}

.Schedule-uhajkhX9-session, .Schedule-uhajkhX9-hol, .Schedule-uhajkhX9-keynote, .Schedule-uhajkhX9-unconference {
	display: flex;
	flex-direction: column;
	gap: 0.25em;

	padding: 0.5em;
	border-radius: var(--radius);
	background-color: var(--light-blue);
}

.Schedule-uhajkhX9-header {
	color: var(--orange);
	text-align: center;
}

.Schedule-uhajkhX9-title {
	color: white;
	text-align: center;
	font-weight: normal;
}

.Schedule-uhajkhX9-speakers{
	margin: 0 0 0.25em;
	padding: 0;
	list-style: none;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1em;

	color: white;
	font-style: italic;
}

.Schedule-uhajkhX9-speaker {
	display: inline;
	height: 2.25em;
}

.Schedule-uhajkhX9-speaker a {
	display: flex;
}

.Schedule-uhajkhX9-speaker .Schedule-uhajkhX9-photo {
	border: 1px solid white;
	border-radius: calc(var(--radius) / 2);
	height: 2.25em;
	margin-right: 0.5em;
}

.Schedule-uhajkhX9-spacer {
	flex-grow: 1;
}

.Schedule-uhajkhX9-time {
	color: var(--orange);
	text-align: center;
	align-content: end;
}

.Schedule-uhajkhX9-footer {
	color: var(--orange);
	text-align: center;
}

@media all and (min-width: 800px) {
	.Schedule-uhajkhX9-slots {
		/* [LOCATION-ORDER; see comment at top of class] */
		grid-template-columns: [slot] 5em [auditorium r105 pavillion] 1fr [r202 e104 meals] 1fr [r203 e203] 1fr [r104 landing] 1fr;
	}

	.Schedule-uhajkhX9-slot {
		grid-column: slot;
		grid-row: span 3;
	}

	.Schedule-uhajkhX9-auditorium {
		grid-column: auditorium;
	}

	.Schedule-uhajkhX9-r202 {
		grid-column: r202;
	}

	.Schedule-uhajkhX9-r203 {
		grid-column: r203;
	}

	.Schedule-uhajkhX9-r104 {
		grid-column: r104;
	}

	.Schedule-uhajkhX9-r105 {
		grid-column: r105;
	}

	.Schedule-uhajkhX9-e104 {
		grid-column: e104;
	}

	.Schedule-uhajkhX9-e203 {
		grid-column: e203;
	}

	.Schedule-uhajkhX9-landing {
		grid-column: landing;
	}

	.Schedule-uhajkhX9-pavillion {
		grid-column: pavillion;
	}

	.Schedule-uhajkhX9-meals {
		grid-column: meals;
	}

	.Schedule-uhajkhX9-keynote {
		grid-column: span 4;
	}

	.Schedule-uhajkhX9-unconference {
		grid-row: span 7;
	}

}

@media all and (min-width: 1000px) {
	.Schedule-uhajkhX9-slots {
		/* [LOCATION-ORDER; see comment at top of class] */
		grid-template-columns: [slot] 5em [auditorium e104] 1fr [r202 e203] 1fr [r203 landing] 1fr [r104 pavillion] 1fr [r105 meals] 1fr;
	}

	.Schedule-uhajkhX9-slot {
		grid-column: slot;
		grid-row: span 2;
	}

	.Schedule-uhajkhX9-keynote {
		grid-column: span 5;
	}
}

@media all and (min-width: 1800px) {
	.Schedule-uhajkhX9-location {
		display: unset;
	}

	.Schedule-uhajkhX9-slots {
		/* [LOCATION-ORDER; see comment at top of class] */
		grid-template-columns: [slot] 5em [auditorium] 1fr [r202] 1fr [r203] 1fr [r104] 1fr [r105] 1fr [e104] 1fr [e203] 1fr [landing] 1fr [pavillion] 1fr [meals] 1fr;
	}

	#Schedule-uhajkhX9-thursday .Schedule-uhajkhX9-slots {
		/* [LOCATION-ORDER; see comment at top of class] */
		grid-template-columns: [slot] 5em [auditorium] 1fr [r202] 1fr [r203] 1fr [r104] 1fr [r105] 1fr [pavillion] 1fr [meals] 1fr;
	}

	#Schedule-uhajkhX9-thursday .Schedule-uhajkhX9-e104 {
		display: none;
	}

	#Schedule-uhajkhX9-thursday .Schedule-uhajkhX9-e203 {
		display: none;
	}

	#Schedule-uhajkhX9-thursday .Schedule-uhajkhX9-landing {
		display: none;
	}

	.Schedule-uhajkhX9-slot {
		grid-row: span 1;
	}

	.Schedule-uhajkhX9-header {
		display: none;
	}

	.Schedule-uhajkhX9-keynote .Schedule-uhajkhX9-header {
		display: unset;
	}

	.Schedule-uhajkhX9-keynote {
		grid-column: span 10;
	}

	#Schedule-uhajkhX9-thursday .Schedule-uhajkhX9-keynote {
		grid-column: span 7;
	}

	.Schedule-uhajkhX9-hol {
		grid-row: span 2;
	}

	.Schedule-uhajkhX9-unconference {
		grid-row: span 4;
	}
}
