.fsv-schedule-site-content,
.fsv-schedule-page {
	background:
		radial-gradient(circle at left bottom, rgba(240, 194, 50, 0.16) 0, rgba(240, 194, 50, 0) 24%),
		linear-gradient(180deg, #06234f 0%, #031631 100%);
	color: #fff;
}

.fsv-schedule-page {
	padding-bottom: 80px;
}

.fsv-schedule-hero {
	position: relative;
	overflow: hidden;
	min-height: 340px;
	background: #072a5d;
	border-top: 1px solid rgba(240, 194, 50, 0.45);
}

.fsv-schedule-hero::before {
	content: "63";
	position: absolute;
	left: 0;
	top: 28px;
	font-size: clamp(150px, 20vw, 300px);
	line-height: 0.82;
	font-weight: 900;
	color: rgba(255,255,255,0.04);
	z-index: 0;
}

.fsv-schedule-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(5,28,65,0.97) 0%, rgba(5,28,65,0.94) 40%, rgba(5,28,65,0.55) 62%, rgba(5,28,65,0.18) 100%),
		var(--fsv-schedule-hero-image) center right / cover no-repeat;
}

.fsv-schedule-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	min-height: 340px;
}

.fsv-schedule-hero__copy {
	max-width: 560px;
	padding: 40px 0 42px 54px;
	position: relative;
}

.fsv-schedule-hero__copy::before {
	content: "";
	position: absolute;
	left: 0;
	top: 54px;
	bottom: 48px;
	width: 4px;
	background: #f0c232;
	box-shadow: 0 0 0 1px rgba(255,255,255,0.05);
}

.fsv-schedule-hero__kicker {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: .04em;
	color: #f0c232;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.fsv-schedule-hero__title {
	font-size: clamp(52px, 8vw, 90px);
	line-height: 0.95;
	font-weight: 900;
	letter-spacing: .02em;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 18px;
}

.fsv-schedule-hero__text {
	max-width: 430px;
	font-size: 28px;
	line-height: 1.45;
	color: rgba(255,255,255,0.9);
	margin: 0;
}

.fsv-schedule-section {
	padding-top: 28px;
}

.fsv-schedule-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	margin-bottom: 18px;
	flex-wrap: wrap;
}

.fsv-schedule-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	border: 1px solid rgba(94, 138, 215, 0.45);
	border-radius: 14px;
	overflow: hidden;
	background: rgba(4, 23, 55, 0.72);
}

.fsv-schedule-tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 0 34px;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: .02em;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid rgba(94, 138, 215, 0.45);
	transition: background-color .2s ease, color .2s ease;
}

.fsv-schedule-tab:last-child {
	border-right: 0;
}

.fsv-schedule-tab:hover,
.fsv-schedule-tab:focus {
	color: #fff;
	background: rgba(31, 73, 140, 0.65);
}

.fsv-schedule-tab.is-active {
	background: #f0c232;
	color: #072a5d;
}

.fsv-schedule-season-form {
	margin: 0;
}

.fsv-schedule-season-wrap {
	display: flex;
	align-items: stretch;
	gap: 12px;
}

.fsv-schedule-season-wrap select {
	appearance: none;
	-webkit-appearance: none;
	min-width: 220px;
	padding: 0 54px 0 20px;
	height: 58px;
	background: rgba(4, 23, 55, 0.8);
	border: 1px solid rgba(94, 138, 215, 0.45);
	border-radius: 10px;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .02em;
	background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%);
	background-position: calc(100% - 24px) 25px, calc(100% - 18px) 25px;
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
}

.fsv-schedule-season-wrap select:focus {
	outline: none;
	box-shadow: 0 0 0 2px rgba(240, 194, 50, 0.35);
}

.fsv-schedule-calendar-button {
	width: 58px;
	height: 58px;
	border: 0;
	border-radius: 10px;
	background: #f0c232;
	color: #072a5d;
	font-size: 20px;
	cursor: pointer;
	transition: transform .2s ease, box-shadow .2s ease;
}

.fsv-schedule-calendar-button:hover,
.fsv-schedule-calendar-button:focus {
	transform: translateY(-1px);
	box-shadow: 0 10px 20px rgba(0,0,0,0.18);
}

.fsv-schedule-table-card {
	background: rgba(3, 28, 66, 0.88);
	border: 1px solid rgba(83, 122, 199, 0.44);
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
}

.fsv-schedule-table-wrap {
	overflow-x: auto;
}

.fsv-schedule-list {
	width: 100%;
	border-collapse: collapse;
	color: #fff;
	margin: 0;
	background: transparent;
}

.fsv-schedule-list thead th {
	padding: 18px 16px;
	background: rgba(17, 69, 138, 0.55);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .03em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.92);
	border-bottom: 1px solid rgba(83, 122, 199, 0.44);
	white-space: nowrap;
}

