.atomic-schedule {
	margin: 0 0 2rem;
	color: inherit;
}

.atomic-schedule__test-notice,
.atomic-schedule__notice {
	margin: 0 0 1.25rem;
	padding: 0.85rem 1rem;
	border-left: 4px solid #8a6d1d;
	background: #fff8d8;
}

.atomic-schedule__notice--error {
	border-left-color: #b42318;
	background: #fff0ee;
}

.atomic-schedule__day {
	margin: 0 0 2rem;
}

.atomic-schedule__day h2,
.atomic-schedule__navigation h2 {
	margin-bottom: 0.25rem;
}

.atomic-schedule__date,
.atomic-schedule__updated {
	color: #5d626a;
}

.atomic-schedule__tonight {
	margin: 1rem 0;
	padding: 0.85rem 1rem;
	border-radius: 0.3rem;
	background: #f3f5f7;
}

.atomic-schedule__classes {
	margin: 1rem 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #d9dde3;
}

.atomic-schedule__class {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #d9dde3;
}

.atomic-schedule__class article {
	display: grid;
	grid-template-columns: minmax(6rem, 8rem) 1fr;
	gap: 1rem;
	padding: 1rem 0;
}

.atomic-schedule__time {
	font-weight: 700;
}

.atomic-schedule__details h3,
.atomic-schedule__details p {
	margin: 0 0 0.25rem;
}

.atomic-schedule__class.is-cancelled {
	opacity: 0.72;
}

.atomic-schedule__class.is-cancelled h3 {
	text-decoration: line-through;
}

.atomic-schedule__cancelled {
	font-weight: 700;
	color: #b42318;
}

.atomic-schedule__navigation ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 0.75rem 0;
	padding: 0;
	list-style: none;
}

.atomic-schedule__navigation a {
	display: inline-block;
	padding: 0.4rem 0.65rem;
	border: 1px solid currentColor;
	border-radius: 0.25rem;
	text-decoration: none;
}

.atomic-schedule__navigation a[aria-current="page"] {
	font-weight: 700;
	text-decoration: underline;
}

.atomic-schedule__button {
	display: inline-block;
	padding: 0.65rem 1rem;
	border-radius: 0.25rem;
	background: #151515;
	color: #fff;
	text-decoration: none;
}

.atomic-schedule__button:hover,
.atomic-schedule__button:focus {
	color: #fff;
	text-decoration: underline;
}

@media (max-width: 640px) {
	.atomic-schedule__class article {
		grid-template-columns: 1fr;
		gap: 0.25rem;
	}
}
