/* Release 1.10.34: live homepage fixtures use the regular match-row geometry. */
body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-match--upcoming.is-live {
	background: transparent;
	border-left: 3px solid var(--cs2-accent);
	gap: 2px;
	min-height: 0;
	padding: 6px 16px 6px 7px;
}

body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-match--upcoming.is-live:nth-child(even) {
	background: color-mix(in srgb, var(--cs2-v2-bg) 80%, #000);
}

body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-match--upcoming.is-live:hover,
body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-match--upcoming.is-live:focus-visible {
	background: color-mix(in srgb, var(--cs2-accent) 6%, var(--cs2-v2-bg));
}

body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-live-score {
	box-sizing: border-box;
	min-height: 28px;
	min-width: 58px;
}
