.fre-schedule-day {
	margin: 28px 0 8px;
}

.fre-schedule-day:first-child {
	margin-top: 0;
}

.fre-schedule-list {
	list-style: none;
	margin: 0 0 8px;
	padding: 0;
}

.fre-schedule-item {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: baseline;
	padding: 8px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.fre-schedule-item:last-child {
	border-bottom: none;
}

.fre-schedule-time {
	opacity: 0.75;
	min-width: 80px;
}

.fre-schedule-venue a {
	font-weight: 700;
	color: inherit;
	text-decoration: none;
}

.fre-schedule-venue a:hover {
	text-decoration: underline;
}

.fre-schedule-info {
	font-style: italic;
	opacity: 0.65;
	margin-left: 4px;
}
