.nio-football-hero,
.nio-football-card,
.nio-football-quick-strip,
.nio-football-sponsor,
.nio-football-follow-club {
	box-sizing: border-box;
	font-family: inherit;
}

.nio-football-hero *,
.nio-football-card *,
.nio-football-quick-strip *,
.nio-football-sponsor *,
.nio-football-follow-club * {
	box-sizing: border-box;
}

.nio-football-theme {
	--nio-football-primary: #0f1115;
	--nio-football-secondary: #111827;
	--nio-football-accent: #f97316;
	--nio-football-text: #ffffff;
	--nio-football-button: #f97316;
	--nio-football-primary-contrast: #ffffff;
	box-sizing: border-box;
	clear: both;
	contain: layout;
	display: block;
	margin: 0 0 28px;
	max-width: 100%;
	min-width: 0;
	position: relative;
	scroll-margin-top: 110px;
	width: 100%;
}

.nio-football-theme::after {
	clear: both;
	content: "";
	display: table;
}

.nio-football-theme:last-child {
	margin-bottom: 0;
}

.nio-football-hero {
	background:
		linear-gradient(135deg, rgba(8, 8, 8, .98), rgba(20, 20, 20, .9)),
		var(--nio-football-primary);
	background-position: center;
	background-size: cover;
	color: var(--nio-football-text);
	max-width: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.nio-football-hero-has-image {
	background-image: var(--nio-football-hero-image);
}

.nio-football-hero-overlay {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, .92) 0%, rgba(0, 0, 0, .78) 46%, rgba(0, 0, 0, .46) 100%),
		radial-gradient(circle at top right, color-mix(in srgb, var(--nio-football-accent) 25%, transparent), transparent 42%);
	inset: 0;
	position: absolute;
	z-index: 0;
}

.nio-football-hero:not(.nio-football-hero-has-image) .nio-football-hero-overlay {
	background: radial-gradient(circle at top right, color-mix(in srgb, var(--nio-football-accent) 22%, transparent), transparent 44%);
}

.nio-football-hero-inner {
	align-items: center;
	display: grid;
	gap: 34px;
	grid-template-columns: 210px minmax(0, 1fr);
	margin: 0 auto;
	max-width: 1180px;
	min-height: 430px;
	min-width: 0;
	padding: clamp(48px, 7vw, 88px) 24px;
	position: relative;
	z-index: 1;
}

.nio-football-hero-copy {
	min-width: 0;
}

.nio-football-hero-badge-wrap {
	align-items: center;
	display: flex;
	justify-content: center;
}

.nio-football-hero-badge,
.nio-football-hero-badge-placeholder {
	align-items: center;
	background: rgba(0, 0, 0, .55);
	border: 2px solid var(--nio-football-accent);
	border-radius: 999px;
	box-shadow: 0 18px 44px rgba(0, 0, 0, .35);
	color: var(--nio-football-accent);
	display: flex;
	font-size: 72px;
	font-weight: 950;
	height: 190px;
	justify-content: center;
	object-fit: contain;
	padding: 18px;
	width: 190px;
}

.nio-football-hero-copy h1 {
	color: var(--nio-football-text);
	font-size: clamp(40px, 6.5vw, 72px);
	font-weight: 950;
	letter-spacing: .01em;
	line-height: .95;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.nio-football-hero-meta {
	align-items: center;
	color: var(--nio-football-accent);
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	font-weight: 850;
	gap: 10px;
	margin-bottom: 16px;
}

.nio-football-hero-meta span:not(:last-child)::after {
	color: color-mix(in srgb, var(--nio-football-text) 55%, transparent);
	content: "|";
	margin-left: 10px;
}

.nio-football-hero-text {
	color: color-mix(in srgb, var(--nio-football-text) 90%, transparent);
	font-size: 18px;
	font-weight: 650;
	line-height: 1.55;
	margin: 0;
	max-width: 720px;
}

.nio-football-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 26px;
	max-width: 100%;
	min-width: 0;
}

