body.page-id-2 h1.vw-page-title,
body.page-id-2 .elementor-element-af424b2 {
	display: none !important;
}

body.page-id-2 main#maincontent {
	padding-top: 0 !important;
}

.jse-match-list {
	--jse-match-navy: #071426;
	--jse-match-panel: #0b2038;
	--jse-match-line: #164667;
	--jse-match-orange: #ff7a00;
	--jse-match-orange-light: #ffad4a;
	--jse-match-blue: #0aa5e8;
	width: min(1180px, calc(100% - 32px));
	margin: 28px auto;
	overflow: hidden;
	border: 1px solid var(--jse-match-line);
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(10, 165, 232, 0.08), transparent 34%),
		var(--jse-match-navy);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
	color: #fff;
}

.jse-match-list__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	padding: 24px 28px;
	border-bottom: 1px solid var(--jse-match-line);
	background: linear-gradient(90deg, rgba(255, 122, 0, 0.13), rgba(10, 165, 232, 0.04));
}

.jse-match-list__head span,
.jse-match-list__head strong,
.jse-match-list__head h2,
.jse-match-list__row span,
.jse-match-list__row strong {
	text-shadow: none !important;
}

.jse-match-list__head > div:first-child > span {
	display: block;
	margin-bottom: 5px;
	color: var(--jse-match-orange-light);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.jse-match-list__head h2 {
	margin: 0;
	color: #f8fbff;
	font-size: clamp(25px, 3vw, 44px);
	line-height: 0.95;
	letter-spacing: -0.025em;
	text-transform: uppercase;
	text-shadow: 0 0 22px rgba(255, 255, 255, 0.18) !important;
}

.jse-match-list__badges {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
}

.jse-match-list__badges > * {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 12px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	color: #dceaf6;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.jse-match-list__body {
	display: grid;
}

.jse-match-list__row {
	display: grid;
	grid-template-columns: 130px minmax(0, 1fr) 110px 190px;
	align-items: center;
	gap: 22px;
	min-height: 94px;
	padding: 16px 22px;
	border-bottom: 1px solid rgba(79, 144, 185, 0.2);
	background: rgba(255, 255, 255, 0.015);
	transition: background-color 180ms ease, transform 180ms ease;
}

.jse-match-list__row:nth-child(even) {
	background: rgba(10, 165, 232, 0.035);
}

.jse-match-list__row:last-child {
	border-bottom: 0;
}

.jse-match-list__row:hover {
	z-index: 1;
	background: rgba(10, 165, 232, 0.085);
}

.jse-match-list__when {
	padding-left: 12px;
	border-left: 3px solid var(--jse-match-orange);
}

.jse-match-list__when span,
.jse-match-list__when strong {
	display: block;
}

.jse-match-list__when span {
	color: #9eb5c9;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
}

.jse-match-list__when strong {
	margin-top: 3px;
	color: #fff;
	font-size: 22px;
	line-height: 1;
}

.jse-match-list__teams {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 36px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
}

.jse-match-list__team {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.jse-match-list__team:last-child {
	flex-direction: row-reverse;
	text-align: right;
}

.jse-match-list__team strong {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	color: #f5f9fc;
	font-size: clamp(13px, 1.25vw, 17px);
	line-height: 1.12;
	text-align: left;
	text-overflow: ellipsis;
}

.jse-match-list__team:last-child strong {
	text-align: right;
}

.jse-match-list__logo {
	display: grid;
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	place-items: center;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.jse-match-list__logo img {
	display: block;
	width: 42px !important;
	height: 42px !important;
	max-width: 42px !important;
	object-fit: contain;
}

.jse-match-list__logo-fallback {
	color: #071426;
	font-size: 11px;
	font-weight: 900;
}

.jse-match-list__vs {
	color: var(--jse-match-blue);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-align: center;
}

.jse-match-list__score {
	text-align: center;
}

.jse-match-list__score-label {
	display: block;
	margin-bottom: 3px;
	color: #8da8bd;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.jse-match-list__score strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 88px;
	padding: 10px 12px;
	border-radius: 13px;
	background: linear-gradient(135deg, var(--jse-match-orange), var(--jse-match-orange-light));
	box-shadow: 0 10px 24px rgba(255, 122, 0, 0.2);
	color: #071426;
	font-size: 23px;
	line-height: 1;
}

.jse-match-list__score strong i {
	font-style: normal;
	font-weight: 500;
}

.jse-match-list__youtube {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 46px;
	padding: 10px 15px;
	border: 1px solid var(--jse-match-orange);
	border-radius: 13px;
	background: var(--jse-match-orange);
	box-shadow: 0 10px 28px rgba(255, 122, 0, 0.16);
	color: #071426 !important;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.035em;
	line-height: 1.1;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
}

.jse-match-list__youtube:hover {
	border-color: var(--jse-match-orange-light);
	background: var(--jse-match-orange-light);
	color: #071426 !important;
}

.jse-match-list__youtube.is-search {
	border-color: rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.06);
	color: #fff !important;
}

@media (max-width: 900px) {
	.jse-match-list__row {
		grid-template-columns: 104px minmax(0, 1fr) 92px;
	}

	.jse-match-list__youtube {
		grid-column: 1 / -1;
		justify-self: end;
		min-width: 190px;
	}
}

@media (max-width: 680px) {
	.jse-match-list {
		width: calc(100% - 20px);
		margin-block: 18px;
		border-radius: 18px;
	}

	.jse-match-list__head {
		align-items: flex-start;
		flex-direction: column;
		padding: 20px;
	}

	.jse-match-list__badges {
		justify-content: flex-start;
	}

	.jse-match-list__row {
		grid-template-columns: 1fr auto;
		gap: 15px;
		padding: 18px 16px;
	}

	.jse-match-list__when {
		grid-column: 1;
	}

	.jse-match-list__score {
		grid-column: 2;
		grid-row: 1;
	}

	.jse-match-list__teams {
		grid-column: 1 / -1;
		grid-template-columns: 1fr;
		gap: 9px;
		padding-block: 4px;
	}

	.jse-match-list__team {
		flex-direction: row;
		text-align: left;
	}

	.jse-match-list__team:last-child {
		flex-direction: row-reverse;
		text-align: right;
	}

	.jse-match-list__vs {
		display: none;
	}

	.jse-match-list__team strong {
		overflow: visible;
		font-size: 15px;
		text-overflow: clip;
		white-space: normal;
	}

	.jse-match-list__team:first-child strong {
		text-align: left;
	}

	.jse-match-list__team:last-child strong {
		text-align: right;
	}

	.jse-match-list__logo {
		flex-basis: 46px;
		width: 46px;
		height: 46px;
	}

	.jse-match-list__logo img {
		width: 37px !important;
		height: 37px !important;
		max-width: 37px !important;
	}

	.jse-match-list__youtube {
		grid-column: 1 / -1;
		justify-self: stretch;
		width: 100%;
	}
}

.jse-standings {
	--jse-standings-line: #164667;
	width: min(1180px, calc(100% - 32px));
	margin: 28px auto;
	overflow: hidden;
	border: 1px solid var(--jse-standings-line);
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(10, 165, 232, 0.08), transparent 34%),
		#071426;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
	color: #fff;
}

.jse-standings__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	padding: 24px 28px;
	border-bottom: 1px solid var(--jse-standings-line);
	background: linear-gradient(90deg, rgba(255, 122, 0, 0.13), rgba(10, 165, 232, 0.04));
}

