body {
	margin: 0;
	background: #f2f2f2;
	color: #28282b;
	font-family: "Bebas Neue", sans-serif;
	letter-spacing: 2px;
	height: 100vh;
}

.match-page-hero {
	position: relative;
	min-height: 520px;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	background: #111;
}

.match-page-hero__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.45;
}

.match-page-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), #0b0d12 92%);
}

.match-page-hero__content {
	position: relative;
	z-index: 2;
	max-width: 1250px;
	width: 100%;
	margin: 0 auto;
	padding: 80px 24px;
}

.match-page-hero__content p {
}

.match-page-eyebrow {
	display: inline-block;
	margin-bottom: 18px;
	padding: 14px 24px;
	border-radius: 4px;
	background: #fff101;
	color: #111;
	font-weight: 800;
	text-transform: uppercase;
}

.match-page-hero h1 {
	max-width: 900px;
	margin: 40px 20px;
	color: #f2f2f2;
	font-size: clamp(38px, 6vw, 82px);
	line-height: 0.95;
	text-transform: uppercase;
}

/* =========================================================
   PODSUMOWANIE MECZU
   ========================================================= */

.match-page-summary {
	margin-top: -70px;
	position: relative;
	z-index: 4;
	padding: 0 24px;
}

.match-page-summary__inner {
	max-width: 1200px;
	margin: 0 auto;
	background: linear-gradient(180deg, #0d6efd 0%, #03469d 100%);
	border-radius: 26px;
	border-top: 5px solid #fdef02;
	border-bottom: 5px solid #3891ff;
	padding: 34px;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 28px;
	align-items: center;
	box-shadow:
		0 12px 30px rgba(0, 0, 0, 0.14),
		0 0 0 1px rgba(0, 47, 117, 0.16),
		0 0 28px rgba(21, 64, 255, 0.52);
}

.match-page-team__logo {
	width: 120px;
	height: 120px;
	flex: 0 0 120px;
	margin: 0 auto 16px;
	background: #fff;
	border-radius: 50%;
	padding: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.match-page-team__logo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.match-page-team h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 76px;
	margin: 0;
	color: #f4f4f4;
	font-size: 32px;
	text-transform: uppercase;
}

.match-page-team {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-self: start;
	min-width: 0;
}

.match-page-team-scorers {
	margin-top: 10px;
	min-height: 24px;
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}

.match-page-team-scorer--empty {
	visibility: hidden;
}

.match-page-center {
	text-align: center;
}

.match-page-type {
	color: #fff101;
	font-weight: 800;
	text-transform: uppercase;
}

.match-page-score {
	margin: 10px 0;
	background: #fff101;
	padding: 20px;
	border-radius: 10px;
	font-size: 64px;
	font-weight: 900;
	line-height: 1;
}

.match-page-team-scorer {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 700;
}

.match-page-scorer-name {
	color: #fdef02;
}

.match-page-scorer-minute {
	color: #f4f4f4;
	font-weight: 800;
}

.match-page-meta {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;

	background: linear-gradient(180deg, #ffffff 0%, #b1b3b5 100%);
	padding: 14px 20px;

	border: 2px solid #5fa4ff;
	border-radius: 16px;

	gap: 10px 18px;

	color: #28282b;
	font-weight: 600;

	grid-column: 1 / -1;
	justify-self: center;

	width: fit-content;
	font-size: 18px;
}

.match-page-meta__competition,
.match-page-meta__item {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.match-page-meta__logo {
	width: 24px;
	height: 24px;
	object-fit: contain;
	flex: 0 0 24px;
}

.match-page-meta__item svg {
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
	color: #0d6efd;
	opacity: 0.9;
}

/* =========================================================
   TREŚĆ STRONY MECZOWEJ
   ========================================================= */

.match-page-info,
.match-page-content {
	position: relative;
	z-index: 4;
	margin-top: -50px;
	padding: 40px 24px;
}

.container {
	max-width: 1400px;
	margin: 0 auto;
}

.match-page-info-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.match-page-info-grid > div {
	background: #fff101;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 18px;
	padding: 20px;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.match-page-info-grid strong {
	display: block;
	color: #016eff;
	font-weight: 700;
	text-align: center;
	margin-bottom: 8px;
}

.match-page-info-grid span {
	display: block;
	color: #28282b;
	font-weight: 700;
	text-align: center;
	margin-bottom: 8px;
}

.match-page-lead {
	font-size: 24px;
	line-height: 1.45;
	color: #28282b;
	margin-bottom: 34px;
}

.match-page-article {
	font-size: 18px;
	font-family: "Outfit", sans-serif;
	line-height: 1.75;
	color: #28282b;
	background: #fff;
	border-radius: 4px;
	padding: clamp(28px, 4vw, 56px);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.match-page-article img {
	max-width: 100%;
	height: auto;
	border-radius: 18px;
}

/* Główny obraz zapowiedzi */
.match-preview-main-image {
	width: 100%;
	margin: 100px 0 34px;
	border-radius: 18px;
	overflow: hidden;
	background: #0b0d12;
	box-shadow:
		0 12px 30px rgba(0, 0, 0, 0.14),
		0 0 0 1px rgba(0, 47, 117, 0.12);
}

.match-preview-main-image img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 760px;
	object-fit: cover;
}

@media (max-width: 768px) {
	.match-preview-main-image {
		margin-bottom: 24px;
		border-radius: 12px;
	}
}

/* =========================================================
   TRANSMISJA I SPONSOR MECZU
   ========================================================= */

.match-live-video,
.match-live-text,
.match-sponsor-box {
	background: #ffffff;
	border-radius: 4px;
	padding: 28px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
	box-shadow:
		0 12px 30px rgba(0, 0, 0, 0.14),
		0 0 0 1px rgba(0, 47, 117, 0.16),
		0 0 28px rgba(21, 64, 255, 0.52);
}

.match-live-video {
	width: 100%;
	background:
		linear-gradient(rgb(17 96 241 / 78%), rgb(32 79 141 / 62%)),
		url(../img/bg_table.jpg);
}

.match-sponsor-box {
	width: 100%;
	background: linear-gradient(135deg, #1c1c1c 0%, rgb(0 0 0 / 94%) 100%);
}

.match-top-grid {
	display: grid;
	grid-template-columns: 60% 40%;
	gap: 32px;
	align-items: stretch;
	margin: 100px 20px;
}

.match-sponsor-box-logo {
	max-width: 220px;
	max-height: 160px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.match-sponsor-box-name {
	color: #fff;
	font-size: 2rem;
	font-weight: 900;
	text-align: center;
}

.match-sponsor-box-description {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 1.4rem;
	line-height: 1.65;
	text-align: center;
}

/* LINKI SPONSORA */

.match-sponsor-box .match-sponsor-contact {
	width: 100%;
	margin-top: 4px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 4px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.035);
}

.match-sponsor-box .match-sponsor-contact-website {
	min-height: 54px;
	padding: 0 18px;

	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;

	color: #fff;
	text-decoration: none;
	font-size: 1.3rem;
	font-weight: 700;

	transition:
		background 0.2s ease,
		color 0.2s ease;
}

.match-sponsor-box .match-sponsor-contact-website:hover {
	background: rgba(255, 255, 255, 0.08);
	color: #fff101;
}

.match-sponsor-box .match-sponsor-contact-website svg {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
}

/* SOCIAL MEDIA */

.match-sponsor-box .match-sponsor-contact-socials {
	min-height: 52px;
	padding: 0 18px;

	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;

	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.match-sponsor-box .match-sponsor-contact-socials > span {
	color: rgba(255, 255, 255, 0.55);
	font-size: 1.65rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.match-sponsor-box .match-sponsor-social-icons {
	display: flex;
	align-items: center;
	gap: 8px;
}

.match-sponsor-box .match-sponsor-social-icons a {
	width: 36px;
	height: 36px;

	display: flex;
	align-items: center;
	justify-content: center;

	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 4px;

	color: #fff;
	text-decoration: none;

	transition:
		background 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease,
		transform 0.2s ease;
}

.match-sponsor-box .match-sponsor-social-icons a:hover {
	background: rgba(255, 255, 255, 0.09);
	border-color: rgba(255, 255, 255, 0.35);
	color: #fff101;
	transform: translateY(-1px);
}

.match-sponsor-box .match-sponsor-social-icons svg {
	width: 17px;
	height: 17px;
}

/* =========================================================
   STRZELCY I NAWIGACJA
   ========================================================= */

.match-page-scorers {
	margin-top: 12px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	font-size: 15px;
	font-weight: 700;
}

.match-page-scorer {
	color: #28282b;
}

.match-page-scorer span {
	margin-left: 5px;
	color: #016eff;
}

.match-page-back {
	position: absolute;
	top: 28px;
	left: 32px;
	z-index: 5;

	display: inline-flex;
	align-items: center;
	gap: 9px;

	padding: 10px 16px;

	background: rgba(0, 0, 0, 0.35);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 8px;

	color: #fff;
	text-decoration: none;

	font-size: 14px;
	font-weight: 700;

	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);

	transition:
		background 0.2s ease,
		border-color 0.2s ease,
		transform 0.2s ease;
}

.match-page-back:hover {
	background: #016eff;
	border-color: #016eff;
	transform: translateX(-3px);
	color: #fff;
}

.match-page-back__arrow {
	font-size: 20px;
	line-height: 1;
}

@media (max-width: 768px) {
	.match-page-back {
		top: 18px;
		left: 18px;
		padding: 8px 12px;
		font-size: 13px;
	}
}

/* =========================================================
   SKŁADY
========================================================= */

.match-lineups {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin: 42px 0;
}

.match-lineup {
	position: relative;
	overflow: hidden;

	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.98) 0%,
		rgba(248, 250, 253, 0.98) 100%
	);

	border: 1px solid rgba(13, 110, 253, 0.12);
	border-radius: 20px;

	padding: 28px 24px 24px;

	box-shadow:
		0 14px 38px rgba(5, 32, 72, 0.08),
		0 1px 0 rgba(255, 255, 255, 0.8) inset;

	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease,
		border-color 0.25s ease;
}

.match-lineup:hover {
	transform: translateY(-2px);

	border-color: rgba(13, 110, 253, 0.22);

	box-shadow:
		0 18px 44px rgba(5, 32, 72, 0.11),
		0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

/* delikatny pasek klubowy na górze */
.match-lineup::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;

	height: 3px;

	background: linear-gradient(90deg, #02398b, #0d6efd);
}

.match-lineup h2 {
	margin: 2px 0 18px;

	color: #016eff;

	text-align: center;

	font-size: 22px;
	font-weight: 800;

	text-transform: uppercase;
	letter-spacing: 0.08em;
}

/* ---------------------------------------------------------
   PODSTAWOWI / REZERWOWI
--------------------------------------------------------- */

.match-lineup-section {
	margin-top: 4px;
}

.match-lineup-section--bench {
	margin-top: 22px;
	padding-top: 18px;

	border-top: 1px solid rgba(20, 50, 90, 0.1);
}

.match-lineup-section__label {
	margin-bottom: 5px;

	color: #667386;

	font-size: 12px;
	font-weight: 800;

	letter-spacing: 0.12em;
	text-transform: uppercase;
}

/* ---------------------------------------------------------
   WIERSZ ZAWODNIKA
--------------------------------------------------------- */

.match-lineup-player {
	position: relative;

	display: flex;
	align-items: center;
	gap: 12px;

	min-height: 48px;

	padding: 7px 4px;

	border-bottom: 1px solid rgba(20, 50, 90, 0.09);

	transition:
		background 0.2s ease,
		padding-left 0.2s ease;
}

.match-lineup-player:hover {
	padding-left: 7px;

	background: linear-gradient(90deg, rgba(1, 110, 255, 0.045), transparent);
}

.match-lineup-player:last-child {
	border-bottom: 0;
}

/* rezerwowi odrobinę spokojniejsi */
.match-lineup-player--bench {
	opacity: 0.88;
}

/* ---------------------------------------------------------
   NUMER ZAWODNIKA
--------------------------------------------------------- */

.match-lineup-number {
	position: relative;

	flex: 0 0 36px;

	width: 36px;
	height: 36px;

	display: inline-flex;
	align-items: center;
	justify-content: center;

	border-radius: 50%;

	background: linear-gradient(145deg, #1382ff 0%, #016eff 52%, #0056c9 100%);

	border: 2px solid rgba(255, 255, 255, 0.92);

	color: #fff;

	font-size: 13px;
	font-weight: 900;

	line-height: 1;

	letter-spacing: 0;

	box-shadow:
		0 5px 12px rgba(1, 110, 255, 0.2),
		0 0 0 1px rgba(1, 72, 160, 0.1);

	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* subtelne światło w kółku */
.match-lineup-number::after {
	content: "";

	position: absolute;

	top: 3px;
	left: 7px;

	width: 13px;
	height: 7px;

	border-radius: 50%;

	background: rgba(255, 255, 255, 0.22);

	transform: rotate(-14deg);

	pointer-events: none;
}

/* ---------------------------------------------------------
   NAZWA
--------------------------------------------------------- */

.match-lineup-name {
	color: #182233;

	font-size: 16px;
	font-weight: 800;

	line-height: 1.25;

	letter-spacing: 0.035em;
}

/* ---------------------------------------------------------
   TRENER
--------------------------------------------------------- */

.match-lineup-coach {
	margin-top: 22px;

	padding: 18px 18px 16px;

	border: 1px solid rgba(1, 110, 255, 0.11);
	border-radius: 12px;

	background: linear-gradient(
		135deg,
		rgba(1, 110, 255, 0.055),
		rgba(1, 110, 255, 0.015)
	);
}

.match-lineup-coach span {
	display: block;

	margin-bottom: 5px;

	color: #016eff;

	font-size: 11px;
	font-weight: 900;

	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.match-lineup-coach strong {
	color: #182233;

	font-size: 16px;
	font-weight: 800;

	letter-spacing: 0.04em;
}

/* ---------------------------------------------------------
   RESPONSIVE
--------------------------------------------------------- */

@media (max-width: 768px) {
	.match-lineups {
		grid-template-columns: 1fr;
		gap: 18px;
		margin: 28px 0;
	}

	.match-lineup {
		padding: 24px 18px 20px;
		border-radius: 16px;
	}

	.match-lineup h2 {
		font-size: 20px;
	}

	.match-lineup-player {
		min-height: 46px;
	}

	.match-lineup-number {
		flex-basis: 34px;
		width: 34px;
		height: 34px;
	}

	.match-lineup-name {
		font-size: 15px;
	}
}

/* Tablet */
@media (max-width: 991px) {
	.match-top-grid {
		grid-template-columns: 1fr;
	}
}

.match-sponsor-box h2,
.match-sponsor-box strong,
.match-sponsor-box p {
	color: #ffff;
}

.match-live-text h2 {
	margin-top: 0;
	color: #016eff;
	text-align: center;
	text-transform: uppercase;
}

.match-live-video h2 {
	margin-top: 0;
	color: #fff101;
	text-align: center;
	text-transform: uppercase;
}

.match-live-video__btn {
	display: inline-flex;
	padding: 14px 22px;
	background: linear-gradient(135deg, #ff0033 0%, #eb0e3a 100%);
	color: #fff;
	width: auto;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 800;
	transition: 0.25s ease;
	animation: livePulse 1.8s infinite;
}

.match-live-video__btn:hover {
	animation-play-state: paused;
	transform: scale(1.04);
}

@keyframes livePulse {
	0% {
		transform: scale(1);
		box-shadow:
			0 0 0 0 rgba(255, 0, 51, 0.65),
			0 6px 18px rgba(235, 14, 58, 0.35);
	}

	50% {
		transform: scale(1.04);
		box-shadow:
			0 0 0 14px rgba(255, 0, 51, 0),
			0 10px 28px rgba(235, 14, 58, 0.55);
	}

	100% {
		transform: scale(1);
		box-shadow:
			0 0 0 0 rgba(255, 0, 51, 0),
			0 6px 18px rgba(235, 14, 58, 0.35);
	}
}

.match-live-video__btn::before {
	content: "";
	width: 10px;
	height: 10px;
	margin-right: 10px;
	border-radius: 50%;
	background: #fff;
	animation: liveDot 0.9s infinite alternate;
}

@keyframes liveDot {
	from {
		opacity: 0.35;
		transform: scale(0.8);
	}
	to {
		opacity: 1;
		transform: scale(1.2);
	}
}
.match-live-entry {
	background: #f4f7ff;
	border-left: 5px solid #016eff;
	padding: 16px 18px;
	margin-bottom: 12px;
	border-radius: 8px;
	font-size: 17px;
	line-height: 1.5;
}

@media (max-width: 768px) {
	.match-page-summary__inner {
		grid-template-columns: 1fr;
		display: flex;
		flex-direction: column;
	}

	.match-page-info-grid {
		grid-template-columns: 1fr 1fr;
	}

	.match-page-team__logo {
		width: 90px;
		height: 90px;
		flex-basis: 90px;
	}

	.match-page-team {
		align-self: center;
	}

	.match-page-team h2 {
		min-height: auto;
	}
}

@media (max-width: 520px) {
	.match-page-info-grid {
		grid-template-columns: 1fr;
	}
}

/* =========================================================
   ZMIANY
   ========================================================= */

.match-substitutions {
	margin: 38px 0;
	background: #fff;
	border-radius: 18px;
	padding: 28px;
	box-shadow:
		0 12px 30px rgba(0, 0, 0, 0.1),
		0 0 0 1px rgba(0, 47, 117, 0.12);
}

.match-substitutions h2 {
	margin: 0 0 20px;
	color: #016eff;
	font-size: 26px;
	text-transform: uppercase;
}

.match-substitution {
	display: grid;
	grid-template-columns: 70px 1fr 1fr;
	gap: 16px;
	align-items: center;
	padding: 14px 0;
	border-bottom: 1px solid #e8e8e8;
}

.match-substitution:last-child {
	border-bottom: 0;
}

.match-substitution__minute {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	border-radius: 8px;
	background: #016eff;
	color: #fff;
	font-weight: 800;
}

.match-substitution__player {
	font-size: 16px;
	font-weight: 700;
}

.match-substitution__player--in {
	color: #168447;
}

.match-substitution__player--out {
	color: #c83a3a;
}

.match-substitution__team {
	display: block;
	margin-bottom: 5px;
	color: #7a8491;
	font-size: 12px;
	text-transform: uppercase;
}

@media (max-width: 680px) {
	.match-substitution {
		grid-template-columns: 56px 1fr;
	}

	.match-substitution__player--out {
		grid-column: 2;
	}
}

.match-substitutions-team {
	margin-bottom: 28px;
	overflow: hidden;
	border: 1px solid #dfe5ed;
	border-radius: 14px;
}

.match-substitutions-team:last-child {
	margin-bottom: 0;
}

.match-substitutions-team__header {
	padding: 14px 18px;
	background: linear-gradient(135deg, #0878ff 0%, #075dcc 100%);
	color: #fff;
	font-size: 19px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.match-substitutions-team .match-substitution {
	padding-left: 18px;
	padding-right: 18px;
}

.match-substitutions-team .match-substitution:last-child {
	border-bottom: 0;
}

/* ===============================
   TABS STRONY MECZU
   =============================== */

.match-tabs-wrap {
	position: relative;
	z-index: 6;
	max-width: 1400px;
	margin: 38px auto 0;
	padding: 0 24px;
}

.match-tabs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	padding: 8px;
	letter-spacing: 10px;
	border-radius: 16px;
}

.match-tab {
	appearance: none;
	border: 0;
	border-radius: 11px;
	padding: 15px 20px;
	background: #fff;
	color: #1e2838;
	font: inherit;
	letter-spacing: 4px;
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
	transition:
		transform 0.2s ease,
		background 0.2s ease,
		color 0.2s ease,
		box-shadow 0.2s ease;
}

.match-tab:hover {
	transform: translateY(-1px);
	background: #fdef02;
}

.match-tab.is-active {
	background: linear-gradient(135deg, #0f7bff 0%, #1f5fe0 100%);
	color: #fff;
	box-shadow: 0 8px 18px rgba(1, 110, 255, 0.25);
}

.match-tab-panel {
	display: none;
}

.match-tab-panel.is-active {
	display: block;
}

.match-tab-panel {
	position: relative;
	z-index: 0;
	overflow: hidden;
	background-color: #f2f2f2;
	isolation: isolate;
}

/* piłkarz w tle */
.match-tab-panel::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: -75px;
	left: 60%;
	width: min(700px, 55vw);
	height: 800px;
	transform: translateX(-50%);

	background-image: url("/img/pilkarze.webp");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;

	filter: grayscale(100%);
	opacity: 0.225;
	pointer-events: none;
}

/* treść zawsze ponad piłkarzem */
.match-tab-panel > * {
	position: relative;
	z-index: 1;
}

@media (max-width: 768px) {
	.match-tab-panel::before {
		top: -40px;
		left: 65%;
		width: 150vw;
		height: 650px;
	}
}

.match-tab-content {
	padding: 50px 24px 70px;
}

.match-tab-content .container {
	max-width: 1400px;
}

.match-coming-soon {
	background: #fff;
	border-radius: 18px;
	padding: 42px 28px;
	text-align: center;
	box-shadow:
		0 10px 28px rgba(0, 0, 0, 0.08),
		0 0 0 1px rgba(0, 47, 117, 0.08);
}

.match-coming-soon h2 {
	margin: 0 0 10px;
	color: #016eff;
	text-transform: uppercase;
}

.match-coming-soon p {
	margin: 0;
	color: #646d7a;
	font-size: 17px;
}

.match-stage-heading {
	margin: 0 0 26px;
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1;
	text-transform: uppercase;
	color: #28282b;
	text-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

@media (max-width: 680px) {
	.match-tabs {
		grid-template-columns: 1fr;
	}

	.match-tab {
		width: 100%;
	}

	.match-tab-content {
		padding: 34px 18px 50px;
	}
}