.nio-football-button,
.nio-football-follow-button {
	align-items: center;
	background: var(--nio-football-button);
	border: 1px solid var(--nio-football-button);
	border-radius: 4px;
	color: var(--nio-football-text);
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	justify-content: center;
	letter-spacing: .02em;
	line-height: 1;
	max-width: 100%;
	min-height: 46px;
	padding: 0 22px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color .18s ease, color .18s ease, transform .18s ease;
	white-space: normal;
}

.nio-football-button:hover,
.nio-football-button:focus,
.nio-football-follow-button:hover,
.nio-football-follow-button:focus {
	background: var(--nio-football-secondary);
	border-color: var(--nio-football-secondary);
	color: var(--nio-football-text);
	transform: translateY(-1px);
}

.nio-football-button-outline {
	background: rgba(0, 0, 0, .32);
	border-color: color-mix(in srgb, var(--nio-football-text) 45%, transparent);
	color: var(--nio-football-text);
}

.nio-football-button-card {
	background: #ffffff;
	color: var(--nio-football-accent);
	margin-top: 16px;
}

.nio-football-quick-strip {
	background: var(--nio-football-primary);
	border-top: 1px solid color-mix(in srgb, var(--nio-football-text) 12%, transparent);
	clear: both;
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 18px clamp(16px, 5vw, 72px);
	width: 100%;
}

.nio-football-quick-strip-item {
	background: color-mix(in srgb, var(--nio-football-text) 4%, transparent);
	border: 1px solid color-mix(in srgb, var(--nio-football-text) 16%, transparent);
	border-radius: 4px;
	padding: 18px;
}

.nio-football-quick-strip-item span {
	color: var(--nio-football-accent);
	display: block;
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
}

.nio-football-quick-strip-item strong {
	color: var(--nio-football-text);
	display: block;
	font-size: 16px;
	line-height: 1.25;
	margin-top: 5px;
}

.nio-football-card {
	background: #ffffff;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	color: #111111;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .05);
	clear: both;
	display: block;
	padding: 22px;
	max-width: 100%;
	min-width: 0;
	width: 100%;
}

.nio-football-card-head {
	align-items: center;
	border-bottom: 1px solid #dddddd;
	display: flex;
	gap: 10px;
	margin-bottom: 18px;
	padding-bottom: 14px;
}

.nio-football-card-head-between {
	justify-content: space-between;
}

.nio-football-card-head-between > div {
	align-items: center;
	display: flex;
	gap: 10px;
}

.nio-football-card-head a {
	color: #111111;
	font-size: 12px;
	font-weight: 950;
	text-decoration: none;
	text-transform: uppercase;
}

.nio-football-card-icon {
	color: var(--nio-football-accent);
	font-size: 12px;
	font-weight: 950;
}

.nio-football-card h2 {
	color: #111111;
	font-size: 20px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 0;
	text-transform: uppercase;
}

.nio-football-card p {
	color: #333333;
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 12px;
}

.nio-football-muted {
	color: #666666;
	font-size: 13px;
	font-weight: 700;
}

.nio-football-versus,
.nio-football-result-line {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	margin: 14px 0 20px;
	text-align: center;
}

.nio-football-versus > span,
.nio-football-result-line > span {
	color: #111111;
	font-size: 34px;
	font-weight: 950;
}

.nio-football-mini-badge,
.nio-football-opponent-badge {
	align-items: center;
	background: var(--nio-football-primary);
	border-radius: 999px;
	color: var(--nio-football-accent);
	display: flex;
	font-size: 16px;
	font-weight: 950;
	height: 78px;
	justify-content: center;
	margin: 0 auto 10px;
	object-fit: contain;
	padding: 8px;
	width: 78px;
}

.nio-football-mini-badge-small {
	height: 86px;
	width: 86px;
}

