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

.Schedule-UjHvPl6H-slots {
	margin-top: 1em;

	display: grid;
	gap: 0.5em;
}

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

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

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

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

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

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

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

.Schedule-UjHvPl6H-speakers{
	color: white;
	text-align: center;
	font-style: italic;
	flex-grow: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (min-width: 1400px) {
	.Schedule-UjHvPl6H-container {
		padding: 2.5em 2em;
	}

	.Schedule-UjHvPl6H-location {
		display: unset;
	}

	.Schedule-UjHvPl6H-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 [meals] 1fr;
	}

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

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

	.Schedule-UjHvPl6H-keynote {
		grid-column: span 8;
	}

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

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