body.cs2day-v2 .cs2-match-filters > .cs2-matchcenter-selection--integrated {
	margin: 0;
	border: 0;
	border-bottom: 1px solid var(--cs2-border);
	background: transparent;
}

body.cs2day-v2 .cs2-matchcenter-selection--integrated .cs2-matchcenter-selection__summary {
	align-items: center;
}

body.cs2day-v2 .cs2-matchcenter-tier-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 18px;
}

body.cs2day-v2 .cs2-matchcenter-tier-grid fieldset {
	min-width: 0;
	margin: 0;
	padding: 12px;
	border: 1px solid var(--cs2-border);
	background: var(--cs2-surface);
}

body.cs2day-v2 .cs2-matchcenter-tier-grid legend {
	padding: 0 5px;
	font-weight: 800;
}

body.cs2day-v2 .cs2-matchcenter-tier-grid p {
	min-height: 32px;
	margin: 0 0 10px;
	color: var(--cs2-muted);
	font-size: .75rem;
}

body.cs2day-v2 .cs2-matchcenter-tier-grid fieldset > div {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

body.cs2day-v2 .cs2-matchcenter-tier-grid label {
	position: relative;
	cursor: pointer;
}

body.cs2day-v2 .cs2-matchcenter-tier-grid input {
	position: absolute;
	opacity: 0;
}

body.cs2day-v2 .cs2-matchcenter-tier-grid label span {
	display: grid;
	width: 38px;
	height: 34px;
	place-items: center;
	border: 1px solid var(--cs2-border);
	background: var(--cs2-surface-strong);
	color: var(--cs2-muted);
	font-weight: 900;
}

body.cs2day-v2 .cs2-matchcenter-tier-grid input:checked + span {
	border-color: var(--cs2-accent);
	background: color-mix(in srgb, var(--cs2-accent) 14%, var(--cs2-surface));
	color: var(--cs2-text);
}

body.cs2day-v2 .cs2-matchcenter-selection__manual-heading {
	padding-top: 2px;
}

body.cs2day-v2 .cs2-matchcenter-tournament-option {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr) 122px;
	align-items: center;
	gap: 10px;
	min-height: 58px;
	padding: 8px 10px;
	border: 1px solid var(--cs2-border);
	background: var(--cs2-surface);
}

body.cs2day-v2 .cs2-matchcenter-tournament-option > img {
	width: 38px;
	height: 38px;
	object-fit: contain;
}

body.cs2day-v2 .cs2-matchcenter-tournament-option > span {
	display: grid;
	min-width: 0;
	gap: 2px;
}

body.cs2day-v2 .cs2-matchcenter-tournament-option strong,
body.cs2day-v2 .cs2-matchcenter-tournament-option small {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.cs2day-v2 .cs2-matchcenter-tournament-option select {
	width: 100%;
	min-width: 0;
}

@media (max-width: 700px) {
	body.cs2day-v2 .cs2-matchcenter-tier-grid {
		grid-template-columns: 1fr;
	}

	body.cs2day-v2 .cs2-matchcenter-tournament-option {
		grid-template-columns: 34px minmax(0, 1fr);
	}

	body.cs2day-v2 .cs2-matchcenter-tournament-option > img {
		width: 34px;
		height: 34px;
	}

	body.cs2day-v2 .cs2-matchcenter-tournament-option select {
		grid-column: 1 / -1;
	}
}
