body.cs2day-v2 .cs2-match-preview__competition-meta {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	min-width: 0;
	color: var(--cs2-v2-muted, #9eacbc);
}

body.cs2day-v2 .cs2-match-preview__competition-meta > :not(:first-child) {
	position: relative;
	padding-left: 11px;
}

body.cs2day-v2 .cs2-match-preview__competition-meta > :not(:first-child)::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: currentColor;
	content: "";
	transform: translateY(-50%);
}

body.cs2day-v2 .cs2-match-preview__competition-meta time,
body.cs2day-v2 .cs2-match-preview__competition-meta small {
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
}

body.cs2day-v2 .cs2-match-preview__league {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	min-width: 0;
}

body.cs2day-v2 .cs2-match-preview__competition-meta .cs2-match-preview__league img {
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	object-fit: contain;
}

body.cs2day-v2 .cs2-match-preview__league strong {
	overflow: hidden;
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.cs2day-v2 .cs2-match-preview__result {
	min-height: 62px;
}

html[data-theme="light"] body.cs2day-v2 .cs2-match-preview__competition-meta {
	color: #5e6d7a;
}

@media (max-width: 700px) {
	body.cs2day-v2 .cs2-match-preview__competition {
		align-items: flex-start;
		gap: 7px;
	}

	body.cs2day-v2 .cs2-match-preview__competition-meta {
		flex-wrap: wrap;
		gap: 3px 8px;
		max-width: 76%;
	}

	body.cs2day-v2 .cs2-match-preview__competition-meta time,
	body.cs2day-v2 .cs2-match-preview__competition-meta small,
	body.cs2day-v2 .cs2-match-preview__league strong {
		font-size: 10px;
	}

	body.cs2day-v2 .cs2-match-preview__competition-meta > :not(:first-child) {
		padding-left: 9px;
	}

	body.cs2day-v2 .cs2-match-preview__competition-meta .cs2-match-preview__league img {
		flex-basis: 18px;
		width: 18px;
		height: 18px;
	}

	body.cs2day-v2 .cs2-match-preview__result {
		min-height: 52px;
	}
}