.jse-standings__head > div:first-child > span {
	display: block;
	margin-bottom: 5px;
	color: #ffad4a;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.jse-standings__head h2 {
	margin: 0;
	color: #f8fbff;
	font-size: clamp(25px, 3vw, 44px);
	line-height: 0.95;
	letter-spacing: -0.025em;
	text-shadow: 0 0 22px rgba(255, 255, 255, 0.18) !important;
	text-transform: uppercase;
}

.jse-standings__badges {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
}

.jse-standings__badges > * {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 12px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	color: #dceaf6;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-shadow: none !important;
	text-transform: uppercase;
}

.jse-standings__legend {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	padding: 10px 28px;
	border-bottom: 1px solid rgba(79, 144, 185, 0.18);
	background: rgba(10, 165, 232, 0.035);
	color: #7897af;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.jse-standings__row {
	display: grid;
	grid-template-columns: 82px minmax(220px, 1fr) minmax(490px, 1.65fr);
	align-items: center;
	gap: 18px;
	min-height: 78px;
	padding: 12px 22px;
	border-bottom: 1px solid rgba(79, 144, 185, 0.2);
	background: rgba(255, 255, 255, 0.015);
	transition: background-color 180ms ease;
}

.jse-standings__row:nth-child(even) {
	background: rgba(10, 165, 232, 0.035);
}

