/* Release 1.6.3: stable Twitch rows and scrollbar-safe match lists. */
body.cs2day-v2 .cs2-sidebar-module--streams .cs2-sidebar-list {
	align-content: start !important;
	display: grid !important;
	grid-auto-rows: 58px !important;
	height: 464px;
	max-height: 464px;
	min-height: 464px;
	overflow-x: hidden;
	overflow-y: auto;
}

body.cs2day-v2 .cs2-sidebar-module--streams .cs2-stream-row {
	align-self: start;
	box-sizing: border-box;
	height: 58px !important;
	max-height: 58px;
	min-height: 58px;
	width: 100%;
}

body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-list {
	box-sizing: border-box;
	overflow-x: hidden !important;
	padding-inline: 0;
	width: 100%;
}

body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-match {
	box-sizing: border-box;
	max-width: 100%;
	min-width: 0;
	width: auto !important;
}

body.cs2day-v2 .cs2-sidebar-upcoming__versus,
body.cs2day-v2 .cs2-sidebar-result__teams,
body.cs2day-v2 .cs2-sidebar-result__team,
body.cs2day-v2 .cs2-sidebar-match__side {
	max-width: 100%;
	min-width: 0;
}

@media (max-width: 1024px) {
	body.cs2day-v2 .cs2-sidebar-module--streams .cs2-sidebar-list {
		height: 464px;
		max-height: 464px;
		min-height: 464px;
	}
}
