/* Release 1.10.12: live match player carousel and interactive upcoming rows. */
body.cs2day-v2 .cs2-live-match--player {
	background: color-mix(in srgb, var(--cs2-card-elevated) 62%, var(--cs2-bg));
	color: var(--cs2-text);
	display: block;
	margin-inline: auto;
	max-width: 400px;
	padding: 0;
	width: 100%;
}

body.cs2day-v2 .cs2-live-match__player-info {
	display: grid;
	gap: 6px;
	padding: 10px 12px;
}

body.cs2day-v2 .cs2-live-match__player-info > small {
	color: var(--cs2-text-muted);
	font-size: 9px;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.cs2day-v2 .cs2-live-match--player .cs2-live-match__versus {
	margin: 0;
}

body.cs2day-v2 .cs2-live-match--player .cs2-live-match__logo {
	height: 44px;
	width: 44px;
}

body.cs2day-v2 .cs2-live-match--player .cs2-live-match__score {
	font-size: 15px;
	padding: 5px 8px;
	transform: none;
}

body.cs2day-v2 .cs2-live-match__player {
	aspect-ratio: 4 / 3;
	background: #050809;
	position: relative;
	width: 100%;
}

body.cs2day-v2 .cs2-live-match__player-frame,
body.cs2day-v2 .cs2-live-match__player-frame iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

body.cs2day-v2 .cs2-live-match__player-actions {
	align-items: center;
	background: color-mix(in srgb, var(--cs2-bg) 88%, transparent);
	display: flex;
	inset: 0;
	justify-content: center;
	position: absolute;
}

body.cs2day-v2 .cs2-live-match__player-actions[hidden] {
	display: none;
}

body.cs2day-v2 .cs2-live-match--player > footer {
	align-items: center;
	display: flex;
	font-size: 10px;
	justify-content: space-between;
	min-height: 34px;
	padding: 7px 10px;
}

body.cs2day-v2 .cs2-live-match--player > footer span {
	color: var(--cs2-text-muted);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.cs2day-v2 .cs2-live-match--player > footer a {
	color: var(--cs2-text);
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

body.cs2day-v2 .cs2-sidebar-match--upcoming.is-live {
	background: color-mix(in srgb, var(--cs2-accent) 8%, transparent);
	border-left: 3px solid var(--cs2-accent);
	color: var(--cs2-text);
	cursor: pointer;
	min-height: 142px;
	padding: 10px 8px;
}

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

body.cs2day-v2 .cs2-sidebar-match--upcoming.is-live .cs2-sidebar-upcoming__meta time strong,
body.cs2day-v2 .cs2-sidebar-live-score,
body.cs2day-v2 .cs2-sidebar-match__live-footer > span {
	color: var(--cs2-accent);
}

body.cs2day-v2 .cs2-sidebar-live-score {
	align-items: center;
	background: var(--cs2-bg);
	border: 1px solid color-mix(in srgb, var(--cs2-accent) 36%, var(--cs2-border));
	border-radius: 4px;
	display: inline-flex;
	font-size: 12px;
	font-style: normal;
	font-weight: 850;
	gap: 3px;
	justify-content: center;
	padding: 4px 6px;
}

body.cs2day-v2 .cs2-sidebar-live-score i {
	font-style: normal;
}

body.cs2day-v2 .cs2-sidebar-match__live-footer {
	align-items: center;
	border-top: 1px solid color-mix(in srgb, var(--cs2-accent) 18%, var(--cs2-border));
	display: flex;
	font-size: 9px;
	font-weight: 800;
	justify-content: space-between;
	margin-top: 8px;
	padding-top: 7px;
	text-transform: uppercase;
}

body.cs2day-v2 .cs2-sidebar-match__live-footer a {
	color: var(--cs2-text);
	text-decoration: none;
}

@media (max-width: 520px) {
	body.cs2day-v2 .cs2-live-match__player-info {
		padding-inline: 8px;
	}

	body.cs2day-v2 .cs2-live-match--player .cs2-live-match__logo {
		height: 38px;
		width: 38px;
	}
}