.nio-football-versus strong,
.nio-football-result-line strong {
	color: #111111;
	display: block;
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
}

.nio-football-match-date {
	text-align: center;
}

.nio-football-mini-table,
.nio-football-fixture-table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

.nio-football-mini-table th,
.nio-football-mini-table td,
.nio-football-fixture-table th,
.nio-football-fixture-table td {
	border-bottom: 1px solid #e5e5e5;
	color: #111111;
	font-size: 13px;
	padding: 11px 8px;
	text-align: left;
}

.nio-football-mini-table th,
.nio-football-fixture-table th {
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
}

.nio-football-current-row td {
	background: var(--nio-football-primary);
	color: var(--nio-football-primary-contrast);
	font-weight: 600;
	overflow-wrap: anywhere;
}

.nio-football-form-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 26px;
	justify-content: center;
	min-height: 120px;
}

.nio-football-form-chip {
	align-items: center;
	border-radius: 7px;
	color: #ffffff;
	display: inline-flex;
	font-size: 18px;
	font-weight: 950;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.nio-football-form-chip-w {
	background: #15803d;
}

.nio-football-form-chip-d {
	background: #9ca3af;
}

.nio-football-form-chip-l {
	background: #dc2626;
}

.nio-football-town-grid,
.nio-football-ground-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
}

.nio-football-image {
	background: var(--nio-football-primary);
	border-radius: 4px;
	display: block;
	height: 100%;
	min-height: 210px;
	object-fit: cover;
	width: 100%;
}

.nio-football-image-placeholder {
	align-items: center;
	color: var(--nio-football-text);
	display: flex;
	justify-content: center;
	padding: 24px;
}

.nio-football-town-links {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 24px;
}

.nio-football-town-link {
	align-items: center;
	color: #111111;
	display: grid;
	gap: 8px;
	text-align: center;
	text-decoration: none;
}

.nio-football-town-link span {
	background: #fff7ed;
	border: 1px solid var(--nio-football-accent);
	border-radius: 999px;
	height: 38px;
	margin: 0 auto;
	width: 38px;
}

.nio-football-town-link strong {
	font-size: 13px;
	font-weight: 950;
}

.nio-football-news-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nio-football-news-card {
	color: #111111;
	display: grid;
	gap: 10px;
	text-decoration: none;
}

.nio-football-news-card .nio-football-image {
	min-height: 135px;
}

.nio-football-news-card span {
	align-self: start;
	background: var(--nio-football-accent);
	color: var(--nio-football-text);
	display: inline-flex;
	font-size: 11px;
	font-weight: 950;
	max-width: 100%;
	overflow-wrap: anywhere;
	padding: 5px 7px;
	text-transform: uppercase;
	width: fit-content;
}

.nio-football-news-card strong {
	color: #111111;
	font-size: 16px;
	font-weight: 950;
	line-height: 1.25;
}

.nio-football-news-card p {
	font-size: 13px;
	line-height: 1.45;
}

.nio-football-news-card em {
	color: #666666;
	font-size: 12px;
	font-style: normal;
}

.nio-football-ground-list {
	display: grid;
	gap: 10px;
}

.nio-football-ground-row {
	display: grid;
	gap: 3px;
	grid-template-columns: 132px minmax(0, 1fr);
}

.nio-football-ground-row span {
	color: #111111;
	font-size: 13px;
	font-weight: 950;
}

.nio-football-ground-row strong {
	color: #333333;
	font-size: 14px;
	font-weight: 650;
}

.nio-football-sponsor {
	background: var(--nio-football-primary);
	clear: both;
	color: var(--nio-football-text);
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) 260px;
	max-width: 100%;
	min-width: 0;
	padding: 28px;
	width: 100%;
}

.nio-football-sponsor h2 {
	border-bottom: 2px solid var(--nio-football-accent);
	color: var(--nio-football-text);
	font-size: 20px;
	font-weight: 950;
	margin: 0 0 18px;
	padding-bottom: 10px;
}

