/* Match Center inside the Live Tablo shell. Selectors stay on .mc-scope / data-block / mc-*
   because live.js and pager.js bind to those. Inline styles in the section are overridden
   the same way the section's own skin does. */

.lt-main .mc-scope {
	--accent: var(--lt-accent);
	--live: var(--lt-accent);
	--border: var(--lt-line);
	--fg: var(--lt-text);
	--muted: var(--lt-muted);
	color: var(--lt-text);
	font-family: Manrope, sans-serif;
}

.lt-main .mc-row__score,
.lt-main .mc-match-title__score {
	font-family: Unbounded, sans-serif;
	font-weight: 600;
}

.lt-main .mc-scope [data-block="tournament-group"],
.lt-main .mc-scope [data-block="odds"],
.lt-main .mc-scope [data-block="stats"],
.lt-main .mc-scope [data-block="lineups"],
.lt-main .mc-scope [data-block="table"] {
	background: var(--lt-surface);
	border-radius: 16px;
}

.lt-main .mc-scope a {
	color: inherit;
}

.lt-main .mc-scope a:hover {
	color: var(--lt-accent-ink);
}
