@font-face {
	font-display: swap;
	font-family: "SID Inter Tight";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/inter-tight/inter-tight-sid-700.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "SID Inter Tight";
	font-style: normal;
	font-weight: 800;
	src: url("../fonts/inter-tight/inter-tight-sid-800.ttf") format("truetype");
}

:root {
	--sid-ink: #14181f;
	--sid-muted: #5d6877;
	--sid-line: #d9dee7;
	--sid-panel: #ffffff;
	--sid-soft: #f3f6fa;
	--sid-accent: #1c7f1c;
	--sid-accent-strong: #155f15;
	--sid-orange: #e14e25;
	--sid-orange-soft: rgba(225, 78, 37, 0.1);
	--sid-green-soft: rgba(28, 127, 28, 0.12);
	--sid-blue: #174a8b;
	--sid-warning: #e14e25;
	--sid-radius: 8px;
	--sid-shadow: 0 14px 35px rgba(20, 24, 31, 0.08);
}

html,
body {
	min-height: 100%;
}

body {
	color: var(--sid-ink);
	min-height: 100vh;
	overflow-x: clip;
}

body.sid-cookie-bar-visible {
	padding-bottom: calc(var(--sid-cookie-bar-height, 72px) + env(safe-area-inset-bottom, 0px));
}

#main-container {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow: visible !important;
}

@supports (height: 100dvh) {
	body,
	#main-container {
		min-height: 100dvh;
	}
}

#main-container > main,
#main-container .site-main {
	flex: 1 0 auto;
}

#footer.ct-footer {
	flex-shrink: 0;
	margin-top: auto;
}

#footer.ct-footer {
	display: none;
}

#header.ct-header {
	background: #ffffff;
	box-shadow: 0 1px 0 rgba(20, 24, 31, 0.08);
	position: sticky !important;
	top: 0;
	z-index: 100000;
}

.admin-bar #header.ct-header {
	top: 32px;
}

@media (max-width: 782px) {
	.admin-bar #header.ct-header {
		top: 46px;
	}
}

.home .hero-section {
	display: none;
}

.home .ct-container-full[data-vertical-spacing*="top"] {
	padding-top: 0;
}

[data-header*="type-1"] {
	--header-height: 64px !important;
}

#header.ct-header [data-row*="middle"] {
	--height: 64px !important;
	min-height: 64px;
}

[data-header*="type-1"] .ct-header [data-id="logo"] .site-title {
	line-height: 1;
}

[data-header*="type-1"] .ct-header [data-id="logo"] .site-title a {
	align-items: center;
	color: var(--sid-ink);
	display: inline-flex;
	font-family: "SID Inter Tight", "Inter Tight", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: clamp(1.1rem, 1.4vw, 1.35rem);
	font-weight: 800;
	gap: 0.5rem;
	letter-spacing: 0;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

[data-header*="type-1"] .ct-header [data-id="logo"] .site-title a::before {
	background: url("../images/streamingindiretta-mark.svg") center / contain no-repeat;
	content: "";
	display: inline-block;
	flex: 0 0 auto;
	height: 1.8rem;
	width: 1.8rem;
}

#header.ct-header [data-column="end"] [data-items] {
	gap: 0.7rem;
}

#header.ct-header [data-id="menu"] > ul {
	flex-wrap: nowrap;
	gap: 0.18rem;
}

#header.ct-header [data-id="menu"] > ul > li > a {
	font-size: 0.72rem;
	padding-inline: 0.48rem;
	white-space: nowrap;
}