.fsv-schedule-list tbody td {
	padding: 18px 16px;
	vertical-align: middle;
	border-bottom: 1px solid rgba(83, 122, 199, 0.24);
	font-size: 16px;
	color: rgba(255,255,255,0.92);
}

.fsv-schedule-list tbody tr:last-child td {
	border-bottom: 0;
}

.fsv-schedule-col--date { min-width: 190px; }
.fsv-schedule-col--match { min-width: 480px; }
.fsv-schedule-col--result { min-width: 120px; }
.fsv-schedule-col--league { min-width: 200px; }
.fsv-schedule-col--season { min-width: 120px; }
.fsv-schedule-col--venue { min-width: 220px; }
.fsv-schedule-col--article { min-width: 160px; }

.fsv-schedule-date {
	font-weight: 800;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.fsv-schedule-time,
.fsv-schedule-venue {
	font-size: 15px;
	color: rgba(255,255,255,0.74);
}

.fsv-schedule-time i,
.fsv-schedule-venue i {
	margin-right: 6px;
	color: rgba(255,255,255,0.72);
}

.fsv-schedule-match-teams {
	display: flex;
	align-items: center;
	gap: 18px;
}

.fsv-schedule-logos {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.fsv-schedule-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
}

.fsv-schedule-logo img,
.fsv-schedule-logo-img {
	display: block;
	width: 48px;
	height: 48px;
	max-width: 48px;
	max-height: 48px;
	object-fit: contain;
	image-rendering: auto;
	backface-visibility: hidden;
	transform: translateZ(0);
}

.fsv-schedule-match-copy {
	min-width: 0;
}

.fsv-schedule-match-line,
.fsv-schedule-match-vs {
	font-size: 16px;
	line-height: 1.35;
	font-weight: 700;
}

.fsv-schedule-match-vs {
	color: rgba(255,255,255,0.86);
}

.fsv-schedule-result {
	font-size: 28px;
	font-weight: 900;
	text-decoration: none;
	letter-spacing: .02em;
}

.fsv-schedule-result:hover,
.fsv-schedule-result:focus {
	text-decoration: none;
}

.fsv-schedule-result.is-win { color: #9ad13c; }
.fsv-schedule-result.is-loss { color: #ff4c3e; }
.fsv-schedule-result.is-draw { color: #f0c232; }
.fsv-schedule-result.is-neutral { color: #fff; }

.fsv-schedule-article-button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 16px;
	border: 1px solid rgba(117, 156, 230, 0.42);
	border-radius: 8px;
	background: rgba(5, 31, 73, 0.6);
	color: #fff;
	text-decoration: none;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .03em;
	white-space: nowrap;
}

.fsv-schedule-article-button:hover,
.fsv-schedule-article-button:focus {
	color: #fff;
	background: rgba(23, 63, 128, 0.86);
	text-decoration: none;
}

.fsv-schedule-empty-row td {
	padding: 34px 20px;
	text-align: center;
	font-weight: 700;
}

.fsv-schedule-load-more-wrap {
	text-align: center;
	padding-top: 24px;
}

.fsv-schedule-load-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	min-width: 360px;
	padding: 17px 26px;
	background: transparent;
	border: 2px solid #f0c232;
	border-radius: 8px;
	color: #f0c232;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .03em;
	cursor: pointer;
}

.fsv-schedule-load-more:hover,
.fsv-schedule-load-more:focus {
	background: rgba(240, 194, 50, 0.1);
}

@media (max-width: 1199px) {
	.fsv-schedule-hero__text {
		font-size: 22px;
	}
}

@media (max-width: 991px) {
	.fsv-schedule-hero {
		min-height: 300px;
	}

	.fsv-schedule-hero__inner {
		min-height: 300px;
	}

	.fsv-schedule-hero__copy {
		padding: 36px 0 36px 32px;
		max-width: 100%;
	}

	.fsv-schedule-hero__copy::before {
		top: 40px;
		bottom: 40px;
	}

	.fsv-schedule-hero__kicker {
		font-size: 18px;
	}

	.fsv-schedule-hero__text {
		font-size: 18px;
		max-width: 100%;
	}

	.fsv-schedule-toolbar {
		align-items: stretch;
	}
}

@media (max-width: 767px) {
	.fsv-schedule-page {
		padding-bottom: 56px;
	}

	.fsv-schedule-hero::after {
		background:
			linear-gradient(180deg, rgba(5,28,65,0.92) 0%, rgba(5,28,65,0.76) 45%, rgba(5,28,65,0.6) 100%),
			var(--fsv-schedule-hero-image) center center / cover no-repeat;
	}

	.fsv-schedule-hero__copy {
		padding-left: 20px;
	}

	.fsv-schedule-tabs,
	.fsv-schedule-season-wrap {
		width: 100%;
	}

	.fsv-schedule-tab {
		flex: 1 1 100%;
		min-height: 52px;
		font-size: 14px;
	}

	.fsv-schedule-season-wrap {
		gap: 8px;
	}

	.fsv-schedule-season-wrap select {
		min-width: 0;
		width: 100%;
		height: 52px;
	}

	.fsv-schedule-calendar-button {
		width: 52px;
		height: 52px;
	}

	.fsv-schedule-list thead {
		display: none;
	}

	.fsv-schedule-list,
	.fsv-schedule-list tbody,
	.fsv-schedule-list tr,
	.fsv-schedule-list td {
		display: block;
		width: 100%;
	}

	.fsv-schedule-list tbody tr {
		padding: 14px 14px 8px;
		border-bottom: 1px solid rgba(83, 122, 199, 0.24);
	}

	.fsv-schedule-list tbody td {
		padding: 8px 0;
		border: 0;
	}

	.fsv-schedule-list tbody td::before {
		content: attr(data-label);
		display: block;
		font-size: 12px;
		font-weight: 800;
		letter-spacing: .04em;
		text-transform: uppercase;
		color: rgba(255,255,255,0.58);
		margin-bottom: 4px;
	}

	.fsv-schedule-match-teams {
		align-items: flex-start;
	}

	.fsv-schedule-col--result .fsv-schedule-result {
		font-size: 24px;
	}

	.fsv-schedule-logo {
		width: 40px;
		height: 40px;
		flex-basis: 40px;
	}

	.fsv-schedule-logo img,
	.fsv-schedule-logo-img {
		width: 40px;
		height: 40px;
		max-width: 40px;
		max-height: 40px;
	}

	.fsv-schedule-article-button {
		width: 100%;
		justify-content: center;
	}

	.fsv-schedule-load-more {
		min-width: 0;
		width: 100%;
		font-size: 16px;
	}
}

/* v6: Kicker/Season Feinschliff */
.fsv-schedule-hero__kicker {
	max-width: 520px;
	font-size: 20px;
	line-height: 1.25;
}

.fsv-schedule-season-wrap select,
.fsv-schedule-season-wrap select option,
.fsv-schedule-season-wrap select optgroup {
	background-color: #071f49 !important;
	color: #ffffff !important;
	color-scheme: dark;
}

.fsv-schedule-season-wrap select option:checked,
.fsv-schedule-season-wrap select option:hover,
.fsv-schedule-season-wrap select option:focus {
	background-color: #f0c232 !important;
	color: #072a5d !important;
}

.fsv-schedule-season-display {
	display: inline-flex;
	align-items: center;
	min-width: 220px;
	height: 58px;
	padding: 0 20px;
	background: #071f49;
	border: 1px solid rgba(94, 138, 215, 0.65);
	border-radius: 10px;
	color: #ffffff;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .02em;
}

.fsv-schedule-table-wrap {
	scrollbar-color: rgba(240, 194, 50, .85) rgba(3, 22, 52, .9);
	scrollbar-width: thin;
}

.fsv-schedule-table-wrap::-webkit-scrollbar {
	height: 8px;
}

.fsv-schedule-table-wrap::-webkit-scrollbar-track {
	background: rgba(3, 22, 52, .9);
	border-radius: 999px;
}

.fsv-schedule-table-wrap::-webkit-scrollbar-thumb {
	background: rgba(240, 194, 50, .85);
	border-radius: 999px;
}

@media (min-width: 992px) {
	.fsv-schedule-list {
		min-width: 1480px;
	}

	.fsv-schedule-col--date { min-width: 145px; }
	.fsv-schedule-col--match { min-width: 540px; }
	.fsv-schedule-col--result { min-width: 105px; }
	.fsv-schedule-col--league { min-width: 170px; }
	.fsv-schedule-col--season { min-width: 105px; }
	.fsv-schedule-col--venue { min-width: 185px; }
	.fsv-schedule-col--article { min-width: 150px; }

	.fsv-schedule-match-copy {
		display: flex;
		align-items: baseline;
		gap: 6px;
		white-space: nowrap;
	}

	.fsv-schedule-match-line,
	.fsv-schedule-match-vs {
		white-space: nowrap;
	}
}

/* v7: Hero direkt an den Header anschließen und gelben Trenner nach unten verschieben */
.site-content.fsv-schedule-site-content,
.fsv-schedule-site-content {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.fsv-schedule-page {
	margin-top: 0 !important;
}

.fsv-schedule-hero {
	margin-top: 0 !important;
	border-top: 0 !important;
	border-bottom: 2px solid rgba(240, 194, 50, 0.78);
}

.fsv-schedule-section {
	position: relative;
	padding-top: 36px;
}

@media (max-width: 767px) {
	.fsv-schedule-section {
		padding-top: 24px;
	}
}
