body.cs2day-v2 .cs2-tournament-scope-toggle {
	display: flex;
	justify-content: flex-end;
	gap: 6px;
	margin: 0 0 12px;
}

body.cs2day-v2 .cs2-tournament-stage.is-dach-only .cs2-tournament-standings tbody tr:not(.is-dach),
body.cs2day-v2 .cs2-tournament-stage.is-dach-only-matches [data-cs2-tournament-match="other"] {
	display: none;
}

@media (max-width: 640px) {
	body.cs2day-v2 .cs2-tournament-scope-toggle {
		justify-content: stretch;
	}

	body.cs2day-v2 .cs2-tournament-scope-toggle button {
		flex: 1 1 50%;
		min-width: 0;
		white-space: normal;
	}
}