[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a:hover,
[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li.current-menu-item > a,
[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li.current_page_item > a {
	color: var(--sid-orange);
}

@media (max-width: 999.98px) {
	[data-header*="type-1"] {
		--header-height: 58px !important;
	}

	#header.ct-header [data-row*="middle"] {
		--height: 58px !important;
		min-height: 58px;
	}

	[data-header*="type-1"] .ct-header [data-id="logo"] .site-title a::before {
		height: 1.65rem;
		width: 1.65rem;
	}
}

a {
	text-underline-offset: 0.16em;
}

.sid-answer-box,
.sid-event-card,
.sid-sources,
.sid-home-section {
	background: var(--sid-panel);
	border: 1px solid var(--sid-line);
	border-radius: var(--sid-radius);
	box-shadow: var(--sid-shadow);
	margin: 1.4rem 0;
	padding: clamp(1rem, 2vw, 1.4rem);
}

.sid-kicker,
.sid-section-kicker,
.sid-ad-slot span {
	color: var(--sid-muted);
	display: block;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0 0 0.55rem;
	text-transform: uppercase;
}

.sid-answer-content {
	font-size: clamp(1.05rem, 1.5vw, 1.2rem);
	line-height: 1.65;
}

.sid-answer-content p:first-child {
	margin-top: 0;
}

.sid-answer-content p:last-child {
	margin-bottom: 0;
}

.sid-event-card {
	border-top: 4px solid var(--sid-orange);
}

.sid-event-title {
	font-size: clamp(1.25rem, 2vw, 1.55rem);
	line-height: 1.2;
	margin: 0 0 1rem;
}

.sid-event-facts {
	display: grid;
	gap: 0.7rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
}

.sid-event-fact {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.92)),
		var(--sid-green-soft);
	border: 1px solid #e8edf4;
	border-radius: 6px;
	min-width: 0;
	padding: 0.8rem;
}

.sid-event-fact dt {
	color: var(--sid-muted);
	font-size: 0.78rem;
	font-weight: 700;
	margin: 0 0 0.25rem;
}

.sid-event-fact dd {
	color: var(--sid-ink);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
	margin: 0;
	overflow-wrap: anywhere;
}

.sid-event-note {
	border-left: 4px solid var(--sid-warning);
	color: var(--sid-muted);
	margin: 1rem 0 0;
	padding-left: 0.85rem;
}

.sid-official-link {
	margin: 1.1rem 0 0;
}

.sid-official-link a,
.sid-home-cta {
	background: var(--sid-accent);
	border-radius: 6px;
	color: #ffffff;
	display: inline-flex;
	font-weight: 800;
	line-height: 1.2;
	padding: 0.78rem 1rem;
	text-decoration: none;
}

.sid-official-link a:hover,
.sid-home-cta:hover {
	background: var(--sid-accent-strong);
	color: #ffffff;
}

.sid-ad-slot {
	align-items: center;
	background:
		linear-gradient(90deg, rgba(20, 24, 31, 0.04) 1px, transparent 1px),
		linear-gradient(rgba(20, 24, 31, 0.04) 1px, transparent 1px),
		linear-gradient(135deg, rgba(28, 127, 28, 0.06), rgba(225, 78, 37, 0.05)),
		#f8fafc;
	background-size: 18px 18px;
	border: 1px dashed #aeb8c6;
	border-radius: 6px;
	color: var(--sid-muted);
	display: flex;
	justify-content: center;
	margin: 1.8rem 0;
	min-height: 140px;
	padding: 1rem;
	text-align: center;
}

.sid-ad-collapsed,
.entry-content .sid-ad-collapsed,
.code-block.sid-ad-collapsed,
.wpsai_spacing_before_adsense.sid-ad-collapsed {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
}

ins.adsbygoogle[data-ad-status="unfilled"] {
	display: none !important;
}

.code-block:has(ins.adsbygoogle[data-ad-status="unfilled"]) {
	display: none !important;
	margin: 0 !important;
}

.sid-ad-slot span {
	background: #ffffff;
	border: 1px solid #e0e5ed;
	border-radius: 999px;
	margin: 0;
	padding: 0.25rem 0.65rem;
}

.sid-sources {
	background:
		linear-gradient(90deg, rgba(28, 127, 28, 0.1), rgba(225, 78, 37, 0.08) 46%, rgba(255, 255, 255, 0) 46%),
		#fbfcfe;
	box-shadow: none;
}