.jse-standings__row:last-child {
	border-bottom: 0;
}

.jse-standings__row:hover {
	background: rgba(10, 165, 232, 0.085);
}

.jse-standings__rank {
	padding-left: 12px;
	border-left: 3px solid #ff7a00;
}

.jse-standings__rank span,
.jse-standings__rank strong {
	display: block;
	text-shadow: none !important;
}

.jse-standings__rank span {
	color: #7897af;
	font-size: 8px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.jse-standings__rank strong {
	margin-top: 2px;
	color: #ffad4a;
	font-size: 25px;
	line-height: 1;
}

.jse-standings__club {
	display: flex;
	align-items: center;
	gap: 13px;
	min-width: 0;
}

.jse-standings__club > strong {
	color: #f5f9fc;
	font-size: clamp(14px, 1.3vw, 18px);
	line-height: 1.1;
	text-shadow: none !important;
}

.jse-standings__logo {
	display: grid;
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	place-items: center;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.jse-standings__logo img {
	display: block;
	width: 42px !important;
	height: 42px !important;
	max-width: 42px !important;
	object-fit: contain;
}

.jse-standings__logo-fallback {
	color: #071426;
	font-size: 11px;
	font-weight: 900;
}

.jse-standings__stats {
	display: grid;
	grid-template-columns: repeat(8, minmax(42px, 1fr));
	gap: 7px;
}

.jse-standings__stat {
	display: grid;
	min-height: 50px;
	padding: 6px 4px;
	place-items: center;
	border: 1px solid rgba(79, 144, 185, 0.16);
	border-radius: 11px;
	background: rgba(255, 255, 255, 0.025);
}

.jse-standings__stat span,
.jse-standings__stat strong {
	display: block;
	text-align: center;
	text-shadow: none !important;
}

.jse-standings__stat span {
	color: #7897af;
	font-size: 8px;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.jse-standings__stat strong {
	color: #dceaf6;
	font-size: 16px;
	line-height: 1;
}

.jse-standings__stat.is-featured {
	border-color: rgba(255, 122, 0, 0.45);
	background: linear-gradient(135deg, #ff7a00, #ffad4a);
	box-shadow: 0 8px 20px rgba(255, 122, 0, 0.14);
}

.jse-standings__stat.is-featured span,
.jse-standings__stat.is-featured strong {
	color: #071426;
}

@media (max-width: 900px) {
	.jse-standings__row {
		grid-template-columns: 70px minmax(0, 1fr);
	}

	.jse-standings__stats {
		grid-column: 1 / -1;
	}
}

@media (max-width: 680px) {
	.jse-standings {
		width: calc(100% - 20px);
		margin-block: 18px;
		border-radius: 18px;
	}

	.jse-standings__head {
		align-items: flex-start;
		flex-direction: column;
		padding: 20px;
	}

	.jse-standings__badges {
		justify-content: flex-start;
	}

	.jse-standings__legend {
		padding-inline: 18px;
	}

	.jse-standings__row {
		grid-template-columns: 56px minmax(0, 1fr);
		gap: 12px;
		padding: 15px 14px;
	}

	.jse-standings__rank {
		padding-left: 8px;
	}

	.jse-standings__club > strong {
		font-size: 15px;
	}

	.jse-standings__logo {
		flex-basis: 46px;
		width: 46px;
		height: 46px;
	}

	.jse-standings__logo img {
		width: 37px !important;
		height: 37px !important;
		max-width: 37px !important;
	}

	.jse-standings__stats {
		grid-template-columns: repeat(4, 1fr);
	}
}
