.aads-schedule {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	max-width: 720px;
	margin: 0 auto;
}

/* Day tabs: horizontally scrollable strip so it never overflows the page,
   even with 7 tabs on a narrow phone screen. */
.aads-tabs {
	display: flex;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-bottom: 2px solid #e2e2e2;
	margin-bottom: 16px;
	scrollbar-width: thin;
}

.aads-tab {
	flex: 0 0 auto;
	padding: 10px 16px;
	background: none;
	border: none;
	font-size: 15px;
	font-weight: 600;
	color: #666;
	cursor: pointer;
	border-bottom: 3px solid transparent;
	white-space: nowrap;
}

.aads-tab.is-active {
	color: #1a1a1a;
	border-bottom-color: #b3273c;
}

.aads-day-panel {
	display: none;
}

.aads-day-panel.is-active {
	display: block;
}

.aads-category {
	margin-bottom: 22px;
}

.aads-category-title {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #b3273c;
	margin: 0 0 10px 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #eee;
}

.aads-class-card {
	display: flex;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid #f0f0f0;
}

.aads-class-card:last-child {
	border-bottom: none;
}

.aads-class-time {
	flex: 0 0 110px;
	font-size: 13px;
	font-weight: 600;
	color: #444;
	line-height: 1.3;
}

.aads-class-body {
	flex: 1;
	min-width: 0;
}

.aads-class-name {
	font-size: 15px;
	font-weight: 600;
	color: #1a1a1a;
}

.aads-class-notes {
	font-size: 12.5px;
	color: #777;
	margin-top: 2px;
}

.aads-class-meta {
	margin-top: 4px;
	font-size: 12.5px;
	color: #888;
}

.aads-class-meta span {
	margin-right: 10px;
}

.aads-no-classes {
	color: #888;
	font-style: italic;
}

/* Slightly roomier layout once there's space for it -- the card structure
   itself never changes, so nothing reflows awkwardly at in-between widths. */
@media (min-width: 600px) {
	.aads-class-time {
		flex: 0 0 130px;
		font-size: 14px;
	}
	.aads-class-name {
		font-size: 16px;
	}
}