.sid-sources h2 {
	font-size: 1.1rem;
	margin: 0 0 0.8rem;
}

.sid-sources ul,
.sid-sources ol {
	margin-bottom: 0;
}

.sid-home-hero {
	align-items: center;
	background:
		linear-gradient(90deg, rgba(7, 18, 30, 0.9) 0%, rgba(7, 18, 30, 0.78) 36%, rgba(7, 18, 30, 0.2) 68%),
		url("../images/hero-dirette-2026-v2.jpg") center right / cover no-repeat;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	color: #ffffff;
	display: flex;
	margin-left: calc(50% - 50vw);
	min-height: clamp(430px, 52vw, 620px);
	padding: clamp(2rem, 5vw, 4.5rem) 0;
	width: 100vw;
}

.entry-content.is-layout-constrained > .sid-home-hero {
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: none !important;
	width: 100vw !important;
}

.sid-home-inner {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 clamp(1rem, 3vw, 2rem);
}

.sid-home-title {
	color: #ffffff;
	font-size: clamp(2rem, 5vw, 4rem);
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 1rem;
	max-width: 900px;
	text-shadow: 0 2px 22px rgba(0, 0, 0, 0.35);
}

.sid-home-title::after {
	background:
		linear-gradient(90deg, var(--sid-orange) 0 50%, var(--sid-accent) 50% 100%);
	border-radius: 999px;
	content: "";
	display: block;
	height: 5px;
	margin-top: 1rem;
	width: min(12rem, 42vw);
}

.sid-home-hero .sid-section-kicker {
	color: rgba(255, 255, 255, 0.76);
	text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}

.sid-home-section h2 {
	font-size: clamp(1.65rem, 3vw, 2.25rem);
	line-height: 1.15;
	margin-top: 0;
}

.sid-home-section h2::after {
	background:
		linear-gradient(90deg, var(--sid-orange) 0 50%, var(--sid-accent) 50% 100%);
	border-radius: 999px;
	content: "";
	display: block;
	height: 4px;
	margin-top: 0.7rem;
	width: 7.5rem;
}

.sid-home-section {
	background: transparent;
	border: 0;
	box-shadow: none;
	margin: clamp(2rem, 4vw, 3.2rem) 0;
	padding: 0;
}

.sid-home-section + .sid-home-section {
	border-top: 1px solid var(--sid-line);
	padding-top: clamp(1.6rem, 3vw, 2.4rem);
}

.sid-home-summary {
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(1.05rem, 2vw, 1.25rem);
	line-height: 1.6;
	margin: 0;
	max-width: 760px;
}

.sid-home-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 1.5rem;
}

.sid-latest-section {
	background:
		linear-gradient(135deg, rgba(28, 127, 28, 0.08), rgba(225, 78, 37, 0.06)),
		#ffffff;
	border: 1px solid var(--sid-line);
	border-radius: var(--sid-radius);
	box-shadow: var(--sid-shadow);
	margin-top: clamp(1.5rem, 3vw, 2.5rem);
	padding: clamp(1rem, 2vw, 1.4rem);
}

.sid-world-cup-module {
	background:
		linear-gradient(90deg, rgba(7, 18, 30, 0.94), rgba(7, 18, 30, 0.78)),
		linear-gradient(135deg, rgba(225, 78, 37, 0.38), rgba(28, 127, 28, 0.22));
	border-radius: var(--sid-radius);
	color: #ffffff;
	margin: 0 0 1.4rem;
	overflow: hidden;
	width: 100%;
}

.sid-world-cup-module-home {
	border-radius: 0;
	margin-bottom: 0;
	margin-left: calc(50% - 50vw);
	width: 100vw;
}

.sid-world-cup-inner {
	align-items: center;
	display: grid;
	gap: clamp(1rem, 3vw, 2rem);
	grid-template-columns: minmax(0, 1fr) minmax(220px, 330px);
	padding-block: clamp(1.4rem, 3vw, 2.4rem);
	padding-inline: clamp(1rem, 4vw, 1.6rem);
}