.nio-football-sponsor p {
	color: color-mix(in srgb, var(--nio-football-text) 82%, transparent);
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 22px;
}

.nio-football-sponsor-panel {
	align-items: center;
	background: #ffffff;
	border-radius: 4px;
	color: #111111;
	display: grid;
	gap: 12px;
	justify-items: center;
	padding: 22px;
	text-align: center;
	text-decoration: none;
}

.nio-football-sponsor-logo,
.nio-football-sponsor-logo-placeholder {
	align-items: center;
	color: #111111;
	display: flex;
	font-size: 18px;
	font-weight: 950;
	justify-content: center;
	max-height: 150px;
	max-width: 190px;
	object-fit: contain;
}

.nio-football-sponsor-panel span {
	color: #111111;
	font-size: 13px;
	font-weight: 850;
}

.nio-football-follow-club {
	align-items: center;
	background: linear-gradient(90deg, var(--nio-football-button), var(--nio-football-secondary));
	clear: both;
	color: var(--nio-football-text);
	display: flex;
	gap: 18px;
	justify-content: space-between;
	max-width: 100%;
	min-width: 0;
	padding: 22px clamp(18px, 5vw, 72px);
	width: 100%;
}

.nio-football-follow-club strong {
	color: var(--nio-football-text);
	display: block;
	font-size: 20px;
	font-weight: 950;
	text-transform: uppercase;
}

.nio-football-follow-club p {
	color: var(--nio-football-text);
	margin: 4px 0 0;
}

.nio-football-follow-button {
	background: var(--nio-football-text);
	border-color: var(--nio-football-text);
	color: var(--nio-football-button);
	flex: 0 0 auto;
}

.nio-football-missing,
.nio-football-deprecated-full-page {
	border-left: 4px solid var(--nio-football-accent);
}

@media (max-width: 920px) {
	.nio-football-hero-inner,
	.nio-football-town-grid,
	.nio-football-ground-grid,
	.nio-football-sponsor {
		grid-template-columns: 1fr;
	}

	.nio-football-quick-strip,
	.nio-football-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.nio-football-theme {
		margin-bottom: 22px;
	}

	.nio-football-hero-inner {
		gap: 22px;
		grid-template-columns: 1fr;
		min-height: 0;
		padding: 36px 16px;
		text-align: left;
	}

	.nio-football-hero-badge-wrap {
		justify-content: flex-start;
	}

	.nio-football-hero-badge,
	.nio-football-hero-badge-placeholder {
		height: 132px;
		width: 132px;
	}

	.nio-football-hero-copy h1 {
		font-size: clamp(34px, 11vw, 44px);
		overflow-wrap: anywhere;
	}

	.nio-football-hero-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.nio-football-button,
	.nio-football-follow-button {
		line-height: 1.2;
		min-width: 0;
		padding: 12px 16px;
		width: 100%;
	}

	.nio-football-quick-strip,
	.nio-football-news-grid,
	.nio-football-town-links,
	.nio-football-versus,
	.nio-football-result-line,
	.nio-football-follow-club {
		grid-template-columns: 1fr;
	}

	.nio-football-follow-club {
		align-items: flex-start;
		flex-direction: column;
	}

	.nio-football-card {
		padding: 18px;
	}

	.nio-football-mini-table th,
	.nio-football-mini-table td,
	.nio-football-fixture-table th,
	.nio-football-fixture-table td {
		font-size: 12px;
		padding: 9px 5px;
		overflow-wrap: anywhere;
	}

	.nio-football-fixture-table,
	.nio-football-fixture-table thead,
	.nio-football-fixture-table tbody,
	.nio-football-fixture-table tr,
	.nio-football-fixture-table th,
	.nio-football-fixture-table td {
		display: block;
	}

	.nio-football-fixture-table thead {
		display: none;
	}

	.nio-football-ground-row {
		grid-template-columns: 1fr;
	}
}
