body.to-overview { background: #f3f4f6; }

.ov-crumb {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
	padding: 16px 0 10px;
	font-size: 13px;
	color: #6b7280;
}
.ov-crumb a { color: #166534; text-decoration: none; }
.ov-crumb a:hover { text-decoration: underline; }
.ov-crumb strong { color: #111827; font-weight: 700; }

.ov-hero, .ov-card, .ov-tabs {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
}
.ov-hero { padding: 18px 20px 20px; margin-bottom: 12px; }
.ov-hero-meta {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 12px;
	color: #6b7280;
	font-size: 13px;
	margin-bottom: 18px;
}
.ov-hero-meta > div:first-child { font-weight: 700; color: #111827; }
.ov-hero-when { text-align: center; }
.ov-fav {
	justify-self: end;
	border: 1px solid #e5e7eb;
	background: #fff;
	border-radius: 999px;
	padding: 6px 12px;
	font: inherit;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	color: #374151;
}
.ov-fav.is-on { border-color: #fbbf24; color: #92400e; background: #fffbeb; }
.ov-hero-teams {
	display: grid;
	grid-template-columns: 1fr 90px 1fr;
	align-items: center;
	gap: 12px;
}
.ov-team { text-align: center; }
.ov-team-link {
	display: block;
	color: inherit;
	text-decoration: none;
}
.ov-team-link:hover strong,
.ov-card h3 .ov-team-link:hover {
	color: #16a34a;
	text-decoration: underline;
}
.ov-team img, .ov-team .to-crest {
	width: 72px;
	height: 72px;
	object-fit: contain;
	margin: 0 auto 8px;
	display: block;
}
.ov-team .to-crest { line-height: 72px; font-size: 22px; border-radius: 50%; }
.ov-team strong { display: block; font-size: 20px; }
.ov-formline { margin-top: 8px; display: flex; justify-content: center; gap: 4px; }
.ov-vs { text-align: center; }
.ov-vs b { display: block; font-size: 36px; letter-spacing: 1px; }
.ov-vs em { color: #6b7280; font-style: normal; font-weight: 800; font-size: 13px; }

.ov-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 800;
	font-style: normal;
	color: #fff;
	background: #9ca3af;
}
.ov-pill.ov-w { background: #16a34a; }
.ov-pill.ov-d { background: #f59e0b; }
.ov-pill.ov-l { background: #dc2626; }

.ov-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	padding: 8px;
	margin-bottom: 16px;
}
.ov-tab {
	text-decoration: none;
	color: #374151;
	font-size: 13px;
	font-weight: 700;
	padding: 8px 12px;
	border-radius: 8px;
}
.ov-tab.is-on { background: #22c55e; color: #052e16; }
.ov-tab.is-off { color: #9ca3af; cursor: default; }
.ov-tab:not(.is-off):hover { background: #f3f4f6; }
.ov-tab.is-on:hover { background: #22c55e; }

.ov-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(260px, 0.9fr);
	gap: 16px;
	align-items: start;
	padding-bottom: 28px;
}
.ov-card { padding: 16px 18px 18px; margin-bottom: 14px; }
.ov-card h2 { font-size: 16px; margin-bottom: 12px; }
.ov-card h3 { font-size: 14px; margin: 0 0 8px; }
.ov-muted, .ov-empty { color: #6b7280; font-size: 13px; }

.ov-best {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
}
.ov-best div {
	background: #f9fafb;
	border: 1px solid #eef2f7;
	border-radius: 8px;
	padding: 12px 8px;
	text-align: center;
}
.ov-best span { display: block; color: #6b7280; font-size: 12px; font-weight: 700; }
.ov-best b { display: block; margin-top: 4px; font-size: 26px; }

.ov-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.ov-table th {
	text-align: left;
	font-size: 11px;
	color: #6b7280;
	letter-spacing: .3px;
	padding: 8px 6px;
	border-bottom: 1px solid #e5e7eb;
}
.ov-table td { padding: 10px 6px; border-bottom: 1px solid #f3f4f6; vertical-align: middle; }
.ov-table th:first-child,
.ov-table td:first-child { width: 46%; }
.ov-table th:not(:first-child),
.ov-table td:not(:first-child) {
	width: 18%;
	text-align: center;
}
.ov-odd { text-align: center; font-weight: 700; }
.ov-odd.is-best { color: #dc2626; }

.ov-more {
	margin-top: 10px;
	background: none;
	border: 0;
	color: #166534;
	font: inherit;
	font-weight: 700;
	font-size: 13px;
	cursor: pointer;
}

.ov-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; }
.ov-meta div { display: flex; justify-content: space-between; gap: 10px; border-bottom: 1px solid #f3f4f6; padding-bottom: 8px; }
.ov-meta dt { color: #6b7280; font-size: 13px; }
.ov-meta dd { font-size: 13px; font-weight: 700; text-align: right; }
.ov-meta a { color: #166534; text-decoration: none; }

.ov-split { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ov-list { list-style: none; }
.ov-list li { border-bottom: 1px solid #f3f4f6; }
.ov-list a {
	display: grid;
	grid-template-columns: 72px 1fr auto auto;
	gap: 8px;
	align-items: center;
	padding: 8px 0;
	text-decoration: none;
	color: inherit;
	font-size: 13px;
}
.ov-list em { color: #6b7280; font-style: normal; font-size: 12px; }
.ov-date { color: #6b7280; font-size: 12px; }

.ov-h2h-bar {
	display: flex;
	height: 28px;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: 800;
	color: #fff;
}
.ov-h2h-bar b { background: #16a34a; display: flex; align-items: center; justify-content: center; font-weight: 800; }
.ov-h2h-bar i { background: #9ca3af; display: flex; align-items: center; justify-content: center; font-style: normal; }
.ov-h2h-bar em { background: #2563eb; display: flex; align-items: center; justify-content: center; font-style: normal; }

.ov-legend { display: flex; gap: 14px; font-size: 12px; font-weight: 700; margin-top: 8px; }
.ov-l1 { color: #16a34a; }
.ov-lx { color: #f59e0b; }
.ov-l2 { color: #2563eb; }
.ov-market[hidden], .ov-more-row[hidden] { display: none !important; }

@media (max-width: 900px) {
	.ov-grid, .ov-split, .ov-meta { grid-template-columns: 1fr; }
	.ov-hero-meta { grid-template-columns: 1fr; text-align: center; }
	.ov-fav { justify-self: center; }
	.ov-hero-teams { grid-template-columns: 1fr 70px 1fr; }
	.ov-team strong { font-size: 16px; }
	.ov-vs b { font-size: 28px; }
	.ov-list a { grid-template-columns: 64px 1fr auto; }
}