.sid-world-cup-copy h2 {
	color: #ffffff;
	font-size: clamp(1.7rem, 3vw, 2.6rem);
	line-height: 1.05;
	margin: 0 0 0.75rem;
	max-width: 820px;
}

.sid-world-cup-copy p {
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(1rem, 1.5vw, 1.12rem);
	line-height: 1.55;
	margin: 0;
	max-width: 820px;
}

.sid-world-cup-module .sid-section-kicker {
	color: rgba(255, 255, 255, 0.76);
}

.sid-world-cup-panel {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: var(--sid-radius);
	padding: 1rem;
}

.sid-world-cup-logo-card,
.sid-football-heading-logo {
	background: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.58);
	border-radius: var(--sid-radius);
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.12);
	padding: 0.85rem;
}

.sid-world-cup-logo-card {
	margin-bottom: 1rem;
}

.sid-world-cup-logo {
	display: block;
	height: auto;
	margin-inline: auto;
	max-width: 100%;
	width: 220px;
}

.sid-world-cup-count {
	color: #ffffff;
	font-family: "SID Inter Tight", "Inter Tight", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: clamp(1.3rem, 2.6vw, 1.85rem);
	font-weight: 800;
	line-height: 1.1;
	margin: 0 0 0.9rem;
}

.sid-football-home {
	background:
		linear-gradient(135deg, rgba(225, 78, 37, 0.08), rgba(28, 127, 28, 0.07)),
		#ffffff;
	border: 1px solid var(--sid-line);
	border-radius: var(--sid-radius);
	box-shadow: var(--sid-shadow);
	padding: clamp(1rem, 2vw, 1.4rem);
}

.sid-football-ticker {
	align-items: center;
	background: #14181f;
	border-left: 4px solid var(--sid-orange);
	border-radius: var(--sid-radius);
	color: rgba(255, 255, 255, 0.86);
	display: flex;
	gap: 0.85rem;
	margin: 1rem 0 1.25rem;
	overflow: hidden;
	padding: 0.8rem 1rem;
}

.sid-football-ticker strong {
	color: #ffffff;
	flex: 0 0 auto;
}

.sid-football-ticker span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sid-football-cards {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sid-football-card {
	background: #ffffff;
	border: 1px solid rgba(20, 24, 31, 0.12);
	border-radius: var(--sid-radius);
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
}

.sid-football-card .sid-football-standings {
	border: 0;
	box-shadow: none;
	margin: 0;
}

.sid-football-card .sid-football-heading {
	padding: 1rem 1rem 0.5rem;
}

.sid-football-card .sid-football-heading h2 {
	font-size: 1.15rem;
	margin: 0;
}

.sid-football-card .sid-football-heading h2::after,
.sid-football-card .sid-football-heading p {
	display: none;
}

.sid-football-card-link {
	border-top: 1px solid rgba(20, 24, 31, 0.1);
	color: var(--sid-accent-strong);
	font-weight: 800;
	margin-top: auto;
	padding: 0.85rem 1rem;
	text-decoration: none;
}

.sid-football-standings,
.sid-football-empty {
	background: #ffffff;
	border: 1px solid rgba(20, 24, 31, 0.12);
	border-radius: var(--sid-radius);
	box-shadow: var(--sid-shadow);
	margin: 1.4rem 0;
	overflow: hidden;
}

.sid-football-heading {
	padding: clamp(1rem, 2vw, 1.3rem);
}

.sid-football-heading-with-logo {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
}

.sid-football-heading-copy {
	min-width: 0;
}

.sid-football-heading-logo {
	border-color: rgba(20, 24, 31, 0.12);
	box-shadow: none;
	flex: 0 0 clamp(140px, 18vw, 220px);
}

.sid-football-heading h2,
.sid-football-empty h2 {
	font-size: clamp(1.35rem, 2.4vw, 1.9rem);
	line-height: 1.15;
	margin: 0 0 0.55rem;
}

.sid-football-heading p,
.sid-football-empty p {
	color: var(--sid-muted);
	margin: 0;
}

.sid-football-empty {
	padding: clamp(1rem, 2vw, 1.3rem);
}

.sid-football-table-block + .sid-football-table-block {
	border-top: 1px solid rgba(20, 24, 31, 0.1);
}

.sid-football-table-block + .sid-football-table-block .sid-football-subheading {
	padding-top: 1rem;
}

.sid-football-subheading {
	font-size: 1rem;
	margin: 0;
	padding: 0 1rem 0.75rem;
}

.sid-football-table-wrap {
	overflow-x: auto;
}

.sid-football-table {
	border-collapse: collapse;
	font-size: 0.92rem;
	width: 100%;
}

.sid-football-table th,
.sid-football-table td {
	border-top: 1px solid rgba(20, 24, 31, 0.09);
	padding: 0.7rem 0.65rem;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}

.sid-football-table th {
	background: #f4f7fb;
	color: var(--sid-muted);
	font-size: 0.74rem;
	font-weight: 800;
	text-transform: uppercase;
}

.sid-football-team {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	min-width: 170px;
	white-space: normal;
}

.sid-football-team img {
	flex: 0 0 auto;
	height: 24px;
	object-fit: contain;
	width: 24px;
}

.sid-latest-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 1.5rem;
}

