/* PandaScore live fixtures use the same status marker as every other live source. */
body.cs2day-v2 .cs2-match-live-indicator {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

body.cs2day-v2 .cs2-match-live-indicator .cs2-live-dot {
	display: inline-block;
	flex: 0 0 7px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--cs2-accent);
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--cs2-accent) 18%, transparent);
}
