.f4y-preview-page {
	margin-bottom: 42px;
	margin-top: 24px;
}

.f4y-preview-hero {
	align-items: center;
	background: linear-gradient(125deg, #a70000, #e21515 55%, #ff3b30);
	border-radius: 16px;
	box-shadow: 0 14px 34px rgba(91, 0, 0, .22);
	color: #fff;
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
	min-height: 170px;
	overflow: hidden;
	padding: 30px clamp(22px, 4vw, 52px);
	position: relative;
}

.f4y-preview-hero::after {
	background: rgba(255, 255, 255, .08);
	border-radius: 50%;
	content: "";
	height: 260px;
	position: absolute;
	right: -55px;
	top: -120px;
	width: 260px;
}

.f4y-preview-hero h1 {
	color: #fff;
	font-size: clamp(32px, 5vw, 54px);
	line-height: 1.05;
	margin: 0;
	position: relative;
	z-index: 1;
}

.f4y-preview-hero p {
	font-size: clamp(15px, 2vw, 19px);
	margin: 10px 0 0;
	max-width: 760px;
	position: relative;
	z-index: 1;
}

.f4y-preview-section-nav {
	background: #fff;
	border: 1px solid rgba(120, 0, 0, .14);
	border-radius: 14px;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 22px;
	padding: 8px;
}

.f4y-preview-section-nav a {
	border-radius: 9px;
	font-weight: 800;
	padding: 10px 15px;
}

.f4y-preview-section-nav a:hover,
.f4y-preview-section-nav a:focus,
.f4y-preview-section-nav a.is-current {
	background: #e21515;
	color: #fff;
}

.f4y-preview-card-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.f4y-preview-card {
	background: #fff;
	border: 2px solid #e21515;
	border-radius: 15px;
	box-shadow: 0 10px 24px rgba(80, 0, 0, .12);
	display: block;
	min-height: 190px;
	padding: 25px;
	transition: transform .18s ease, box-shadow .18s ease;
}

.f4y-preview-card:hover,
.f4y-preview-card:focus {
	box-shadow: 0 16px 32px rgba(80, 0, 0, .2);
	color: inherit;
	transform: translateY(-3px);
}

.f4y-preview-card span,
.f4y-preview-report-list article > span {
	color: #e21515;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.f4y-preview-card h2 {
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.12;
	margin: 12px 0 8px;
}

.f4y-preview-card p {
	color: #555;
	margin: 0;
}

.f4y-preview-card.is-primary {
	background: linear-gradient(145deg, #171717, #363636);
	color: #fff;
}

.f4y-preview-card.is-primary p {
	color: #eee;
}

.f4y-preview-match-group {
	background: #fff;
	border: 1px solid rgba(120, 0, 0, .16);
	border-radius: 14px;
	box-shadow: 0 10px 24px rgba(80, 0, 0, .1);
	margin-bottom: 18px;
	overflow: hidden;
	padding: 18px;
}

.f4y-preview-match-group > h2 {
	border-bottom: 3px solid #e21515;
	font-size: 22px;
	margin: 0 0 9px;
	padding-bottom: 10px;
}

.f4y-preview-fixture {
	align-items: center;
	border-bottom: 1px solid #eee;
	display: grid;
	gap: 12px;
	grid-template-columns: 64px minmax(150px, 1fr) 68px minmax(150px, 1fr) 126px;
	min-height: 72px;
	padding: 9px 4px;
}

.f4y-preview-fixture:last-child {
	border-bottom: 0;
}

.f4y-preview-fixture.is-fortuna {
	background: linear-gradient(90deg, rgba(226, 21, 21, .08), transparent 45%);
	border-left: 4px solid #e21515;
	padding-left: 9px;
}

.f4y-preview-fixture time,
.f4y-preview-score {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.f4y-preview-fixture time span,
.f4y-preview-score small {
	color: #666;
	font-size: 12px;
}

.f4y-preview-score strong {
	font-size: 22px;
}

.f4y-preview-team {
	align-items: center;
	display: flex;
	font-weight: 800;
	gap: 9px;
}

.f4y-preview-team.is-home {
	justify-content: flex-end;
	text-align: right;
}

.f4y-preview-team img {
	height: 38px;
	object-fit: contain;
	width: 38px;
}

.f4y-preview-fixture-link,
.f4y-preview-fixture-state {
	border-radius: 8px;
	font-size: 13px;
	font-weight: 800;
	padding: 8px 10px;
	text-align: center;
}

.f4y-preview-fixture-link {
	background: #e21515;
	color: #fff;
}

.f4y-preview-fixture-link:hover,
.f4y-preview-fixture-link:focus {
	background: #111;
	color: #fff;
}

.f4y-preview-fixture-state {
	background: #f1f1f1;
	color: #666;
}

.f4y-preview-empty {
	background: #fff;
	border: 2px dashed rgba(120, 0, 0, .28);
	border-radius: 14px;
	padding: 34px;
	text-align: center;
}

.f4y-preview-empty h2 {
	margin-top: 0;
}

.f4y-preview-with-sidebar {
	margin-bottom: 0;
	margin-top: 0;
}

.f4y-preview-with-sidebar .f4y-main-list {
	min-width: 0;
}

.f4y-preview-back {
	font-weight: 800;
	margin: 0 0 12px;
}

.f4y-preview-report-list {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.f4y-preview-report-list article {
	background: #fff;
	border: 1px solid rgba(120, 0, 0, .16);
	border-radius: 14px;
	box-shadow: 0 10px 24px rgba(80, 0, 0, .1);
	padding: 22px;
}

.f4y-preview-report-list h2 {
	font-size: 22px;
	line-height: 1.2;
	margin: 7px 0;
}

.f4y-preview-report-list article > a {
	color: #e21515;
	font-weight: 900;
}

@media (max-width: 1100px) {
	.f4y-preview-fixture {
		grid-template-columns: 58px minmax(120px, 1fr) 60px minmax(120px, 1fr);
	}

	.f4y-preview-fixture-link,
	.f4y-preview-fixture-state {
		grid-column: 2 / 5;
		justify-self: center;
	}

	.f4y-preview-report-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.f4y-preview-page {
		margin-top: 12px;
	}

	.f4y-preview-hero {
		min-height: 140px;
		padding: 23px 18px;
	}

	.f4y-preview-section-nav {
		flex-wrap: nowrap;
		overflow-x: auto;
	}

	.f4y-preview-section-nav a {
		white-space: nowrap;
	}

	.f4y-preview-card-grid,
	.f4y-preview-report-list {
		grid-template-columns: 1fr;
	}

	.f4y-preview-card {
		min-height: 0;
	}

	.f4y-preview-match-group {
		padding: 12px 8px;
	}

	.f4y-preview-fixture {
		gap: 7px;
		grid-template-columns: 46px 1fr 46px 1fr;
		padding: 10px 2px;
	}

	.f4y-preview-team {
		align-items: center;
		flex-direction: column;
		font-size: 12px;
		gap: 3px;
		line-height: 1.15;
		text-align: center !important;
	}

	.f4y-preview-team.is-home {
		flex-direction: column-reverse;
	}

	.f4y-preview-team img {
		height: 30px;
		width: 30px;
	}

	.f4y-preview-score strong {
		font-size: 17px;
	}

	.f4y-preview-fixture-link,
	.f4y-preview-fixture-state {
		grid-column: 2 / 5;
	}
}