.sid-latest-card {
	background: var(--sid-panel);
	border: 1px solid rgba(20, 24, 31, 0.12);
	border-radius: var(--sid-radius);
	box-shadow: 0 18px 40px rgba(20, 24, 31, 0.07);
	display: grid;
	grid-template-columns: minmax(150px, 34%) minmax(0, 1fr);
	min-width: 0;
	overflow: hidden;
}

.sid-latest-card:nth-child(odd) {
	border-top: 3px solid var(--sid-orange);
}

.sid-latest-card:nth-child(even) {
	border-top: 3px solid var(--sid-accent);
}

.sid-latest-media {
	background: var(--sid-soft);
	display: block;
	min-height: 100%;
}

.sid-latest-media img {
	display: block;
	height: 100%;
	min-height: 190px;
	object-fit: cover;
	width: 100%;
}

.sid-latest-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 1rem;
}

.sid-latest-meta {
	align-items: center;
	color: var(--sid-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.76rem;
	font-weight: 800;
	gap: 0.45rem;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0 0 0.55rem;
	text-transform: uppercase;
}

.sid-latest-meta span {
	color: var(--sid-orange);
}

.sid-latest-card h3 {
	font-size: clamp(1.05rem, 2vw, 1.25rem);
	line-height: 1.2;
	margin: 0 0 0.55rem;
}

.sid-latest-card h3 a {
	color: var(--sid-ink);
	text-decoration-color: rgba(28, 127, 28, 0.45);
}

.sid-latest-card p:not(.sid-latest-meta) {
	color: var(--sid-muted);
	font-size: 0.95rem;
	line-height: 1.5;
	margin: 0;
}

.sid-home-card {
	background: var(--sid-panel);
	border: 1px solid var(--sid-line);
	border-radius: var(--sid-radius);
	overflow: hidden;
	min-width: 0;
}

.sid-home-card:nth-child(odd) {
	border-top: 3px solid var(--sid-orange);
}

.sid-home-card:nth-child(even) {
	border-top: 3px solid var(--sid-accent);
}

.sid-home-card h3 {
	font-size: 1.05rem;
	line-height: 1.3;
	margin: 0 0 0.45rem;
}

.sid-home-card p {
	color: var(--sid-muted);
	font-size: 0.95rem;
	line-height: 1.5;
	margin: 0;
}

.sid-card-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-top: 0.85rem;
}

