/* Release 1.10.31: focused live-match link and taller community row. */
body.cs2day-v2 .cs2-live-match__player-info {
	color: var(--cs2-text);
	text-decoration: none;
	transition: background-color .15s ease;
}

body.cs2day-v2 .cs2-live-match__player-info:hover,
body.cs2day-v2 .cs2-live-match__player-info:focus-visible {
	background: color-mix(in srgb, var(--cs2-accent) 6%, transparent);
	outline: 0;
}

body.cs2day-v2 .cs2-live-match__player-info:focus-visible {
	box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--cs2-accent) 48%, transparent);
}

body.cs2day-v2 .cs2-sidebar-match__live-footer {
	justify-content: flex-start;
}

@media (min-width: 1025px) {
	body.cs2day-v2 .cs2-home-ticker,
	body.cs2day-v2 .cs2-home-community-switcher {
		display: flex;
		flex-direction: column;
		height: 426px;
		min-height: 426px;
	}

	body.cs2day-v2 .cs2-home-community-switcher .cs2-quick-list,
	body.cs2day-v2 .cs2-home-community-lfg {
		height: 301px;
		max-height: 301px;
	}
}
