.sch-spielplan__filters {
	display: flex;
	justify-content: flex-end;
	margin: 0 0 16px;
}

.sch-spielplan__team-select {
	min-width: 180px;
	max-width: 100%;
	min-height: 42px;
	padding: 9px 38px 9px 14px;
	border: 1px solid rgba(255, 255, 255, .32);
	border-radius: 8px;
	background-color: rgba(255, 255, 255, .96);
	color: #111827;
	font: inherit;
	font-weight: 700;
}

.match-team-badge {
	display: inline-block;
	background: var(--sch-blue, #00006b);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	padding: 2px 8px;
	border-radius: 99px;
	margin-right: 7px;
	vertical-align: middle;
	flex-shrink: 0;
}

.match-competition {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 4px;
}

@media (max-width: 860px) {
	.sch-spielplan__filters {
		justify-content: stretch;
	}

	.sch-spielplan__team-select {
		width: 100%;
	}

	.match-competition {
		justify-content: center;
	}
}

.sch-spielplan .match-row {
	isolation: isolate;
}

.sch-spielplan .match-row::before {
	top: 8px !important;
	right: 0 !important;
	bottom: 8px !important;
	left: 0 !important;
	width: auto !important;
	transform: none !important;
	border-radius: 18px !important;
}

.sch-spielplan .match-row:hover::before,
.sch-spielplan .match-row:focus-visible::before {
	background: rgba(255, 255, 255, .07) !important;
	transform: none !important;
}