.sid-card-links a {
	align-items: center;
	background: rgba(33, 134, 34, 0.1);
	border: 1px solid rgba(33, 134, 34, 0.24);
	border-radius: 999px;
	color: #176b1d;
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.1;
	padding: 0.42rem 0.62rem;
	text-decoration: none;
}

.sid-card-links a:hover,
.sid-card-links a:focus-visible {
	background: var(--sid-accent);
	border-color: var(--sid-accent);
	color: #ffffff;
}

.sid-card-media {
	aspect-ratio: 900 / 506;
	background: var(--sid-soft);
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sid-article-visual img {
	display: block;
	height: 150px;
	object-fit: cover;
	width: 100%;
}

.sid-card-body {
	padding: 1rem;
}

.sid-article-visual {
	border-radius: var(--sid-radius);
	box-shadow: var(--sid-shadow);
	margin: 0 0 1.5rem;
	overflow: hidden;
}

.sid-article-visual img {
	height: clamp(220px, 28vw, 360px);
}

.sid-meta-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 1rem 0;
}

.sid-meta-pill {
	background: rgba(20, 24, 31, 0.26);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	color: #ffffff;
	font-size: 0.85rem;
	font-weight: 700;
	padding: 0.35rem 0.65rem;
}

.sid-widget {
	border-top: 3px solid var(--sid-orange);
}

.sid-widget-title {
	font-size: 1rem;
	margin-bottom: 0.8rem;
}

.entry-content .sid-quick-card {
	background: #ffffff;
	border: 1px solid rgba(20, 24, 31, 0.12);
	border-left: 4px solid var(--sid-orange);
	border-radius: var(--sid-radius);
	box-shadow: 0 18px 40px rgba(20, 24, 31, 0.08);
	margin: 1.4rem 0;
	overflow: hidden;
	padding: 1rem;
}

.entry-content .sid-quick-card h2 {
	font-size: 1.25rem;
	margin-top: 0;
}

.entry-content .sid-quick-card table {
	border-collapse: collapse;
	margin-bottom: 0;
	width: 100%;
}

.entry-content .sid-quick-card th,
.entry-content .sid-quick-card td {
	border-bottom: 1px solid rgba(20, 24, 31, 0.1);
	padding: 0.7rem 0.45rem;
	text-align: left;
	vertical-align: top;
}

.entry-content .sid-quick-card th {
	color: var(--sid-ink);
	font-weight: 800;
	width: 28%;
}

.entry-content .sid-quick-card tr:last-child th,
.entry-content .sid-quick-card tr:last-child td {
	border-bottom: 0;
}

.sid-worldcup-intro {
	background:
		linear-gradient(135deg, rgba(225, 78, 37, 0.08), rgba(28, 127, 28, 0.08)),
		#ffffff;
	border: 1px solid rgba(20, 24, 31, 0.12);
	border-radius: var(--sid-radius);
	box-shadow: var(--sid-shadow);
	margin: 0 0 1.4rem;
	padding: clamp(1rem, 2vw, 1.4rem);
}

.sid-worldcup-intro p {
	margin-bottom: 0;
}

.sid-trophy-ranking {
	counter-reset: sid-ranking;
	display: grid;
	gap: 0.75rem;
	list-style: none;
	margin: 1rem 0 1.6rem;
	padding: 0;
}

.sid-trophy-ranking li {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(20, 24, 31, 0.12);
	border-radius: var(--sid-radius);
	display: grid;
	gap: 0.75rem;
	grid-template-columns: auto minmax(0, 1fr) auto;
	padding: 0.85rem 1rem;
}

.sid-trophy-ranking li::before {
	background: var(--sid-orange);
	border-radius: 999px;
	color: #ffffff;
	content: counter(sid-ranking);
	counter-increment: sid-ranking;
	display: inline-grid;
	font-weight: 800;
	height: 2rem;
	place-items: center;
	width: 2rem;
}

.sid-trophy-ranking strong {
	color: var(--sid-ink);
	font-weight: 800;
}

