.oe-event__stage {
	display: inline-block;
	margin: 0 0 .25rem;
	padding: .18rem .48rem;
	border-radius: 999px;
	background: var(--oe-surface);
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .03em;
	text-transform: uppercase;
}

.oe-event__stage--national-final {
	background: var(--oe-accent);
	color: #fff;
}

.oe-event__stage--selection-show {
	border: 1px solid var(--oe-accent);
}

.oe-event__stage--semi-final,
.oe-event__stage--eurovision-semi-final {
	border: 1px solid currentColor;
}

.oe-event__stage--eurovision-grand-final {
	background: #da202a;
	color: #fff;
}

.oe-day__event--national-final {
	border-left-width: 6px;
	font-weight: 700;
}

.oe-day__event--selection-show {
	border-left-style: dashed;
}

.oe-day__event--eurovision-grand-final {
	border-left-color: #da202a;
	border-left-width: 6px;
	font-weight: 700;
}

.oe-day__more {
	display: block;
	margin-top: .35rem;
	font-size: .72rem;
	font-weight: 700;
}

@media (max-width: 700px) {
	.oe-day__more { display: none; }
}