.sid-trophy-count {
	background: var(--sid-green-soft);
	border-radius: 999px;
	color: var(--sid-accent-strong);
	font-size: 0.9rem;
	font-weight: 800;
	padding: 0.35rem 0.7rem;
}

.sid-worldcup-table {
	border-collapse: collapse;
	font-size: 0.95rem;
	margin: 1rem 0 1.6rem;
	width: 100%;
}

.sid-worldcup-table th,
.sid-worldcup-table td {
	border-bottom: 1px solid rgba(20, 24, 31, 0.11);
	padding: 0.72rem 0.55rem;
	text-align: left;
	vertical-align: top;
}

.sid-worldcup-table thead th {
	background: #14181f;
	color: #ffffff;
	font-size: 0.78rem;
	letter-spacing: 0;
	text-transform: uppercase;
}

.sid-worldcup-table tbody tr:nth-child(even) {
	background: rgba(20, 24, 31, 0.025);
}

.sid-worldcup-table strong {
	color: var(--sid-ink);
	font-weight: 800;
}

.sid-worldcup-note {
	border-left: 4px solid var(--sid-orange);
	color: var(--sid-muted);
	margin: 1.2rem 0;
	padding-left: 0.9rem;
}

.sid-utility-footer {
	background:
		linear-gradient(90deg, rgba(225, 78, 37, 0.16), transparent 24%),
		#11151c;
	border-top: 4px solid var(--sid-orange);
	color: rgba(255, 255, 255, 0.78);
	flex-shrink: 0;
	font-size: 0.92rem;
	margin-top: auto;
}

.sid-utility-footer-inner {
	align-items: flex-start;
	display: flex;
	gap: 1.4rem;
	justify-content: space-between;
	padding-block: clamp(1.25rem, 2.4vw, 1.85rem);
}

.sid-utility-footer-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem 1rem;
	justify-content: flex-end;
	max-width: 720px;
	padding-top: 0.15rem;
}

.sid-utility-footer a,
.sid-footer-cookie-preferences {
	color: #ffffff;
	text-decoration-color: rgba(255, 255, 255, 0.28);
}

.sid-utility-footer a:hover,
.sid-footer-cookie-preferences:hover {
	color: var(--sid-orange);
	text-decoration-color: currentColor;
}

.sid-footer-cookie-preferences {
	appearance: none;
	background: transparent;
	border: 0;
	cursor: pointer;
	font: inherit;
	padding: 0;
	text-decoration-line: underline;
	text-underline-offset: 0.16em;
}

.sid-utility-footer-brand {
	max-width: 360px;
}

.sid-utility-footer-title {
	color: #ffffff;
	font-family: "SID Inter Tight", "Inter Tight", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.1;
	margin: 0 0 0.4rem;
}

.sid-utility-footer-company {
	margin: 0;
}

.sid-cookie-consent {
	align-items: center;
	background: #19202a !important;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.18);
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.82rem;
	left: 0;
	line-height: 1.45;
	padding: 0.75rem max(1rem, calc((100vw - 1290px) / 2)) calc(0.75rem + env(safe-area-inset-bottom, 0px)) !important;
	position: fixed !important;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 100001;
}

.sid-cookie-consent[hidden],
#eu-cookie-bar {
	display: none !important;
}

.sid-cookie-consent-inner {
	align-items: center;
	display: flex;
	gap: 0.9rem;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1290px;
}

.sid-cookie-consent-copy {
	margin: 0;
	max-width: 850px;
	text-align: left;
}

.sid-cookie-consent a {
	color: #ffffff !important;
	text-decoration-color: rgba(255, 255, 255, 0.38);
}

.sid-cookie-consent-actions {
	display: flex;
	flex: 0 0 auto;
	flex-wrap: wrap;
	gap: 0.55rem;
	justify-content: flex-end;
}

.sid-cookie-consent-button {
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 999px;
	cursor: pointer;
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1;
	padding: 0.55rem 0.9rem;
	white-space: nowrap;
}

.sid-cookie-consent-button-primary {
	background: var(--sid-accent) !important;
	border-color: var(--sid-accent);
	color: #ffffff !important;
}

.sid-cookie-consent-button-primary:hover,
.sid-cookie-consent-button-primary:focus {
	background: var(--sid-accent-strong) !important;
	border-color: var(--sid-accent-strong);
	color: #ffffff !important;
}

.sid-cookie-consent-button-secondary {
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff !important;
}

.sid-cookie-consent-button-secondary:hover,
.sid-cookie-consent-button-secondary:focus {
	background: rgba(255, 255, 255, 0.16);
	color: #ffffff !important;
}

.sid-contact-placeholder {
	background:
		linear-gradient(135deg, rgba(225, 78, 37, 0.09), rgba(28, 127, 28, 0.1)),
		#ffffff;
	border: 1px solid rgba(20, 24, 31, 0.13);
	border-radius: var(--sid-radius);
	margin: 1.4rem 0;
	padding: clamp(1rem, 2vw, 1.35rem);
}

.sid-contact-placeholder h2 {
	font-size: clamp(1.25rem, 2vw, 1.5rem);
	margin-top: 0;
}

.sid-contact-placeholder p:last-child {
	margin-bottom: 0;
}

@media (max-width: 760px) {
	.sid-home-hero {
		background:
			linear-gradient(180deg, rgba(7, 18, 30, 0.92) 0%, rgba(7, 18, 30, 0.76) 64%, rgba(7, 18, 30, 0.58) 100%),
			url("../images/hero-dirette-2026-v2.jpg") center / cover no-repeat;
		min-height: 540px;
	}

	.sid-event-facts,
	.sid-home-grid,
	.sid-football-cards,
	.sid-latest-grid {
		grid-template-columns: 1fr;
	}

	.sid-world-cup-inner {
		grid-template-columns: 1fr;
	}

	.sid-world-cup-module {
		border-radius: 0;
		margin-inline: calc(50% - 50vw);
		width: 100vw;
	}

	.sid-world-cup-panel {
		padding: 0.9rem;
	}

	.sid-football-heading-with-logo {
		align-items: flex-start;
		flex-direction: column;
	}

	.sid-football-heading-logo {
		width: min(240px, 100%);
	}

	.sid-football-ticker {
		align-items: flex-start;
		flex-direction: column;
	}

	.sid-football-ticker span {
		white-space: normal;
	}

	.sid-latest-card {
		grid-template-columns: 1fr;
	}

	.sid-latest-media img {
		height: 190px;
		min-height: 190px;
	}

	.sid-answer-box,
	.sid-event-card,
	.sid-sources,
	.sid-home-card,
	.sid-latest-card {
		box-shadow: none;
	}

	.sid-official-link a,
	.sid-home-cta {
		justify-content: center;
		width: 100%;
	}

	.sid-ad-slot {
		margin: 1.4rem 0;
		min-height: 120px;
	}

	.entry-content .sid-quick-card th,
	.entry-content .sid-quick-card td {
		display: block;
		padding: 0.5rem 0;
		width: 100%;
	}

	.entry-content .sid-quick-card th {
		border-bottom: 0;
	}

	.sid-trophy-ranking li {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.sid-trophy-count {
		grid-column: 2;
		justify-self: start;
	}

	.sid-worldcup-table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}

	.sid-utility-footer-inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 1rem;
		padding-block: 1.25rem;
	}

	.sid-utility-footer-nav {
		gap: 0.5rem 0.85rem;
		justify-content: flex-start;
		padding-top: 0;
	}

	.sid-utility-footer-company {
		text-align: left;
		white-space: normal;
	}

	.sid-cookie-consent {
		padding: 0.85rem 1rem calc(0.85rem + env(safe-area-inset-bottom, 0px)) !important;
	}

	.sid-cookie-consent-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.sid-cookie-consent-actions {
		justify-content: flex-start;
		width: 100%;
	}

	.sid-cookie-consent-button {
		text-align: center;
	}
}
