/*
 * HS ATHLETICS — League tabs / team-page visual parity.
 * This final cascade keeps league-specific data while using the same light,
 * content-led hierarchy established across team tabs.
 */
body.tax-sp_league {
	--hsl-ink: #121820;
	--hsl-navy: #002554;
	--hsl-muted: #66727e;
	--hsl-line: #dfe5e9;
	--hsl-soft-line: #edf0f2;
	--hsl-soft: #f7f9fa;
	--hsl-hover: #f4f7fa;
}

/* League Inicio — mirrors the approved Team Inicio content system. */
body.tax-sp_league #hsLeagueHome {
	--hs-home-primary: var(--team-primary, #002554);
	--hs-home-secondary: var(--team-secondary, #5e8ab4);
	--hs-home-tint: color-mix(in srgb, var(--hs-home-primary) 8%, #fff);
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 28px 0 88px !important;
	background: #eef2f6 !important;
	color: #061323 !important;
	font-family: Arial, sans-serif !important;
}

body.tax-sp_league #hsLeagueHome *,
body.tax-sp_league #hsLeagueHome *::before,
body.tax-sp_league #hsLeagueHome *::after {
	box-sizing: border-box;
}

body.tax-sp_league #hsLeagueHome a,
body.tax-sp_league #hsLeagueHome a:hover,
body.tax-sp_league #hsLeagueHome a:focus {
	text-decoration: none !important;
}

body.tax-sp_league #hsLeagueHome h2,
body.tax-sp_league #hsLeagueHome strong,
body.tax-sp_league #hsLeagueHome b {
	font-family: "Oswald", Arial, sans-serif !important;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__shell {
	display: grid;
	width: calc(100% - 72px);
	max-width: 1360px;
	margin: 0 auto;
	grid-template-columns: minmax(0, 1fr);
	gap: 18px;
}

body.tax-sp_league #hsLeagueHome :is(
	.hs-league-home__activity,
	.hs-league-home__intelligence,
	.hs-league-home__postseason
) {
	overflow: hidden;
	border: 1px solid #cfd8e1;
	background: #fff;
	box-shadow: 0 10px 26px rgba(6, 25, 46, .045);
}

body.tax-sp_league #hsLeagueHome .hs-league-home__activity {
	display: grid;
	grid-template-columns: minmax(0, 1.28fr) minmax(360px, .72fr);
}

body.tax-sp_league #hsLeagueHome .hs-league-home__results {
	min-width: 0;
	border-right: 1px solid #d8e0e7;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__module-head {
	display: flex;
	min-height: 70px;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 0 !important;
	padding: 14px 19px;
	border: 0;
	border-bottom: 1px solid #d8e0e7;
	background: #f8fafb;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__module-head span {
	display: block;
	color: #4f7ea7;
	font-size: .57rem;
	font-weight: 800;
	letter-spacing: .14em;
	line-height: 1.3;
	text-transform: uppercase;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__module-head h2 {
	margin: 4px 0 0 !important;
	color: #001f44 !important;
	font-size: clamp(1.25rem, 1.8vw, 1.7rem) !important;
	font-weight: 800 !important;
	letter-spacing: 0 !important;
	line-height: 1 !important;
	text-transform: none !important;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__module-head > a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #001f44 !important;
	font-size: .61rem;
	font-weight: 800;
	letter-spacing: .075em;
	text-transform: uppercase;
	white-space: nowrap;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__module-head > a b {
	font-size: .85rem;
	transition: transform .16s ease;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__module-head > a:hover b {
	transform: translateX(3px);
}

body.tax-sp_league #hsLeagueHome .hs-league-home__module-head > em {
	color: #667684;
	font-size: .58rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__result-row {
	display: grid;
	min-height: 92px;
	grid-template-columns: 118px minmax(0, 1fr) 32px;
	align-items: stretch;
	border-bottom: 1px solid #d8e0e7;
	background: #fff;
	color: #061323 !important;
	transition: background .16s ease;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__result-row:last-child {
	border-bottom: 0;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__result-row:hover,
body.tax-sp_league #hsLeagueHome .hs-league-home__upcoming-list > a:hover,
body.tax-sp_league #hsLeagueHome .hs-league-home__table-body > a:hover,
body.tax-sp_league #hsLeagueHome .hs-league-home__postseason-games > a:hover {
	background: var(--hs-home-tint);
}

body.tax-sp_league #hsLeagueHome .hs-league-home__game-meta {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 13px 15px;
	border-right: 1px solid #d8e0e7;
	background: #f8fafb;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__game-meta strong {
	color: #001f44;
	font-size: .78rem;
	font-weight: 800;
	text-transform: uppercase;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__game-meta span {
	display: block;
	overflow: hidden;
	margin-top: 6px;
	color: #667684;
	font-size: .53rem;
	font-weight: 700;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__score {
	display: grid;
	min-width: 0;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__score > div {
	display: grid;
	min-width: 0;
	min-height: 45px;
	grid-template-columns: 32px minmax(0, 1fr) 42px;
	align-items: center;
	gap: 10px;
	padding: 7px 13px;
	border-bottom: 1px solid #e7ebef;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__score > div:last-child {
	border-bottom: 0;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__score > div > span {
	display: flex;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__score img {
	max-width: 28px;
	max-height: 28px;
	object-fit: contain;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__score strong {
	overflow: hidden;
	color: #101820;
	font-size: .8rem;
	font-weight: 800;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__score b {
	justify-self: end;
	color: #001f44;
	font-size: 1.18rem;
	font-weight: 800;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__result-row > i {
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #e2e7eb;
	color: #001f44;
	font-style: normal;
	font-weight: 800;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__upcoming-list > a {
	display: grid;
	min-height: 92px;
	grid-template-columns: 68px minmax(0, 1fr) 24px;
	align-items: center;
	gap: 14px;
	padding: 12px 16px;
	border-bottom: 1px solid #d8e0e7;
	color: #061323 !important;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__upcoming-list > a:last-child {
	border-bottom: 0;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__date {
	padding-right: 12px;
	border-right: 1px solid #d8e0e7;
	text-align: center;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__date strong,
body.tax-sp_league #hsLeagueHome .hs-league-home__date span {
	display: block;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__date strong {
	color: #001f44;
	font-size: .95rem;
	text-transform: uppercase;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__date span {
	margin-top: 4px;
	color: #667684;
	font-size: .62rem;
	font-weight: 700;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__upcoming-match {
	display: grid;
	min-width: 0;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 7px;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__upcoming-match strong {
	overflow: hidden;
	color: #101820;
	font-size: .8rem;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__upcoming-match > strong:last-of-type {
	text-align: right;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__upcoming-match em {
	color: #82909c;
	font-size: .58rem;
	font-style: normal;
	font-weight: 800;
	text-transform: uppercase;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__upcoming-match small {
	grid-column: 1 / -1;
	overflow: hidden;
	color: #667684;
	font-size: .52rem;
	font-weight: 650;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__upcoming-list > a > b {
	color: #001f44;
	font-size: .9rem;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__intelligence {
	display: grid;
	grid-template-columns: minmax(0, 1.28fr) minmax(350px, .72fr);
}

body.tax-sp_league #hsLeagueHome .hs-league-home__standings {
	min-width: 0;
	border-right: 1px solid #d8e0e7;
}

body.tax-sp_league #hsLeagueHome :is(.hs-league-home__table-head,.hs-league-home__table-body > a) {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr) 48px 75px 50px;
	align-items: center;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__table-head {
	min-height: 33px;
	padding: 0 15px;
	background: var(--hs-home-tint);
	color: #5d6d7a;
	font-size: .52rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__table-body > a {
	min-height: 57px;
	padding: 8px 15px;
	border-bottom: 1px solid #e2e7eb;
	color: #061323 !important;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__table-body > a:last-child {
	border-bottom: 0;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__table-body > a > b {
	color: #001f44;
	font-size: .8rem;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__table-body > a > div {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 10px;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__table-body > a > div > span {
	display: flex;
	width: 31px;
	height: 31px;
	flex: 0 0 31px;
	align-items: center;
	justify-content: center;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__table-body img {
	max-width: 28px;
	max-height: 28px;
	object-fit: contain;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__table-body strong {
	overflow: hidden;
	font-size: .82rem;
	font-weight: 800;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__table-body > a > span {
	font-size: .68rem;
	font-weight: 750;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__profile-window {
	padding: 19px;
	border-bottom: 1px solid #d8e0e7;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__profile-window span,
body.tax-sp_league #hsLeagueHome .hs-league-home__profile-facts span,
body.tax-sp_league #hsLeagueHome .hs-league-home__progress span,
body.tax-sp_league #hsLeagueHome .hs-league-home__postseason-summary span {
	display: block;
	color: #667684;
	font-size: .54rem;
	font-weight: 800;
	letter-spacing: .07em;
	text-transform: uppercase;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__profile-window strong {
	display: block;
	margin-top: 6px;
	color: #001f44;
	font-size: 1rem;
	text-transform: uppercase;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__profile-facts,
body.tax-sp_league #hsLeagueHome .hs-league-home__postseason-summary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.tax-sp_league #hsLeagueHome .hs-league-home__profile-facts > div,
body.tax-sp_league #hsLeagueHome .hs-league-home__postseason-summary > div {
	min-height: 82px;
	padding: 16px 19px;
	border-right: 1px solid #e1e6ea;
	border-bottom: 1px solid #e1e6ea;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__profile-facts > div:nth-child(2n),
body.tax-sp_league #hsLeagueHome .hs-league-home__postseason-summary > div:nth-child(2n) {
	border-right: 0;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__profile-facts strong,
body.tax-sp_league #hsLeagueHome .hs-league-home__postseason-summary strong {
	display: block;
	margin-top: 8px;
	color: #001f44;
	font-size: 1.35rem;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__progress {
	padding: 17px 19px 19px;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__progress > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__progress > div strong {
	color: #001f44;
	font-size: 1.15rem;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__progress > i {
	display: block;
	overflow: hidden;
	height: 7px;
	margin-top: 10px;
	background: #e4e9ed;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__progress > i b {
	display: block;
	width: var(--hs-progress, 0%);
	height: 100%;
	background: #002554;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__progress small {
	display: block;
	margin-top: 8px;
	color: #667684;
	font-size: .56rem;
	font-weight: 650;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__postseason-grid {
	display: grid;
	grid-template-columns: minmax(310px, .72fr) minmax(0, 1.28fr);
}

body.tax-sp_league #hsLeagueHome .hs-league-home__postseason-summary {
	border-right: 1px solid #d8e0e7;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__postseason-summary > div:nth-last-child(-n+2) {
	border-bottom: 0;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__postseason-games > a {
	display: grid;
	min-height: 73px;
	grid-template-columns: 145px minmax(0, 1fr) 24px;
	align-items: center;
	gap: 18px;
	padding: 11px 18px;
	border-bottom: 1px solid #d8e0e7;
	color: #061323 !important;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__postseason-games > a:last-child {
	border-bottom: 0;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__postseason-games > a > div span,
body.tax-sp_league #hsLeagueHome .hs-league-home__postseason-games > a > div small {
	display: block;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__postseason-games > a > div span {
	color: #4f7ea7;
	font-size: .57rem;
	font-weight: 800;
	letter-spacing: .07em;
	text-transform: uppercase;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__postseason-games > a > div small {
	margin-top: 5px;
	color: #667684;
	font-size: .55rem;
	font-weight: 650;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__postseason-games > a > strong {
	overflow: hidden;
	font-size: .88rem;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__postseason-games em {
	margin: 0 8px;
	color: #001f44;
	font-size: .82rem;
	font-style: normal;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__postseason-games > a > b {
	color: #001f44;
}

body.tax-sp_league #hsLeagueHome .hs-league-home__empty {
	margin: 0;
	padding: 26px 19px;
	color: #667684;
	font-size: .7rem;
}

@media (max-width: 899px) {
	body.tax-sp_league #hsLeagueHome {
		padding: 20px 0 70px !important;
	}

	body.tax-sp_league #hsLeagueHome .hs-league-home__shell {
		width: calc(100% - 40px);
		gap: 14px;
	}

	body.tax-sp_league #hsLeagueHome :is(.hs-league-home__activity,.hs-league-home__intelligence) {
		grid-template-columns: minmax(0, 1fr);
	}

	body.tax-sp_league #hsLeagueHome :is(.hs-league-home__results,.hs-league-home__standings) {
		border-right: 0;
		border-bottom: 1px solid #d8e0e7;
	}

	body.tax-sp_league #hsLeagueHome .hs-league-home__postseason-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	body.tax-sp_league #hsLeagueHome .hs-league-home__postseason-summary {
		border-right: 0;
		border-bottom: 1px solid #d8e0e7;
	}
}

@media (max-width: 620px) {
	body.tax-sp_league #hsLeagueHome {
		padding: 14px 0 62px !important;
	}

	body.tax-sp_league #hsLeagueHome .hs-league-home__shell {
		width: calc(100% - 24px);
		gap: 12px;
	}

	body.tax-sp_league #hsLeagueHome .hs-league-home__module-head {
		min-height: 64px;
		padding: 12px 13px;
	}

	body.tax-sp_league #hsLeagueHome .hs-league-home__module-head h2 {
		font-size: 1.18rem !important;
	}

	body.tax-sp_league #hsLeagueHome .hs-league-home__module-head > em {
		display: none;
	}

	body.tax-sp_league #hsLeagueHome .hs-league-home__result-row {
		grid-template-columns: minmax(0, 1fr) 29px;
	}

	body.tax-sp_league #hsLeagueHome .hs-league-home__game-meta {
		grid-column: 1 / -1;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		padding: 9px 11px;
		border-right: 0;
		border-bottom: 1px solid #d8e0e7;
	}

	body.tax-sp_league #hsLeagueHome .hs-league-home__game-meta span {
		max-width: 145px;
		margin-top: 0;
	}

	body.tax-sp_league #hsLeagueHome .hs-league-home__score > div {
		grid-template-columns: 29px minmax(0, 1fr) 37px;
		padding: 7px 10px;
	}

	body.tax-sp_league #hsLeagueHome .hs-league-home__upcoming-list > a {
		grid-template-columns: 58px minmax(0, 1fr) 20px;
		gap: 9px;
		padding: 11px;
	}

	body.tax-sp_league #hsLeagueHome :is(.hs-league-home__table-head,.hs-league-home__table-body > a) {
		grid-template-columns: 38px minmax(0, 1fr) 34px 59px 37px;
	}

	body.tax-sp_league #hsLeagueHome .hs-league-home__table-head,
	body.tax-sp_league #hsLeagueHome .hs-league-home__table-body > a {
		padding-right: 9px;
		padding-left: 9px;
	}

	body.tax-sp_league #hsLeagueHome .hs-league-home__table-body > a > div > span {
		display: none;
	}

	body.tax-sp_league #hsLeagueHome .hs-league-home__postseason-games > a {
		grid-template-columns: minmax(0, 1fr) 20px;
		gap: 8px;
		padding: 12px;
	}

	body.tax-sp_league #hsLeagueHome .hs-league-home__postseason-games > a > div {
		grid-column: 1 / -1;
	}

	body.tax-sp_league #hsLeagueHome .hs-league-home__postseason-games > a > strong {
		white-space: normal;
	}
}

body.tax-sp_league .hs-page-wrap,
body.tax-sp_league .site-content > .hs-page-wrap {
	margin: 0 !important;
	padding: 0 !important;
	background: #fff !important;
}

body.tax-sp_league :is(
	.hs-league-enterprise-home,
	.hs-league-schedule-center,
	.hs-league-competition-center,
	.hs-elite-league-stats,
	.hs-tournament-center-wrap
) {
	width: calc(100% - 80px) !important;
	max-width: 1180px !important;
	margin: 0 auto !important;
	padding: 56px 0 104px !important;
	background: #fff !important;
	color: var(--hsl-ink) !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
}

body.tax-sp_league :is(
	.hs-inicio-enterprise-card,
	.hs-schedule-card,
	.hs-competition-card,
	.hs-elite-stats-card,
	.hs-tournament-card
) {
	overflow: visible !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.tax-sp_league :is(.hs-export-branding,.hs-export-footer),
body.tax-sp_league :is(
	.hs-results-download-actions,
	.hs-standings-download-actions,
	.hs-stats-download-actions,
	.hs-playoffs-download-actions,
	.hs-inicio-download-actions
) {
	display: none !important;
}

body.tax-sp_league :is(
	.hs-calendar-module-header,
	.hs-standings-module-header,
	.hs-stats-module-header,
	.hs-playoffs-module-header,
	.hs-inicio-module-header
) {
	display: flex !important;
	min-height: 0 !important;
	align-items: flex-end !important;
	justify-content: space-between !important;
	gap: 24px !important;
	margin: 0 0 32px !important;
	padding: 0 0 20px !important;
	border: 0 !important;
	border-bottom: 1px solid var(--hsl-line) !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.tax-sp_league .hs-module-title-wrap {
	min-width: 0 !important;
}

body.tax-sp_league .hs-module-title-wrap .hs-module-league-logo,
body.tax-sp_league .hs-module-title-block > span:first-child {
	display: none !important;
}

body.tax-sp_league .hs-module-title-block h3 {
	margin: 0 !important;
	color: var(--hsl-ink) !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
	font-size: clamp(1.35rem, 2vw, 1.75rem) !important;
	font-weight: 750 !important;
	letter-spacing: -.025em !important;
	line-height: 1.1 !important;
	text-transform: none !important;
}

body.tax-sp_league .hs-module-title-block p {
	margin: 7px 0 0 !important;
	color: var(--hsl-muted) !important;
	font-size: .72rem !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

body.tax-sp_league .hs-module-actions {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
}

body.tax-sp_league .hs-module-meta-pills {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
	gap: 0 !important;
}

body.tax-sp_league .hs-module-meta-pills > span {
	min-height: 28px !important;
	padding: 7px 11px !important;
	border: 0 !important;
	border-left: 1px solid var(--hsl-line) !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #64717c !important;
	font-size: .57rem !important;
	font-weight: 650 !important;
	letter-spacing: .055em !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
}

body.tax-sp_league .hs-module-meta-pills > span:first-child {
	border-left: 0 !important;
}

body.tax-sp_league .hs-panel-head,
body.tax-sp_league .hs-section-head,
body.tax-sp_league .hs-elite-board-head {
	min-height: 0 !important;
	padding: 0 0 14px !important;
	border: 0 !important;
	border-bottom: 1px solid var(--hsl-line) !important;
	background: transparent !important;
}

body.tax-sp_league :is(.hs-panel-head,.hs-section-head,.hs-elite-board-head) span {
	color: #71808c !important;
	font-size: .56rem !important;
	font-weight: 650 !important;
	letter-spacing: .055em !important;
	text-transform: uppercase !important;
}

body.tax-sp_league :is(.hs-panel-head,.hs-section-head,.hs-elite-board-head) strong {
	display: block !important;
	margin-top: 5px !important;
	color: var(--hsl-ink) !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
	font-size: 1.08rem !important;
	font-weight: 700 !important;
	letter-spacing: -.015em !important;
	line-height: 1.2 !important;
	text-transform: none !important;
}

body.tax-sp_league :is(.hs-panel-head,.hs-section-head,.hs-elite-board-head) em {
	color: var(--hsl-muted) !important;
	font-size: .62rem !important;
	font-style: normal !important;
	font-weight: 550 !important;
}

/* Inicio: directory on the left, live league activity on the right. */
body.tax-sp_league .hs-inicio-enterprise-content {
	padding: 0 !important;
}

body.tax-sp_league .hs-inicio-layout {
	display: grid !important;
	grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr) !important;
	column-gap: 0 !important;
	row-gap: 44px !important;
	align-items: start !important;
}

body.tax-sp_league .hs-league-participants-section {
	min-width: 0 !important;
	padding-right: 34px !important;
	border: 0 !important;
	background: transparent !important;
}

body.tax-sp_league .hs-inicio-command-grid {
	display: block !important;
	min-width: 0 !important;
	padding-left: 34px !important;
	border-left: 1px solid var(--hsl-line) !important;
}

body.tax-sp_league .hs-inicio-support-column,
body.tax-sp_league :is(.hs-inicio-primary-actions,.hs-inicio-ops-panel,.hs-inicio-season-card) {
	display: none !important;
}

body.tax-sp_league .hs-league-participants-head,
body.tax-sp_league .hs-inicio-section .hs-panel-head {
	margin: 0 !important;
}

body.tax-sp_league .hs-league-intro-team-list,
body.tax-sp_league .hs-results-showcase,
body.tax-sp_league .hs-inicio-next-grid {
	border: 0 !important;
	background: transparent !important;
}

body.tax-sp_league .hs-league-intro-team-row,
body.tax-sp_league .hs-result-pro-row,
body.tax-sp_league .hs-inicio-next-card {
	border: 0 !important;
	border-bottom: 1px solid var(--hsl-soft-line) !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
}

body.tax-sp_league :is(.hs-league-intro-team-row,.hs-result-pro-row,.hs-inicio-next-card):hover {
	background: var(--hsl-hover) !important;
}

body.tax-sp_league .hs-inicio-next-section {
	margin-top: 42px !important;
}

/* Calendario + standings: the same quiet ledger treatment as team pages. */
body.tax-sp_league :is(.hs-schedule-layout,.hs-standings-export-content) {
	display: block !important;
	padding: 0 !important;
	background: #fff !important;
}

body.tax-sp_league :is(.hs-schedule-panel,.hs-standings-section,.hs-group-table-card) {
	margin: 0 0 46px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
}

body.tax-sp_league :is(.hs-table-export-shell,.hs-table-export-shell .card__content,.hs-standings-table-scroll) {
	overflow-x: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
}

body.tax-sp_league :is(.hs-results-export-table,.hs-enterprise-standings-table,.hs-leaders-table) {
	width: 100% !important;
	margin: 0 !important;
	border: 0 !important;
	border-collapse: collapse !important;
	background: #fff !important;
}

body.tax-sp_league :is(.hs-results-export-table,.hs-enterprise-standings-table,.hs-leaders-table) thead th {
	height: 38px !important;
	padding: 9px 10px !important;
	border: 0 !important;
	border-bottom: 1px solid #e3e8eb !important;
	background: var(--hsl-soft) !important;
	color: #73808c !important;
	font-size: .53rem !important;
	font-weight: 650 !important;
	letter-spacing: .055em !important;
	text-transform: uppercase !important;
}

body.tax-sp_league :is(.hs-results-export-table,.hs-enterprise-standings-table,.hs-leaders-table) tbody tr {
	border: 0 !important;
	border-bottom: 1px solid #e9edef !important;
	background: #fff !important;
}

body.tax-sp_league :is(.hs-results-export-table,.hs-enterprise-standings-table,.hs-leaders-table) tbody tr:nth-child(odd) > td,
body.tax-sp_league :is(.hs-results-export-table,.hs-enterprise-standings-table,.hs-leaders-table) tbody tr:nth-child(even) > td {
	background: #fff !important;
}

body.tax-sp_league :is(.hs-results-export-table,.hs-enterprise-standings-table,.hs-leaders-table) tbody tr:hover > td {
	background: var(--hsl-hover) !important;
}

body.tax-sp_league :is(.hs-results-export-table,.hs-enterprise-standings-table,.hs-leaders-table) td {
	height: 64px !important;
	padding: 10px !important;
	border: 0 !important;
	color: var(--hsl-ink) !important;
	font-size: .7rem !important;
	font-weight: 550 !important;
	vertical-align: middle !important;
}

body.tax-sp_league .hs-enterprise-standings-table .hs-table-team-logo,
body.tax-sp_league .hs-results-export-table .team-logo {
	border: 0 !important;
	background: transparent !important;
}

body.tax-sp_league .hs-group-standings-grid {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(420px, 1fr)) !important;
	gap: 38px !important;
}

body.tax-sp_league .hs-league-calendar-filters {
	display: flex !important;
	align-items: center !important;
	gap: 7px !important;
}

body.tax-sp_league .hs-league-calendar-filters button {
	min-height: 30px !important;
	padding: 7px 11px !important;
	border: 1px solid var(--hsl-line) !important;
	border-radius: 999px !important;
	background: #fff !important;
	color: #64717c !important;
	font-size: .55rem !important;
	font-weight: 650 !important;
	letter-spacing: .045em !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
}

body.tax-sp_league .hs-league-calendar-filters button:is(:hover,.is-active) {
	border-color: var(--hsl-navy) !important;
	background: var(--hsl-navy) !important;
	color: #fff !important;
}

body.tax-sp_league .hs-league-calendar-ledger {
	table-layout: fixed !important;
}

body.tax-sp_league .hs-league-calendar-ledger .data-date { width: 14%; }
body.tax-sp_league .hs-league-calendar-ledger .data-matchup { width: 52%; }
body.tax-sp_league .hs-league-calendar-ledger .data-venue { width: 14%; }
body.tax-sp_league .hs-league-calendar-ledger .data-phase { width: 15%; }
body.tax-sp_league .hs-league-calendar-ledger .data-detail { width: 5%; text-align: right; }

body.tax-sp_league .hs-league-calendar-ledger .data-date a {
	display: flex !important;
	flex-direction: column !important;
	gap: 3px !important;
	color: var(--hsl-ink) !important;
	text-decoration: none !important;
}

body.tax-sp_league .hs-league-calendar-ledger .data-date date {
	display: none !important;
}

body.tax-sp_league .hs-league-calendar-ledger .data-date span {
	font-size: .69rem !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
}

body.tax-sp_league .hs-league-calendar-ledger .data-date small {
	color: #7b8690 !important;
	font-size: .56rem !important;
	font-weight: 550 !important;
}

body.tax-sp_league .hs-league-calendar-matchup {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 68px minmax(0, 1fr) !important;
	align-items: center !important;
	gap: 10px !important;
}

body.tax-sp_league .hs-league-calendar-team {
	display: flex !important;
	min-width: 0 !important;
	align-items: center !important;
	gap: 9px !important;
	color: var(--hsl-ink) !important;
	text-decoration: none !important;
}

body.tax-sp_league .hs-league-calendar-team.is-home {
	justify-content: flex-end !important;
	text-align: right !important;
}

body.tax-sp_league .hs-league-calendar-team.is-away {
	justify-content: flex-start !important;
	text-align: left !important;
}

body.tax-sp_league .hs-league-calendar-team.is-loser {
	opacity: .52 !important;
}

body.tax-sp_league .hs-league-calendar-team > span {
	min-width: 0 !important;
}

body.tax-sp_league .hs-league-calendar-team strong,
body.tax-sp_league .hs-league-calendar-team small {
	display: block !important;
}

body.tax-sp_league .hs-league-calendar-team strong {
	overflow: hidden !important;
	font-size: .72rem !important;
	font-weight: 650 !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

body.tax-sp_league .hs-league-calendar-team.is-winner strong {
	font-weight: 780 !important;
}

body.tax-sp_league .hs-league-calendar-team small {
	margin-top: 2px !important;
	color: #89939c !important;
	font-size: .48rem !important;
	font-weight: 550 !important;
	letter-spacing: .035em !important;
	text-transform: uppercase !important;
}

body.tax-sp_league .hs-league-calendar-team .team-logo {
	display: grid !important;
	width: 34px !important;
	height: 34px !important;
	flex: 0 0 34px !important;
	place-items: center !important;
	font-style: normal !important;
}

body.tax-sp_league .hs-league-calendar-team .team-logo img {
	width: auto !important;
	height: auto !important;
	max-width: 31px !important;
	max-height: 31px !important;
	object-fit: contain !important;
}

body.tax-sp_league .hs-league-calendar-score {
	text-align: center !important;
}

body.tax-sp_league .hs-league-calendar-score strong,
body.tax-sp_league .hs-league-calendar-score small {
	display: block !important;
}

body.tax-sp_league .hs-league-calendar-score strong {
	color: var(--hsl-ink) !important;
	font-size: .88rem !important;
	font-weight: 760 !important;
	line-height: 1 !important;
	white-space: nowrap !important;
}

body.tax-sp_league .hs-league-calendar-score small {
	margin-top: 4px !important;
	color: #7b8690 !important;
	font-size: .46rem !important;
	font-weight: 650 !important;
	letter-spacing: .04em !important;
	text-transform: uppercase !important;
}

body.tax-sp_league .hs-league-calendar-ledger .data-phase span {
	color: #65717c !important;
	font-size: .52rem !important;
	font-weight: 650 !important;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
}

body.tax-sp_league .hs-league-calendar-ledger .data-phase span.is-postseason {
	color: var(--hsl-navy) !important;
}

body.tax-sp_league .hs-league-calendar-ledger .data-detail a {
	display: inline-grid !important;
	width: 30px !important;
	height: 30px !important;
	place-items: center !important;
	color: var(--hsl-navy) !important;
	font-size: .85rem !important;
	font-weight: 700 !important;
	text-decoration: none !important;
}

body.tax-sp_league .hs-league-calendar-row[hidden] {
	display: none !important;
}

/* League Calendario — exact Team Calendario reading system. */
body.tax-sp_league section.hs-league-schedule-center#hsTeamResultsExport {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 64px max(24px, calc((100vw - 1180px) / 2)) 104px !important;
	box-sizing: border-box !important;
	background: #fff !important;
	font-family: Inter, -apple-system, system-ui, "Segoe UI", Arial, sans-serif !important;
}

body.tax-sp_league .hs-league-schedule-center .hs-schedule-card {
	width: 100% !important;
	max-width: 1180px !important;
	margin: 0 auto !important;
	overflow: visible !important;
	border: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
}

body.tax-sp_league .hs-league-schedule-center .hs-calendar-command {
	display: flex !important;
	align-items: flex-end !important;
	justify-content: space-between !important;
	gap: 32px !important;
	padding: 0 0 22px !important;
	border: 0 !important;
	border-bottom: 1px solid #dfe5e9 !important;
	background: transparent !important;
}

body.tax-sp_league .hs-league-schedule-center .hs-calendar-command__title h2 {
	margin: 0 !important;
	color: #121820 !important;
	font-family: inherit !important;
	font-size: clamp(1.35rem, 2vw, 1.85rem) !important;
	font-weight: 720 !important;
	letter-spacing: -.025em !important;
	line-height: 1.1 !important;
	text-transform: none !important;
}

body.tax-sp_league .hs-league-schedule-center .hs-calendar-command__title p {
	margin: 7px 0 0 !important;
	color: #6b7681 !important;
	font-size: .7rem !important;
	font-weight: 500 !important;
}

body.tax-sp_league .hs-league-schedule-center .hs-calendar-summary {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	padding: 22px 0 26px !important;
	border: 0 !important;
	background: transparent !important;
}

body.tax-sp_league .hs-league-schedule-center .hs-calendar-summary > div {
	min-width: 0 !important;
	padding: 5px 24px !important;
	border: 0 !important;
	border-right: 1px solid #e5e9ec !important;
	background: transparent !important;
	text-align: left !important;
}

body.tax-sp_league .hs-league-schedule-center .hs-calendar-summary > div:first-child {
	padding-left: 0 !important;
}

body.tax-sp_league .hs-league-schedule-center .hs-calendar-summary > div:last-child {
	padding-right: 0 !important;
	border-right: 0 !important;
}

body.tax-sp_league .hs-league-schedule-center .hs-calendar-summary span,
body.tax-sp_league .hs-league-schedule-center .hs-calendar-summary em {
	display: block !important;
	color: #6d7883 !important;
	font-size: .56rem !important;
	font-style: normal !important;
	font-weight: 600 !important;
	letter-spacing: .05em !important;
	text-transform: uppercase !important;
}

body.tax-sp_league .hs-league-schedule-center .hs-calendar-summary strong {
	display: block !important;
	margin: 8px 0 5px !important;
	color: #121820 !important;
	font-family: inherit !important;
	font-size: 1.45rem !important;
	font-weight: 680 !important;
	line-height: 1 !important;
}

body.tax-sp_league .hs-league-schedule-center .hs-schedule-layout,
body.tax-sp_league .hs-league-schedule-center .hs-schedule-panel {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	border: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
}

body.hs-entity-content-system.tax-sp_league section.hs-league-schedule-center#hsTeamResultsExport .hs-schedule-panel {
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.tax-sp_league .hs-league-schedule-center .hs-panel-head--filters-only {
	display: flex !important;
	min-height: 0 !important;
	align-items: flex-end !important;
	justify-content: flex-start !important;
	gap: 20px !important;
	padding: 18px 0 13px !important;
	border: 0 !important;
	border-bottom: 1px solid #dfe5e9 !important;
	background: #fff !important;
}

body.tax-sp_league .hs-league-schedule-center .hs-panel-actions {
	display: flex !important;
	align-items: flex-end !important;
	justify-content: flex-start !important;
	width: auto !important;
}

body.tax-sp_league .hs-league-schedule-center .hs-calendar-phase-filters {
	display: inline-flex !important;
	width: auto !important;
	align-items: center !important;
	gap: 2px !important;
	padding: 3px !important;
	border: 0 !important;
	background: #f1f4f6 !important;
}

body.tax-sp_league .hs-league-schedule-center .hs-calendar-phase-filters button {
	min-height: 30px !important;
	padding: 6px 13px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #687582 !important;
	font-size: .58rem !important;
	font-weight: 650 !important;
	letter-spacing: .03em !important;
	text-transform: none !important;
	white-space: nowrap !important;
}

body.tax-sp_league .hs-league-schedule-center .hs-calendar-phase-filters button:is(:hover,.is-active) {
	border: 0 !important;
	background: #fff !important;
	color: #002554 !important;
	box-shadow: 0 1px 4px rgba(7,17,31,.08) !important;
}

body.tax-sp_league .hs-league-schedule-center .hs-table-export-shell,
body.tax-sp_league .hs-league-schedule-center .hs-table-export-shell .card__content,
body.tax-sp_league .hs-league-schedule-center .hs-table-export-shell .sp-table-wrapper,
body.tax-sp_league .hs-league-schedule-center .hs-table-export-shell .sp-scrollable-table-wrapper {
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	border: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
}

body.tax-sp_league .hs-league-schedule-center table.hs-calendar-ledger {
	width: 100% !important;
	margin: 0 !important;
	table-layout: fixed !important;
	border: 0 !important;
	border-collapse: collapse !important;
}

body.tax-sp_league .hs-league-schedule-center .hs-calendar-ledger thead th {
	height: 39px !important;
	padding: 9px 10px !important;
	border: 0 !important;
	border-bottom: 1px solid #e3e8eb !important;
	background: #f7f9fa !important;
	color: #73808c !important;
	font-size: .53rem !important;
	font-weight: 650 !important;
	letter-spacing: .055em !important;
	text-transform: uppercase !important;
}

body.tax-sp_league .hs-league-schedule-center .hs-calendar-ledger thead .data-matchup {
	text-align: center !important;
}

body.tax-sp_league .hs-league-schedule-center .hs-calendar-ledger tbody tr {
	height: 82px !important;
	border-bottom: 1px solid #e9edef !important;
	background: #fff !important;
}

body.tax-sp_league .hs-league-schedule-center .hs-calendar-ledger tbody tr > td,
body.tax-sp_league .hs-league-schedule-center .hs-calendar-ledger tbody tr:nth-child(odd) > td,
body.tax-sp_league .hs-league-schedule-center .hs-calendar-ledger tbody tr:nth-child(even) > td {
	height: auto !important;
	padding: 12px 10px !important;
	border: 0 !important;
	background: #fff !important;
	vertical-align: middle !important;
}

body.tax-sp_league .hs-league-schedule-center .hs-calendar-ledger tbody tr:hover {
	background: #fafbfc !important;
}

body.tax-sp_league .hs-league-schedule-center .hs-calendar-ledger tbody tr:hover > td {
	background: transparent !important;
}

body.tax-sp_league .hs-league-schedule-center .hs-calendar-ledger .data-date { width: 13% !important; }
body.tax-sp_league .hs-league-schedule-center .hs-calendar-ledger .data-matchup { width: 50% !important; }
body.tax-sp_league .hs-league-schedule-center .hs-calendar-ledger .data-venue { width: 16% !important; }
body.tax-sp_league .hs-league-schedule-center .hs-calendar-ledger .data-phase { width: 15% !important; }
body.tax-sp_league .hs-league-schedule-center .hs-calendar-ledger .data-detail { width: 6% !important; }

body.tax-sp_league .hs-league-schedule-center .hs-calendar-matchup {
	grid-template-columns: minmax(0, 1fr) 66px minmax(0, 1fr) !important;
	gap: 12px !important;
}

body.tax-sp_league .hs-league-schedule-center .hs-calendar-fixture-team {
	gap: 10px !important;
}

body.tax-sp_league .hs-league-schedule-center .hs-calendar-team-copy strong {
	font-size: .73rem !important;
	font-weight: 610 !important;
}

body.tax-sp_league .hs-league-schedule-center .hs-calendar-team-copy small {
	font-size: .49rem !important;
	font-weight: 560 !important;
}

body.tax-sp_league .hs-league-schedule-center .hs-calendar-fixture-team.is-winner .hs-calendar-team-copy strong {
	color: #07111f !important;
	font-weight: 760 !important;
}

body.tax-sp_league .hs-league-schedule-center .hs-calendar-fixture-team.is-winner .hs-calendar-team-copy small {
	color: #002554 !important;
	font-weight: 720 !important;
}

body.tax-sp_league .hs-league-schedule-center .hs-calendar-fixture-score strong {
	font-size: .92rem !important;
}

@media (max-width: 900px) {
	body.tax-sp_league section.hs-league-schedule-center#hsTeamResultsExport {
		padding: 48px 24px 80px !important;
	}

	body.tax-sp_league .hs-league-schedule-center .hs-calendar-ledger .data-venue { display: none !important; }
	body.tax-sp_league .hs-league-schedule-center .hs-calendar-ledger .data-date { width: 15% !important; }
	body.tax-sp_league .hs-league-schedule-center .hs-calendar-ledger .data-matchup { width: 57% !important; }
	body.tax-sp_league .hs-league-schedule-center .hs-calendar-ledger .data-phase { width: 21% !important; }
	body.tax-sp_league .hs-league-schedule-center .hs-calendar-ledger .data-detail { width: 7% !important; }
	body.tax-sp_league .hs-league-schedule-center .hs-calendar-matchup { grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1fr) !important; gap: 8px !important; }
	body.tax-sp_league .hs-league-schedule-center .hs-calendar-fixture-team { gap: 7px !important; }
}

@media (max-width: 620px) {
	body.tax-sp_league section.hs-league-schedule-center#hsTeamResultsExport {
		padding: 36px 16px 68px !important;
	}

	body.tax-sp_league .hs-league-schedule-center .hs-calendar-command {
		padding-bottom: 18px !important;
	}

	body.tax-sp_league .hs-league-schedule-center .hs-calendar-summary {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
		padding: 18px 0 22px !important;
	}

	body.tax-sp_league .hs-league-schedule-center .hs-calendar-summary > div {
		padding: 3px 7px !important;
		text-align: center !important;
	}

	body.tax-sp_league .hs-league-schedule-center .hs-calendar-summary span,
	body.tax-sp_league .hs-league-schedule-center .hs-calendar-summary em {
		font-size: .45rem !important;
		letter-spacing: .02em !important;
	}

	body.tax-sp_league .hs-league-schedule-center .hs-calendar-summary strong {
		font-size: 1.15rem !important;
	}

	body.tax-sp_league .hs-league-schedule-center .hs-panel-head--filters-only {
		align-items: stretch !important;
		flex-direction: column !important;
		gap: 0 !important;
	}

	body.tax-sp_league .hs-league-schedule-center .hs-panel-actions,
	body.tax-sp_league .hs-league-schedule-center .hs-calendar-phase-filters {
		width: 100% !important;
	}

	body.tax-sp_league .hs-league-schedule-center .hs-calendar-phase-filters {
		overflow-x: auto !important;
	}

	body.tax-sp_league .hs-league-schedule-center .hs-calendar-phase-filters button {
		flex: 0 0 auto !important;
	}

	body.tax-sp_league .hs-league-schedule-center .hs-calendar-ledger tbody tr > td,
	body.tax-sp_league .hs-league-schedule-center .hs-calendar-ledger tbody tr:nth-child(odd) > td,
	body.tax-sp_league .hs-league-schedule-center .hs-calendar-ledger tbody tr:nth-child(even) > td {
		width: auto !important;
		height: auto !important;
		padding: 0 !important;
		background: transparent !important;
	}

	body.tax-sp_league .hs-league-schedule-center .hs-calendar-ledger tbody tr {
		height: auto !important;
	}

	body.hs-entity-content-system.tax-sp_league section.hs-league-schedule-center#hsTeamResultsExport .hs-calendar-ledger tbody tr > td {
		width: 100% !important;
		padding: 0 !important;
		box-sizing: border-box !important;
	}
}

/* Estadísticas: retain league intelligence, remove the heavy console skin. */
body.tax-sp_league .hs-hspi-model-card,
body.tax-sp_league .hs-league-compare-center {
	display: none !important;
}

body.tax-sp_league :is(
	.hs-hspi-command,
	.hs-contender-board,
	.hs-league-profile,
	.hs-category-champions,
	.hs-player-leaders-panel,
	.hs-elite-board
) {
	margin: 0 0 50px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.tax-sp_league .hs-hspi-command {
	display: block !important;
}

body.tax-sp_league .hs-contender-list,
body.tax-sp_league .hs-stat-ranking-rows,
body.tax-sp_league .hs-player-leader-list {
	border: 0 !important;
	background: #fff !important;
}

body.tax-sp_league :is(.hs-contender-row,.hs-stat-ranking-row,.hs-player-leader-row) {
	min-height: 58px !important;
	border: 0 !important;
	border-bottom: 1px solid var(--hsl-soft-line) !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
}

body.tax-sp_league :is(.hs-contender-row,.hs-stat-ranking-row,.hs-player-leader-row):hover {
	background: var(--hsl-hover) !important;
}

body.tax-sp_league .hs-profile-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	border-top: 1px solid var(--hsl-line) !important;
	border-bottom: 1px solid var(--hsl-line) !important;
}

body.tax-sp_league .hs-profile-card {
	min-height: 92px !important;
	padding: 18px !important;
	border: 0 !important;
	border-right: 1px solid var(--hsl-line) !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
}

body.tax-sp_league .hs-profile-card:last-child {
	border-right: 0 !important;
}

body.tax-sp_league .hs-stat-leaders-list,
body.tax-sp_league .hs-percent-leaders-grid,
body.tax-sp_league .hs-player-leaders-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 28px !important;
}

body.tax-sp_league :is(.hs-stat-ranking-card,.hs-player-leader-card) {
	overflow: hidden !important;
	border: 1px solid var(--hsl-line) !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
}

body.tax-sp_league :is(.hs-stat-ranking-head,.hs-player-leader-card > header) {
	min-height: 56px !important;
	padding: 12px 14px !important;
	border: 0 !important;
	border-bottom: 1px solid var(--hsl-line) !important;
	background: var(--hsl-soft) !important;
}

body.tax-sp_league .hs-horizontal-scroll-hint {
	color: var(--hsl-muted) !important;
	font-size: .62rem !important;
}

/* Playoffs: route first, final positions below in three ordered columns. */
body.tax-sp_league .hs-tournament-layout {
	display: flex !important;
	align-items: stretch !important;
	flex-direction: column !important;
	gap: 54px !important;
}

body.tax-sp_league .hs-tournament-main {
	order: 1 !important;
	width: 100% !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.tax-sp_league .hs-final-ranking-panel {
	order: 2 !important;
	width: 100% !important;
	padding: 0 !important;
	border: 0 !important;
	border-top: 1px solid var(--hsl-line) !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.tax-sp_league .hs-ranking-head {
	padding-top: 20px !important;
}

body.tax-sp_league .hs-final-ranking-list {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	grid-template-rows: repeat(var(--hs-final-rows, 4), auto) !important;
	grid-auto-flow: column !important;
	gap: 0 28px !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.tax-sp_league .hs-final-ranking-list > li {
	min-height: 62px !important;
	padding: 10px 4px !important;
	border: 0 !important;
	border-bottom: 1px solid var(--hsl-soft-line) !important;
	background: #fff !important;
}

body.tax-sp_league :is(.hs-classic-bracket,.hs-placement-strip,.hs-game-card) {
	border-color: var(--hsl-line) !important;
	background: #fff !important;
	box-shadow: none !important;
}

body.tax-sp_league .hs-game-card:hover {
	background: var(--hsl-hover) !important;
}

body.tax-sp_league .hs-placement-strip {
	margin-top: 44px !important;
	padding-top: 22px !important;
	border: 0 !important;
	border-top: 1px solid var(--hsl-line) !important;
}

/* The playoff template carries legacy inline export rules after the linked
 * stylesheet. Anchor the public layout to its unique root so the route and
 * final positions retain the intended full-width reading order. */
body.tax-sp_league #hsTeamPlayoffsExport .hs-tournament-card {
	overflow: visible !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.tax-sp_league #hsTeamPlayoffsExport .hs-tournament-layout {
	display: flex !important;
	align-items: stretch !important;
	flex-direction: column !important;
	gap: 54px !important;
	padding: 0 !important;
	background: #fff !important;
}

body.tax-sp_league #hsTeamPlayoffsExport .hs-tournament-main {
	order: 1 !important;
	width: 100% !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.tax-sp_league #hsTeamPlayoffsExport .hs-final-ranking-panel {
	order: 2 !important;
	width: 100% !important;
	padding: 0 !important;
	border: 0 !important;
	border-top: 1px solid var(--hsl-line) !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.tax-sp_league #hsTeamPlayoffsExport .hs-final-ranking-list {
	display: grid !important;
	width: 100% !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	grid-template-rows: repeat(var(--hs-final-rows, 4), auto) !important;
	grid-auto-flow: column !important;
	gap: 0 28px !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* ==========================================================
   League Estadísticas — Team Estadísticas visual parity
   ========================================================== */
html body.tax-sp_league.hs-entity-content-system section#hsTeamStatsExport.hs-elite-league-stats {
	--hs-league-stat-color: var(--team-primary, #002554);
	display: block !important;
	box-sizing: border-box !important;
	width: 100vw !important;
	max-width: none !important;
	margin: 0 0 0 calc(50% - 50vw) !important;
	padding: 64px max(24px, calc((100vw - 1180px) / 2)) 104px !important;
	border: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
	color: #121820 !important;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport *,
html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport *::before,
html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport *::after {
	box-sizing: border-box;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport > :is(
	.hs-content-utility-rail--generated,
	.hs-export-branding,
	.hs-export-footer
),
html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport :is(
	.hs-hspi-command,
	.hs-league-profile,
	.hs-league-compare-center,
	.hs-stats-download-actions
) {
	display: none !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-elite-stats-card,
html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-elite-export-content {
	width: 100% !important;
	max-width: 1180px !important;
	margin: 0 auto !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
	overflow: visible !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-stats-command {
	display: flex !important;
	align-items: flex-end !important;
	justify-content: space-between !important;
	width: 100% !important;
	padding: 0 0 22px !important;
	border: 0 !important;
	border-bottom: 1px solid #dfe5e9 !important;
	background: #fff !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-stats-command h2 {
	margin: 0 !important;
	color: #121820 !important;
	font-family: "Oswald", "Arial Narrow", Arial, sans-serif !important;
	font-size: clamp(1.35rem, 2vw, 1.85rem) !important;
	font-weight: 720 !important;
	letter-spacing: -.025em !important;
	line-height: 1.1 !important;
	text-transform: none !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-stats-command p {
	margin: 7px 0 0 !important;
	color: #6b7681 !important;
	font-size: .7rem !important;
	font-weight: 500 !important;
	line-height: 1.6 !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-stats-phase-filter {
	display: inline-flex !important;
	align-items: center !important;
	gap: 4px !important;
	padding: 4px !important;
	border: 1px solid #dfe5e9 !important;
	border-radius: 3px !important;
	background: #f7f9fb !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-stats-phase-filter a {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 32px !important;
	padding: 7px 12px !important;
	border: 0 !important;
	border-radius: 2px !important;
	background: transparent !important;
	color: #687480 !important;
	font-size: .58rem !important;
	font-weight: 800 !important;
	letter-spacing: .045em !important;
	line-height: 1 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	white-space: nowrap !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-stats-phase-filter a:hover {
	background: #fff !important;
	color: var(--team-primary, #002554) !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-stats-phase-filter a.is-active {
	background: #fff !important;
	box-shadow: 0 1px 4px rgba(18, 24, 32, .08) !important;
	color: var(--team-primary, #002554) !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-phase-empty {
	padding: 34px 0 8px !important;
	border-top: 1px solid #edf0f3 !important;
	background: #fff !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-phase-empty strong {
	display: block !important;
	margin: 0 0 6px !important;
	color: #121820 !important;
	font-family: "Oswald", "Arial Narrow", Arial, sans-serif !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-phase-empty p {
	margin: 0 !important;
	color: #6b7681 !important;
	font-size: .7rem !important;
	line-height: 1.6 !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-stats-summary {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	padding: 22px 0 30px !important;
	background: #fff !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-stats-summary > div {
	min-width: 0 !important;
	padding: 5px 28px !important;
	border: 0 !important;
	border-right: 1px solid #e5e9ec !important;
	background: transparent !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-stats-summary > div:first-child { padding-left: 0 !important; }
html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-stats-summary > div:last-child { padding-right: 0 !important; border-right: 0 !important; }

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-stats-summary span,
html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-stats-summary em {
	display: block !important;
	color: #6d7883 !important;
	font-size: .56rem !important;
	font-style: normal !important;
	font-weight: 600 !important;
	letter-spacing: .05em !important;
	line-height: 1.6 !important;
	text-transform: uppercase !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-stats-summary strong {
	display: block !important;
	margin: 8px 0 5px !important;
	color: #121820 !important;
	font-size: 1.45rem !important;
	font-weight: 680 !important;
	line-height: 1 !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-stats-summary strong.is-text {
	font-size: .92rem !important;
	line-height: 1.15 !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport :is(
	.hs-league-stats-section,
	.hs-category-champions,
	.hs-player-leaders-panel,
	.hs-elite-board
) {
	width: 100% !important;
	margin: 0 0 58px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-stats-section-heading {
	display: flex !important;
	align-items: flex-end !important;
	justify-content: space-between !important;
	gap: 28px !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 0 16px !important;
	border: 0 !important;
	border-bottom: 1px solid #dfe5e9 !important;
	background: #fff !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-stats-section-heading h3 {
	margin: 0 !important;
	color: #121820 !important;
	font-family: "Oswald", "Arial Narrow", Arial, sans-serif !important;
	font-size: 1.08rem !important;
	font-weight: 700 !important;
	letter-spacing: -.012em !important;
	line-height: 1.15 !important;
	text-transform: none !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-stats-section-heading p {
	margin: 5px 0 0 !important;
	color: #75808a !important;
	font-size: .62rem !important;
	font-weight: 500 !important;
	line-height: 1.5 !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-stats-section-heading > span {
	flex: 0 0 auto !important;
	color: #77838d !important;
	font-size: .52rem !important;
	font-weight: 650 !important;
	letter-spacing: .055em !important;
	text-transform: uppercase !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table-wrap {
	width: 100% !important;
	overflow-x: auto !important;
	-webkit-overflow-scrolling: touch !important;
	border-bottom: 1px solid #dfe5e9 !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table {
	width: 100% !important;
	margin: 0 !important;
	border: 0 !important;
	border-collapse: collapse !important;
	background: #fff !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table th,
html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table td {
	padding: 12px 18px !important;
	border: 0 !important;
	border-bottom: 1px solid #e7ebee !important;
	background: #fff !important;
	color: #243244 !important;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
	font-size: .61rem !important;
	line-height: 1.3 !important;
	text-align: left !important;
	vertical-align: middle !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table th {
	padding-top: 11px !important;
	padding-bottom: 11px !important;
	color: #7b8690 !important;
	font-size: .48rem !important;
	font-weight: 670 !important;
	letter-spacing: .065em !important;
	text-transform: uppercase !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table th:first-child,
html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table td:first-child { width: 24% !important; padding-left: 24px !important; }
html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table th:nth-child(2),
html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table td:nth-child(2) { width: 20% !important; }

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table td:first-child strong,
html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table td:nth-child(2) strong {
	color: #121820 !important;
	font-size: .72rem !important;
	font-weight: 680 !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table td:nth-child(3) a {
	display: inline-flex !important;
	align-items: center !important;
	gap: 9px !important;
	color: #121820 !important;
	font-weight: 650 !important;
	text-decoration: none !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table td:nth-child(3) img {
	width: 26px !important;
	height: 26px !important;
	object-fit: contain !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table tbody tr:last-child td { border-bottom: 0 !important; }
html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table tbody tr:hover td { background: #f7f9fa !important; }

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-analytics-row {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport :is(
	.hs-stat-leaders-list,
	.hs-percent-leaders-grid,
	.hs-player-leaders-grid
) {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 28px !important;
	margin: 22px 0 0 !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-percent-leaders-grid {
	margin-top: 28px !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport :is(.hs-stat-ranking-card,.hs-player-leader-card) {
	overflow: hidden !important;
	border: 0 !important;
	border-top: 1px solid #dfe5e9 !important;
	border-bottom: 1px solid #dfe5e9 !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport :is(.hs-stat-ranking-head,.hs-player-leader-card > header) {
	display: flex !important;
	min-height: 58px !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 12px !important;
	padding: 11px 12px !important;
	border: 0 !important;
	border-bottom: 1px solid #e7ebee !important;
	background: #fff !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport :is(.hs-stat-ranking-head,.hs-player-leader-card > header) span,
html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport :is(.hs-stat-ranking-head,.hs-player-leader-card > header) em {
	color: #7b8690 !important;
	font-size: .48rem !important;
	font-style: normal !important;
	font-weight: 650 !important;
	letter-spacing: .065em !important;
	text-transform: uppercase !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport :is(.hs-stat-ranking-head,.hs-player-leader-card > header) strong {
	display: block !important;
	margin-top: 4px !important;
	color: #121820 !important;
	font-size: .74rem !important;
	font-weight: 690 !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport :is(.hs-stat-ranking-rows,.hs-player-leader-list) {
	border: 0 !important;
	background: #fff !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport :is(.hs-stat-ranking-row,.hs-player-leader-row) {
	display: grid !important;
	min-height: 54px !important;
	align-items: center !important;
	padding: 8px 10px !important;
	border: 0 !important;
	border-bottom: 1px solid #edf0f2 !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
	color: #121820 !important;
	text-decoration: none !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport :is(.hs-stat-ranking-row,.hs-player-leader-row):last-child { border-bottom: 0 !important; }
html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport :is(.hs-stat-ranking-row,.hs-player-leader-row):hover { background: #f7f9fa !important; }

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-stat-ranking-row {
	grid-template-columns: 24px minmax(0, 1fr) auto !important;
	gap: 8px !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-player-leader-row {
	grid-template-columns: 28px minmax(0, 1fr) auto !important;
	gap: 8px !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport :is(.hs-stat-ranking-position,.hs-player-rank) {
	color: #7a8590 !important;
	font-size: .58rem !important;
	font-weight: 680 !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport :is(.hs-stat-team,.hs-player-main) {
	display: flex !important;
	min-width: 0 !important;
	align-items: center !important;
	gap: 9px !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport :is(.hs-stat-team,.hs-player-main) img {
	flex: 0 0 auto !important;
	width: 27px !important;
	height: 27px !important;
	object-fit: contain !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport :is(.hs-stat-team,.hs-player-main) strong {
	color: #121820 !important;
	font-size: .62rem !important;
	font-weight: 660 !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-player-main em {
	display: block !important;
	margin-top: 2px !important;
	color: #7b8690 !important;
	font-size: .48rem !important;
	font-style: normal !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport :is(.hs-stat-ranking-row,.hs-player-leader-row) > b {
	color: var(--hs-league-stat-color) !important;
	font-size: .7rem !important;
	font-weight: 720 !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-elite-board .sp-table-wrapper {
	width: 100% !important;
	margin: 0 !important;
	overflow-x: auto !important;
	border: 0 !important;
	border-bottom: 1px solid #dfe5e9 !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-leaders-table {
	width: 100% !important;
	min-width: 760px !important;
	margin: 0 !important;
	border: 0 !important;
	border-collapse: collapse !important;
	background: #fff !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-leaders-table th,
html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-leaders-table td {
	height: auto !important;
	padding: 11px 13px !important;
	border: 0 !important;
	border-bottom: 1px solid #e7ebee !important;
	background: #fff !important;
	color: #243244 !important;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
	font-size: .59rem !important;
	line-height: 1.3 !important;
	text-align: center !important;
	vertical-align: middle !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-leaders-table th {
	color: #7b8690 !important;
	font-size: .47rem !important;
	font-weight: 670 !important;
	letter-spacing: .06em !important;
	text-transform: uppercase !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-leaders-table :is(th,td):nth-child(2) {
	min-width: 190px !important;
	text-align: left !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-leaders-table .data-name a {
	display: inline-flex !important;
	align-items: center !important;
	gap: 9px !important;
	color: #121820 !important;
	font-weight: 650 !important;
	text-decoration: none !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-leaders-table .team-logo img {
	width: 27px !important;
	height: 27px !important;
	object-fit: contain !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-leaders-table tbody tr:last-child td { border-bottom: 0 !important; }
html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-leaders-table tbody tr:hover td { background: #f7f9fa !important; }

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport :is(.hs-horizontal-scroll-hint,.hs-elite-note) {
	margin: 10px 0 0 !important;
	color: #7b8690 !important;
	font-size: .55rem !important;
	font-style: normal !important;
	font-weight: 500 !important;
	line-height: 1.5 !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-horizontal-scroll-hint { display: none !important; }

@media (max-width: 899px) {
	html body.tax-sp_league.hs-entity-content-system section#hsTeamStatsExport.hs-elite-league-stats {
		width: 100vw !important;
		padding: 48px 24px 84px !important;
	}

	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport :is(
		.hs-stat-leaders-list,
		.hs-percent-leaders-grid,
		.hs-player-leaders-grid
	) {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 620px) {
	html body.tax-sp_league.hs-entity-content-system section#hsTeamStatsExport.hs-elite-league-stats {
		padding: 36px 16px 68px !important;
	}

	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-stats-summary {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		padding: 18px 0 26px !important;
	}

	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-stats-command {
		align-items: flex-start !important;
		flex-direction: column !important;
		gap: 16px !important;
	}

	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-stats-phase-filter {
		width: 100% !important;
	}

	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-stats-phase-filter a {
		min-width: 0 !important;
		flex: 1 1 0 !important;
		padding-right: 7px !important;
		padding-left: 7px !important;
	}

	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-stats-summary > div {
		padding: 3px 9px !important;
	}

	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-stats-summary strong { font-size: 1.1rem !important; }
	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-stats-summary strong.is-text { font-size: .68rem !important; }
	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-stats-summary span,
	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-stats-summary em { font-size: .43rem !important; }

	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-stats-section-heading {
		align-items: flex-start !important;
		flex-direction: column !important;
		gap: 7px !important;
	}

	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport :is(
		.hs-stat-leaders-list,
		.hs-percent-leaders-grid,
		.hs-player-leaders-grid
	) {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 18px !important;
	}

	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table {
		min-width: 620px !important;
	}

	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-horizontal-scroll-hint { display: block !important; }
}

@media (max-width: 899px) {
	body.tax-sp_league :is(
		.hs-league-enterprise-home,
		.hs-league-schedule-center,
		.hs-league-competition-center,
		.hs-elite-league-stats,
		.hs-tournament-center-wrap
	) {
		width: calc(100% - 48px) !important;
		padding-top: 44px !important;
	}

	body.tax-sp_league .hs-inicio-layout {
		grid-template-columns: minmax(0, 1fr) !important;
		row-gap: 44px !important;
	}

	body.tax-sp_league .hs-league-participants-section {
		padding-right: 0 !important;
	}

	body.tax-sp_league .hs-inicio-command-grid {
		padding: 42px 0 0 !important;
		border: 0 !important;
		border-top: 1px solid var(--hsl-line) !important;
	}

	body.tax-sp_league .hs-stat-leaders-list,
	body.tax-sp_league .hs-percent-leaders-grid,
	body.tax-sp_league .hs-player-leaders-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 620px) {
	body.tax-sp_league :is(
		.hs-league-enterprise-home,
		.hs-league-schedule-center,
		.hs-league-competition-center,
		.hs-elite-league-stats,
		.hs-tournament-center-wrap
	) {
		width: calc(100% - 32px) !important;
		padding: 36px 0 76px !important;
	}

	body.tax-sp_league :is(
		.hs-calendar-module-header,
		.hs-standings-module-header,
		.hs-stats-module-header,
		.hs-playoffs-module-header,
		.hs-inicio-module-header
	) {
		align-items: flex-start !important;
		flex-direction: column !important;
		gap: 14px !important;
		margin-bottom: 24px !important;
	}

	body.tax-sp_league .hs-module-meta-pills {
		width: 100% !important;
		justify-content: flex-start !important;
	}

	body.tax-sp_league .hs-module-meta-pills > span {
		padding-right: 8px !important;
		padding-left: 8px !important;
	}

	body.tax-sp_league .hs-profile-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}

	body.tax-sp_league .hs-profile-card {
		min-height: 82px !important;
		padding: 13px 7px !important;
		text-align: center !important;
	}

	body.tax-sp_league .hs-stat-leaders-list,
	body.tax-sp_league .hs-percent-leaders-grid,
	body.tax-sp_league .hs-player-leaders-grid {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 18px !important;
	}

	body.tax-sp_league .hs-final-ranking-list {
		grid-template-columns: minmax(0, 1fr) !important;
		grid-template-rows: none !important;
		grid-auto-flow: row !important;
	}

	body.tax-sp_league #hsTeamPlayoffsExport .hs-final-ranking-list {
		grid-template-columns: minmax(0, 1fr) !important;
		grid-template-rows: none !important;
		grid-auto-flow: row !important;
	}

	body.tax-sp_league .hs-panel-head--with-actions {
		align-items: stretch !important;
		flex-direction: column !important;
		gap: 14px !important;
	}

	body.tax-sp_league .hs-league-calendar-filters {
		overflow-x: auto !important;
		width: 100% !important;
	}

	body.tax-sp_league .hs-league-calendar-filters button {
		flex: 0 0 auto !important;
	}

	body.tax-sp_league .hs-league-calendar-ledger thead {
		display: none !important;
	}

	body.tax-sp_league .hs-league-calendar-ledger,
	body.tax-sp_league .hs-league-calendar-ledger tbody {
		display: block !important;
		width: 100% !important;
	}

	body.tax-sp_league .hs-league-calendar-ledger tbody tr {
		display: grid !important;
		grid-template-columns: 52px minmax(0, 1fr) 34px !important;
		grid-template-rows: auto auto !important;
		gap: 10px 12px !important;
		height: auto !important;
		min-height: 128px !important;
		padding: 16px 0 !important;
		transition: background-color .16s ease !important;
	}

	body.tax-sp_league .hs-league-calendar-ledger tbody tr:is(:hover,:focus-within,:active),
	body.tax-sp_league .hs-league-calendar-ledger tbody tr:is(:hover,:focus-within,:active) > td {
		background: var(--hsl-hover) !important;
	}

	body.tax-sp_league .hs-league-calendar-ledger td {
		display: block !important;
		width: auto !important;
		height: auto !important;
		padding: 0 !important;
		background: transparent !important;
	}

	body.tax-sp_league .hs-league-calendar-ledger .data-date {
		grid-column: 1 !important;
		grid-row: 1 / 3 !important;
		align-self: center !important;
	}

	body.tax-sp_league .hs-league-calendar-ledger .data-matchup {
		grid-column: 2 / 4 !important;
		grid-row: 1 !important;
		align-self: center !important;
	}

	body.tax-sp_league .hs-league-calendar-ledger .data-phase {
		grid-column: 2 / 4 !important;
		grid-row: 2 !important;
		justify-self: stretch !important;
		text-align: center !important;
		pointer-events: none !important;
	}

	body.tax-sp_league .hs-league-calendar-ledger .data-phase span {
		display: inline-block !important;
		text-align: center !important;
	}

	body.tax-sp_league .hs-league-calendar-ledger .data-detail {
		grid-column: 3 !important;
		grid-row: 2 !important;
	}

	body.tax-sp_league .hs-league-calendar-ledger .data-venue {
		display: none !important;
	}

	body.tax-sp_league .hs-league-calendar-matchup {
		grid-template-columns: minmax(0, 1fr) 52px minmax(0, 1fr) !important;
		gap: 5px !important;
	}

	body.tax-sp_league .hs-league-calendar-team {
		gap: 5px !important;
	}

	body.tax-sp_league .hs-league-calendar-team .team-logo {
		width: 26px !important;
		height: 26px !important;
		flex-basis: 26px !important;
	}

	body.tax-sp_league .hs-league-calendar-team .team-logo img {
		max-width: 24px !important;
		max-height: 24px !important;
	}
}

/* League-only extensions to the shared Team Inicio components. */
body.tax-sp_league #hsLeagueTeamHome .hs-league-rail-standings {
	min-width: 0;
}

body.tax-sp_league #hsLeagueTeamHome .hs-league-rail-standings > header {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-start;
	gap: 7px;
	padding: 0 0 13px;
	border-bottom: 1px solid #e7ebee;
}

body.tax-sp_league #hsLeagueTeamHome .hs-league-rail-standings h2 {
	margin: 4px 0 0;
	color: #002554;
	font-size: 1rem;
	line-height: 1;
}

body.tax-sp_league #hsLeagueTeamHome .hs-league-rail-standings header a {
	color: #53606c !important;
	font-size: .58rem;
	font-weight: 650;
	letter-spacing: .035em;
	text-transform: uppercase;
	white-space: nowrap;
}

body.tax-sp_league #hsLeagueTeamHome .hs-league-rail-standings__head,
body.tax-sp_league #hsLeagueTeamHome .hs-league-rail-standings__body > a {
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr) 28px 48px;
	align-items: center;
	gap: 7px;
}

body.tax-sp_league #hsLeagueTeamHome .hs-league-rail-standings__head {
	min-height: 30px;
	padding: 0 5px;
	background: #f6f8fa;
	color: #778391;
	font-size: .49rem;
	font-weight: 650;
	letter-spacing: .07em;
	text-transform: uppercase;
}

body.tax-sp_league #hsLeagueTeamHome .hs-league-rail-standings__body > a {
	min-height: 54px;
	padding: 8px 5px;
	border-bottom: 1px solid #edf0f2;
	color: #121820 !important;
	font-size: .67rem;
	font-weight: 600;
}

body.tax-sp_league #hsLeagueTeamHome .hs-league-rail-standings__body > a:hover {
	background: var(--hs-dashboard-tint);
}

body.tax-sp_league #hsLeagueTeamHome .hs-league-rail-standings__body > a > b {
	color: var(--hs-dashboard-primary);
	font-size: .67rem;
}

body.tax-sp_league #hsLeagueTeamHome .hs-league-rail-standings .hs-team-standings-team {
	gap: 7px;
}

body.tax-sp_league #hsLeagueTeamHome .hs-league-rail-standings .hs-team-standings-team > span {
	width: 28px;
	height: 28px;
	flex-basis: 28px;
}

body.tax-sp_league #hsLeagueTeamHome .hs-league-rail-standings .hs-team-standings-team img {
	max-width: 24px;
	max-height: 24px;
}

body.tax-sp_league #hsLeagueTeamHome .hs-league-rail-standings .hs-team-standings-team strong {
	font-size: .69rem;
}

body.tax-sp_league #hsLeagueTeamHome .hs-league-rail-standings__body > p {
	margin: 0;
	padding: 18px 0 0;
	color: #778391;
	font-size: .72rem;
}

body.tax-sp_league #hsLeagueTeamHome .hs-league-rail-standings + .hs-team-recent-snapshot {
	margin-top: 34px;
	padding-top: 0;
	border-top: 0;
}

body.tax-sp_league #hsLeagueTeamHome .hs-league-participants-table {
	overflow: hidden;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.tax-sp_league #hsLeagueTeamHome .hs-league-participants-table > header {
	min-height: 0;
	padding: 0 0 13px;
	border-bottom: 1px solid #e7ebee;
	background: transparent;
}

body.tax-sp_league #hsLeagueTeamHome .hs-league-participants-table > header > strong {
	padding: 7px 10px;
	background: var(--hs-dashboard-primary);
	color: #fff;
	font-size: .6rem;
	font-weight: 700;
	letter-spacing: .07em;
	text-transform: uppercase;
	white-space: nowrap;
}

body.tax-sp_league #hsLeagueTeamHome .hs-league-participants-table__head,
body.tax-sp_league #hsLeagueTeamHome .hs-league-participants-table__body > a {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr) 112px;
	align-items: center;
	gap: 14px;
}

body.tax-sp_league #hsLeagueTeamHome .hs-league-participants-table__head {
	min-height: 32px;
	padding: 0 20px;
	background: var(--hs-dashboard-tint);
	color: #66727e;
	font-size: .51rem;
	font-weight: 650;
	letter-spacing: .08em;
	text-transform: uppercase;
}

body.tax-sp_league #hsLeagueTeamHome .hs-league-participants-table__head span:last-child {
	text-align: right;
}

body.tax-sp_league #hsLeagueTeamHome .hs-league-participants-table__body > a {
	min-height: 64px;
	padding: 10px 20px;
	border-bottom: 1px solid #e5eaee;
	color: #121820 !important;
	transition: background-color .16s ease;
}

body.tax-sp_league #hsLeagueTeamHome .hs-league-participants-table__body > a:last-child {
	border-bottom: 0;
}

body.tax-sp_league #hsLeagueTeamHome .hs-league-participants-table__body > a:hover {
	background: var(--hs-dashboard-tint);
}

body.tax-sp_league #hsLeagueTeamHome .hs-league-participants-table__body > a > b {
	color: #7a8692;
	font-size: .65rem;
	font-weight: 650;
	letter-spacing: .06em;
}

body.tax-sp_league #hsLeagueTeamHome .hs-league-participants-table__body > a > span {
	color: var(--hs-dashboard-primary);
	font-size: .6rem;
	font-weight: 700;
	letter-spacing: .055em;
	text-align: right;
	text-transform: uppercase;
	white-space: nowrap;
}

body.tax-sp_league #hsLeagueTeamHome .hs-league-participants-table__body > p {
	margin: 0;
	padding: 24px 20px;
	color: #778391;
	font-size: .75rem;
}

body.tax-sp_league #hsLeagueTeamHome .hs-league-participants-table + .hs-team-performance-profile {
	margin-top: 24px !important;
}

body.tax-sp_league #hsLeagueTeamHome .hs-league-next-games > a + a {
	margin-top: 0;
	border-top: 1px solid #edf0f2;
}

body.tax-sp_league #hsLeagueTeamHome .hs-league-next-games > a {
	padding-bottom: 12px;
}

body.tax-sp_league #hsLeagueTeamHome .hs-league-next-games > a:last-child {
	padding-bottom: 0;
}

body.tax-sp_league #hsLeagueTeamHome .hs-league-season-window {
	font-size: .88rem;
	line-height: 1.15;
}

body.tax-sp_league #hsLeagueTeamHome .hs-team-recent-opponent strong {
	text-transform: uppercase;
}

@media (max-width: 620px) {
	body.tax-sp_league #hsLeagueTeamHome .hs-league-participants-table__head,
	body.tax-sp_league #hsLeagueTeamHome .hs-league-participants-table__body > a {
		grid-template-columns: 34px minmax(0, 1fr) 82px;
		gap: 8px;
		padding-right: 12px;
		padding-left: 12px;
	}

	body.tax-sp_league #hsLeagueTeamHome .hs-league-participants-table__body > a > span {
		font-size: .53rem;
	}

	body.tax-sp_league #hsLeagueTeamHome .hs-league-season-window {
		font-size: .72rem;
	}
}

@media (max-width: 899px) {
	body.tax-sp_league #hsLeagueTeamHome .hs-league-participants-table > header {
		width: 100% !important;
		align-items: flex-start !important;
		justify-content: flex-start !important;
		text-align: left !important;
	}

	body.tax-sp_league #hsLeagueTeamHome .hs-league-participants-table > header > div,
	body.tax-sp_league #hsLeagueTeamHome .hs-league-participants-table > header h2,
	body.tax-sp_league #hsLeagueTeamHome .hs-league-participants-table > header .hs-team-center__eyebrow {
		width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		text-align: left !important;
	}
}

/* League Tablas — exact Team Tablas editorial and responsive system. */
body.tax-sp_league section#hsTeamStandingsExport.hs-league-competition-center {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 64px max(24px, calc((100vw - 1180px) / 2)) 104px !important;
	box-sizing: border-box !important;
	border: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
	font-family: Inter, -apple-system, system-ui, "Segoe UI", Arial, sans-serif !important;
}

body.tax-sp_league #hsTeamStandingsExport .hs-competition-card {
	width: 100% !important;
	max-width: 1180px !important;
	margin: 0 auto !important;
	overflow: visible !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
}

body.tax-sp_league #hsTeamStandingsExport .hs-team-standings-command {
	display: flex !important;
	align-items: flex-end !important;
	justify-content: space-between !important;
	padding: 0 0 22px !important;
	border: 0 !important;
	border-bottom: 1px solid #dfe5e9 !important;
	background: #fff !important;
	box-shadow: none !important;
}

body.tax-sp_league #hsTeamStandingsExport .hs-team-standings-command h2 {
	margin: 0 !important;
	color: #121820 !important;
	font-family: Oswald, "Arial Narrow", Arial, sans-serif !important;
	font-size: clamp(1.35rem, 2vw, 1.85rem) !important;
	font-weight: 720 !important;
	letter-spacing: -.025em !important;
	line-height: 1.1 !important;
	text-transform: none !important;
}

body.tax-sp_league #hsTeamStandingsExport .hs-team-standings-command p {
	margin: 7px 0 0 !important;
	color: #6b7681 !important;
	font-size: .7rem !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

body.tax-sp_league #hsTeamStandingsExport .hs-team-standings-summary {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	padding: 22px 0 26px !important;
	border: 0 !important;
	background: #fff !important;
}

body.tax-sp_league #hsTeamStandingsExport .hs-team-standings-summary > div {
	min-width: 0 !important;
	padding: 0 24px !important;
	border: 0 !important;
	border-right: 1px solid #e5e9ec !important;
	background: transparent !important;
	text-align: left !important;
}

body.tax-sp_league #hsTeamStandingsExport .hs-team-standings-summary > div:first-child {
	padding-left: 0 !important;
}

body.tax-sp_league #hsTeamStandingsExport .hs-team-standings-summary > div:last-child {
	padding-right: 0 !important;
	border-right: 0 !important;
}

body.tax-sp_league #hsTeamStandingsExport .hs-team-standings-summary span,
body.tax-sp_league #hsTeamStandingsExport .hs-team-standings-summary em {
	display: block !important;
	color: #6d7883 !important;
	font-family: inherit !important;
	font-style: normal !important;
	font-weight: 600 !important;
	letter-spacing: .05em !important;
	text-transform: uppercase !important;
}

body.tax-sp_league #hsTeamStandingsExport .hs-team-standings-summary span {
	font-size: .56rem !important;
}

body.tax-sp_league #hsTeamStandingsExport .hs-team-standings-summary em {
	font-size: .56rem !important;
}

body.tax-sp_league #hsTeamStandingsExport .hs-team-standings-summary strong {
	display: block !important;
	margin: 5px 0 3px !important;
	color: #121820 !important;
	font-family: inherit !important;
	font-size: 1.45rem !important;
	font-weight: 680 !important;
	letter-spacing: normal !important;
	line-height: 1 !important;
	text-transform: none !important;
}

body.tax-sp_league #hsTeamStandingsExport .hs-team-standings-summary strong.is-text {
	font-size: 1rem !important;
	font-weight: 680 !important;
	letter-spacing: normal !important;
}

body.tax-sp_league #hsTeamStandingsExport .hs-standings-export-content {
	display: grid !important;
	gap: 34px !important;
	padding: 0 !important;
	border: 0 !important;
	background: #fff !important;
}

body.hs-entity-content-system.tax-sp_league #hsTeamStandingsExport .hs-standings-section,
body.hs-entity-content-system.tax-sp_league #hsTeamStandingsExport .hs-group-table-card {
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
}

body.tax-sp_league #hsTeamStandingsExport .hs-group-standings-grid {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 28px !important;
}

body.tax-sp_league #hsTeamStandingsExport .hs-group-table-card > header {
	padding: 0 0 11px !important;
	border: 0 !important;
	border-bottom: 1px solid #e2e7ea !important;
	background: #fff !important;
}

body.tax-sp_league #hsTeamStandingsExport .hs-group-table-card > header strong {
	color: #101820 !important;
	font-family: inherit !important;
	font-size: .84rem !important;
	font-weight: 730 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

body.tax-sp_league #hsTeamStandingsExport .hs-standings-table-scroll {
	width: 100% !important;
	overflow: visible !important;
	border-right: 1px solid #e8ecef !important;
	border-left: 1px solid #e8ecef !important;
}

html body.hs-entity-content-system.tax-sp_league #hsTeamStandingsExport:not(.hs-export-document-page) .hs-standings-table-scroll {
	border-right: 1px solid #dce4ee !important;
	border-left: 1px solid #dce4ee !important;
}

body.tax-sp_league #hsTeamStandingsExport .hs-horizontal-scroll-hint {
	display: none !important;
}

body.tax-sp_league #hsTeamStandingsExport .hs-enterprise-standings-table {
	width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	table-layout: fixed !important;
	border: 0 !important;
	border-collapse: collapse !important;
	background: #fff !important;
}

body.tax-sp_league #hsTeamStandingsExport .hs-enterprise-standings-table th,
body.tax-sp_league #hsTeamStandingsExport .hs-enterprise-standings-table td {
	position: static !important;
	min-width: 0 !important;
	max-width: none !important;
	height: auto !important;
	padding: 11px 7px !important;
	border: 0 !important;
	border-bottom: 1px solid #e8ecef !important;
	background: transparent !important;
	box-shadow: none !important;
	font-family: inherit !important;
	font-size: .68rem !important;
	line-height: 1.2 !important;
	text-align: center !important;
	vertical-align: middle !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}

body.tax-sp_league #hsTeamStandingsExport .hs-enterprise-standings-table thead th {
	padding-top: 9px !important;
	padding-bottom: 9px !important;
	background: #f6f8f9 !important;
	color: #66717a !important;
	font-size: .54rem !important;
	font-weight: 760 !important;
	letter-spacing: .07em !important;
	text-transform: uppercase !important;
}

body.tax-sp_league #hsTeamStandingsExport .hs-enterprise-standings-table th:first-child,
body.tax-sp_league #hsTeamStandingsExport .hs-enterprise-standings-table td:first-child {
	width: 6% !important;
}

body.tax-sp_league #hsTeamStandingsExport .hs-enterprise-standings-table th:nth-child(2),
body.tax-sp_league #hsTeamStandingsExport .hs-enterprise-standings-table td:nth-child(2) {
	width: 28% !important;
	text-align: left !important;
}

body.tax-sp_league #hsTeamStandingsExport .hs-enterprise-standings-table tbody tr:hover td {
	background: #fafbfc !important;
}

body.tax-sp_league #hsTeamStandingsExport .hs-table-rank {
	display: inline-grid !important;
	width: 22px !important;
	height: 22px !important;
	place-items: center !important;
	border-radius: 0 !important;
	background: #002554 !important;
	color: #fff !important;
	font-family: inherit !important;
	font-size: .58rem !important;
	font-weight: 800 !important;
}

body.tax-sp_league #hsTeamStandingsExport .hs-table-team-cell a {
	display: flex !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	align-items: center !important;
	gap: 8px !important;
	color: #101820 !important;
}

body.tax-sp_league #hsTeamStandingsExport .hs-table-team-logo {
	display: grid !important;
	width: 26px !important;
	height: 26px !important;
	flex: 0 0 26px !important;
	margin: 0 !important;
	place-items: center !important;
}

body.tax-sp_league #hsTeamStandingsExport .hs-table-team-logo img {
	width: auto !important;
	height: auto !important;
	max-width: 26px !important;
	max-height: 26px !important;
	object-fit: contain !important;
}

body.tax-sp_league #hsTeamStandingsExport .hs-table-team-cell strong {
	min-width: 0 !important;
	overflow: hidden !important;
	color: #101820 !important;
	font-size: .69rem !important;
	font-weight: 720 !important;
	text-overflow: ellipsis !important;
	text-transform: none !important;
	white-space: nowrap !important;
}

body.tax-sp_league #hsTeamStandingsExport :is(.hs-diff-value,.hs-points-value,.hs-stat-diff-cell strong,.hs-stat-points-cell strong) {
	color: #002554 !important;
	font-family: inherit !important;
	font-size: .74rem !important;
	font-weight: 800 !important;
	line-height: 1 !important;
}

@media (max-width: 900px) {
	body.tax-sp_league section#hsTeamStandingsExport.hs-league-competition-center {
		padding: 48px 24px 84px !important;
	}

	body.tax-sp_league #hsTeamStandingsExport .hs-enterprise-standings-table th,
	body.tax-sp_league #hsTeamStandingsExport .hs-enterprise-standings-table td {
		padding: 10px 5px !important;
		font-size: .61rem !important;
	}

	body.tax-sp_league #hsTeamStandingsExport .hs-enterprise-standings-table thead th {
		font-size: .49rem !important;
		letter-spacing: .045em !important;
	}

	body.tax-sp_league #hsTeamStandingsExport .hs-enterprise-standings-table th:nth-child(2),
	body.tax-sp_league #hsTeamStandingsExport .hs-enterprise-standings-table td:nth-child(2) {
		width: 25% !important;
	}
}

@media (max-width: 700px) {
	body.tax-sp_league section#hsTeamStandingsExport.hs-league-competition-center {
		padding: 36px 16px 68px !important;
	}

	body.tax-sp_league #hsTeamStandingsExport .hs-team-standings-command {
		padding-bottom: 18px !important;
	}

	body.tax-sp_league #hsTeamStandingsExport .hs-team-standings-summary {
		padding: 18px 0 24px !important;
	}

	body.tax-sp_league #hsTeamStandingsExport .hs-team-standings-summary > div {
		padding: 0 10px !important;
		text-align: center !important;
	}

	body.tax-sp_league #hsTeamStandingsExport .hs-team-standings-summary > div:first-child { padding-left: 0 !important; }
	body.tax-sp_league #hsTeamStandingsExport .hs-team-standings-summary > div:last-child { padding-right: 0 !important; }
	body.tax-sp_league #hsTeamStandingsExport .hs-team-standings-summary strong { font-size: 1.05rem !important; }
	body.tax-sp_league #hsTeamStandingsExport .hs-team-standings-summary strong.is-text { font-size: .74rem !important; }
	body.tax-sp_league #hsTeamStandingsExport .hs-team-standings-summary em { font-size: .43rem !important; }
	body.tax-sp_league #hsTeamStandingsExport .hs-standings-export-content { gap: 30px !important; }

	body.tax-sp_league #hsTeamStandingsExport .hs-enterprise-standings-table,
	body.tax-sp_league #hsTeamStandingsExport .hs-enterprise-standings-table tbody {
		display: block !important;
		width: 100% !important;
	}

	body.tax-sp_league #hsTeamStandingsExport .hs-standings-table-scroll {
		border-right: 0 !important;
		border-left: 0 !important;
	}

	body.tax-sp_league #hsTeamStandingsExport .hs-enterprise-standings-table thead {
		display: none !important;
	}

	body.tax-sp_league #hsTeamStandingsExport .hs-enterprise-standings-table tbody {
		display: grid !important;
		gap: 12px !important;
	}

	body.tax-sp_league #hsTeamStandingsExport .hs-enterprise-standings-table tbody tr {
		display: grid !important;
		grid-template-columns: 44px repeat(4, minmax(0, 1fr)) !important;
		grid-auto-flow: row !important;
		width: 100% !important;
		padding: 10px 0 0 !important;
		border: 1px solid #e3e8eb !important;
		background: #fff !important;
	}

	body.tax-sp_league #hsTeamStandingsExport .hs-enterprise-standings-table tbody td {
		display: flex !important;
		width: auto !important;
		min-width: 0 !important;
		max-width: none !important;
		padding: 9px 4px !important;
		overflow: visible !important;
		border: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		font-size: .66rem !important;
		text-overflow: clip !important;
		white-space: normal !important;
	}

	body.tax-sp_league #hsTeamStandingsExport .hs-enterprise-standings-table tbody td:first-child {
		grid-column: 1 !important;
		grid-row: 1 !important;
		width: auto !important;
		min-width: 44px !important;
		align-items: center !important;
		justify-content: center !important;
		justify-self: stretch !important;
	}

	body.tax-sp_league #hsTeamStandingsExport .hs-enterprise-standings-table tbody td:nth-child(2) {
		grid-column: 2 / 6 !important;
		grid-row: 1 !important;
		width: auto !important;
		min-width: calc(100vw - 80px) !important;
		align-items: center !important;
		justify-self: stretch !important;
		padding-right: 10px !important;
		text-align: left !important;
	}

	body.tax-sp_league #hsTeamStandingsExport .hs-enterprise-standings-table tbody td:nth-child(n+3) {
		min-height: 46px !important;
		align-items: center !important;
		justify-content: center !important;
		flex-direction: column !important;
		gap: 4px !important;
		border-top: 1px solid #e8ecef !important;
		text-align: center !important;
	}

	body.tax-sp_league #hsTeamStandingsExport .hs-enterprise-standings-table tbody td:nth-child(n+3)::before {
		display: block !important;
		color: #7a858e !important;
		font-size: .43rem !important;
		font-weight: 780 !important;
		letter-spacing: .07em !important;
		line-height: 1 !important;
		text-transform: uppercase !important;
		content: attr(data-label) !important;
	}

	body.tax-sp_league #hsTeamStandingsExport .hs-enterprise-standings-table tbody tr:hover td {
		background: transparent !important;
	}

	body.tax-sp_league #hsTeamStandingsExport .hs-table-team-cell a {
		width: auto !important;
		max-width: none !important;
	}

	body.tax-sp_league #hsTeamStandingsExport .hs-table-team-cell strong {
		width: auto !important;
		max-width: none !important;
		font-size: .72rem !important;
		text-overflow: clip !important;
		white-space: nowrap !important;
	}

	html body.hs-entity-content-system.tax-sp_league #hsTeamStandingsExport:not(.hs-export-document-page) .hs-enterprise-standings-table tbody td:first-child {
		width: 44px !important;
		min-width: 44px !important;
		max-width: 44px !important;
	}

	html body.hs-entity-content-system.tax-sp_league #hsTeamStandingsExport:not(.hs-export-document-page) .hs-enterprise-standings-table tbody td:nth-child(2) {
		width: calc(100vw - 80px) !important;
		min-width: calc(100vw - 80px) !important;
		max-width: calc(100vw - 80px) !important;
	}
}

/* Match Team Tablas at every responsive width: retain the compact table. */
@media (max-width: 900px) {
	html body.hs-entity-content-system.tax-sp_league #hsTeamStandingsExport:not(.hs-export-document-page) .hs-standings-table-scroll {
		width: 100% !important;
		overflow: visible !important;
		border-right: 1px solid #dce4ee !important;
		border-left: 1px solid #dce4ee !important;
	}

	html body.hs-entity-content-system.tax-sp_league #hsTeamStandingsExport:not(.hs-export-document-page) .hs-enterprise-standings-table {
		display: table !important;
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
		table-layout: fixed !important;
		border-collapse: collapse !important;
	}

	html body.hs-entity-content-system.tax-sp_league #hsTeamStandingsExport:not(.hs-export-document-page) .hs-enterprise-standings-table thead {
		display: table-header-group !important;
	}

	html body.hs-entity-content-system.tax-sp_league #hsTeamStandingsExport:not(.hs-export-document-page) .hs-enterprise-standings-table tbody {
		display: table-row-group !important;
	}

	html body.hs-entity-content-system.tax-sp_league #hsTeamStandingsExport:not(.hs-export-document-page) .hs-enterprise-standings-table tr,
	html body.hs-entity-content-system.tax-sp_league #hsTeamStandingsExport:not(.hs-export-document-page) .hs-enterprise-standings-table tbody tr {
		display: table-row !important;
		width: auto !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
	}

	html body.hs-entity-content-system.tax-sp_league #hsTeamStandingsExport:not(.hs-export-document-page) .hs-enterprise-standings-table th,
	html body.hs-entity-content-system.tax-sp_league #hsTeamStandingsExport:not(.hs-export-document-page) .hs-enterprise-standings-table td,
	html body.hs-entity-content-system.tax-sp_league #hsTeamStandingsExport:not(.hs-export-document-page) .hs-enterprise-standings-table tbody td,
	html body.hs-entity-content-system.tax-sp_league #hsTeamStandingsExport:not(.hs-export-document-page) .hs-enterprise-standings-table tbody td:nth-child(n+3) {
		display: table-cell !important;
		position: static !important;
		width: auto !important;
		min-width: 0 !important;
		max-width: none !important;
		height: auto !important;
		min-height: 0 !important;
		padding: 9px 3px !important;
		overflow: hidden !important;
		border: 0 !important;
		border-bottom: 1px solid #e8ecef !important;
		background: transparent !important;
		box-shadow: none !important;
		font-family: inherit !important;
		font-size: .59rem !important;
		line-height: 1.12 !important;
		text-align: center !important;
		text-overflow: ellipsis !important;
		vertical-align: middle !important;
		white-space: nowrap !important;
	}

	html body.hs-entity-content-system.tax-sp_league #hsTeamStandingsExport:not(.hs-export-document-page) .hs-enterprise-standings-table thead th {
		padding: 8px 3px !important;
		background: #f6f8f9 !important;
		color: #66717a !important;
		font-size: .46rem !important;
		font-weight: 760 !important;
		letter-spacing: .035em !important;
		text-transform: uppercase !important;
	}

	html body.hs-entity-content-system.tax-sp_league #hsTeamStandingsExport:not(.hs-export-document-page) .hs-enterprise-standings-table :is(th,td):first-child,
	html body.hs-entity-content-system.tax-sp_league #hsTeamStandingsExport:not(.hs-export-document-page) .hs-enterprise-standings-table tbody td:first-child {
		width: 6% !important;
		min-width: 0 !important;
		max-width: none !important;
		padding-right: 2px !important;
		padding-left: 2px !important;
		text-align: center !important;
	}

	html body.hs-entity-content-system.tax-sp_league #hsTeamStandingsExport:not(.hs-export-document-page) .hs-enterprise-standings-table :is(th,td):nth-child(2),
	html body.hs-entity-content-system.tax-sp_league #hsTeamStandingsExport:not(.hs-export-document-page) .hs-enterprise-standings-table tbody td:nth-child(2) {
		width: 27% !important;
		min-width: 0 !important;
		max-width: none !important;
		padding-right: 4px !important;
		padding-left: 4px !important;
		text-align: left !important;
	}

	html body.hs-entity-content-system.tax-sp_league #hsTeamStandingsExport:not(.hs-export-document-page) .hs-enterprise-standings-table tbody td:nth-child(n+3)::before {
		display: none !important;
		content: none !important;
	}

	body.tax-sp_league #hsTeamStandingsExport .hs-table-rank {
		width: 18px !important;
		height: 18px !important;
		flex: none !important;
		font-size: .48rem !important;
	}

	body.tax-sp_league #hsTeamStandingsExport .hs-table-team-cell a {
		display: flex !important;
		width: 100% !important;
		max-width: 100% !important;
		gap: 5px !important;
	}

	body.tax-sp_league #hsTeamStandingsExport .hs-table-team-logo {
		width: 19px !important;
		height: 19px !important;
		flex: 0 0 19px !important;
	}

	body.tax-sp_league #hsTeamStandingsExport .hs-table-team-logo img {
		max-width: 19px !important;
		max-height: 19px !important;
	}

	body.tax-sp_league #hsTeamStandingsExport .hs-table-team-cell strong {
		width: auto !important;
		max-width: 100% !important;
		font-size: .59rem !important;
		white-space: nowrap !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
	}
}

@media (max-width: 520px) {
	body.tax-sp_league section#hsTeamStandingsExport.hs-league-competition-center {
		padding: 36px 14px 68px !important;
	}

	body.tax-sp_league #hsTeamStandingsExport .hs-team-standings-summary > div {
		padding-right: 8px !important;
		padding-left: 8px !important;
	}

	body.tax-sp_league #hsTeamStandingsExport .hs-team-standings-summary span,
	body.tax-sp_league #hsTeamStandingsExport .hs-team-standings-summary em {
		font-size: .49rem !important;
	}

	body.tax-sp_league #hsTeamStandingsExport .hs-team-standings-summary strong {
		font-size: 1rem !important;
	}

	body.tax-sp_league #hsTeamStandingsExport .hs-team-standings-summary strong.is-text {
		font-size: .68rem !important;
		line-height: 1.1 !important;
	}

	html body.hs-entity-content-system.tax-sp_league #hsTeamStandingsExport:not(.hs-export-document-page) .hs-enterprise-standings-table th,
	html body.hs-entity-content-system.tax-sp_league #hsTeamStandingsExport:not(.hs-export-document-page) .hs-enterprise-standings-table td,
	html body.hs-entity-content-system.tax-sp_league #hsTeamStandingsExport:not(.hs-export-document-page) .hs-enterprise-standings-table tbody td,
	html body.hs-entity-content-system.tax-sp_league #hsTeamStandingsExport:not(.hs-export-document-page) .hs-enterprise-standings-table tbody td:nth-child(n+3) {
		padding: 8px 2px !important;
		font-size: .52rem !important;
	}

	html body.hs-entity-content-system.tax-sp_league #hsTeamStandingsExport:not(.hs-export-document-page) .hs-enterprise-standings-table thead th {
		padding: 7px 2px !important;
		font-size: .41rem !important;
		letter-spacing: .02em !important;
	}

	html body.hs-entity-content-system.tax-sp_league #hsTeamStandingsExport:not(.hs-export-document-page) .hs-enterprise-standings-table :is(th,td):first-child,
	html body.hs-entity-content-system.tax-sp_league #hsTeamStandingsExport:not(.hs-export-document-page) .hs-enterprise-standings-table tbody td:first-child {
		width: 7% !important;
	}

	html body.hs-entity-content-system.tax-sp_league #hsTeamStandingsExport:not(.hs-export-document-page) .hs-enterprise-standings-table :is(th,td):nth-child(2),
	html body.hs-entity-content-system.tax-sp_league #hsTeamStandingsExport:not(.hs-export-document-page) .hs-enterprise-standings-table tbody td:nth-child(2) {
		width: 28% !important;
	}

	body.tax-sp_league #hsTeamStandingsExport .hs-table-rank {
		width: 16px !important;
		height: 16px !important;
		font-size: .42rem !important;
	}

	body.tax-sp_league #hsTeamStandingsExport .hs-table-team-logo {
		width: 16px !important;
		height: 16px !important;
		flex-basis: 16px !important;
	}

	body.tax-sp_league #hsTeamStandingsExport .hs-table-team-logo img {
		max-width: 16px !important;
		max-height: 16px !important;
	}

	body.tax-sp_league #hsTeamStandingsExport .hs-table-team-cell strong {
		font-size: .52rem !important;
	}
}

/* League tables stay open at the outer edges. */
html body.hs-entity-content-system.tax-sp_league #hsTeamStandingsExport:not(.hs-export-document-page) .hs-standings-table-scroll {
	border-right: 0 !important;
	border-left: 0 !important;
}

/* League Estadísticas — final content simplification. */
html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table th:first-child,
html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table td:first-child {
	width: 25% !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table th:nth-child(2),
html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table td:nth-child(2) {
	width: 24% !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table th:nth-child(3),
html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table td:nth-child(3) {
	width: 51% !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table td:nth-child(3) a {
	display: flex !important;
	width: 100% !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table td:nth-child(3) a b {
	margin-left: 3px !important;
	padding-left: 0 !important;
	color: var(--hs-league-stat-color) !important;
	font-size: .7rem !important;
	font-weight: 720 !important;
	white-space: nowrap !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-category-champions,
html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-category-champions :is(
	.hs-stat-leaders-list,
	.hs-percent-leaders-grid,
	.hs-stat-ranking-card,
	.hs-stat-ranking-head,
	.hs-stat-ranking-rows,
	.hs-stat-ranking-row,
	.hs-stat-ranking-row:hover
) {
	background: #fff !important;
	background-image: none !important;
	box-shadow: none !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-category-champions {
	overflow: visible !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-category-champions .hs-stat-ranking-position {
	display: inline-flex !important;
	width: auto !important;
	min-width: 0 !important;
	height: auto !important;
	align-items: center !important;
	justify-content: flex-start !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #7a8590 !important;
	box-shadow: none !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-player-leaders-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 38px 44px !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-player-leader-card {
	overflow: visible !important;
	border: 0 !important;
	background: #fff !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-player-leader-card > header {
	min-height: 48px !important;
	padding: 8px 0 11px !important;
	border: 0 !important;
	border-bottom: 1px solid #dfe5e9 !important;
	background: #fff !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-player-leader-card > header > span {
	display: none !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-player-leader-card > header strong {
	margin: 0 !important;
	color: #121820 !important;
	font-family: "Oswald", "Arial Narrow", Arial, sans-serif !important;
	font-size: .9rem !important;
	font-weight: 700 !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-player-leader-list,
html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-player-leader-row,
html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-player-leader-row:hover {
	background: #fff !important;
	background-image: none !important;
	box-shadow: none !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-player-leader-row {
	min-height: 58px !important;
	padding: 9px 2px !important;
}

@media (max-width: 620px) {
	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table {
		width: 100% !important;
		min-width: 100% !important;
	}

	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table th,
	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table td {
		padding: 10px 7px !important;
	}

	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table th:first-child,
	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table td:first-child {
		width: 23% !important;
		padding-left: 10px !important;
	}

	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table th:nth-child(2),
	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table td:nth-child(2) {
		width: 24% !important;
	}

	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table th:nth-child(3),
	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table td:nth-child(3) {
		width: 53% !important;
	}

	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table td:nth-child(3) img {
		width: 22px !important;
		height: 22px !important;
	}

	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table td:nth-child(3) a {
		gap: 6px !important;
	}

	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table td:nth-child(3) a b {
		padding-left: 0 !important;
		font-size: .6rem !important;
	}

	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-player-leaders-grid {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 30px !important;
	}
}

/* League Estadísticas — single-source hierarchy and category controls. */
html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table th:first-child,
html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table td:first-child {
	width: 58% !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table th:nth-child(2),
html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table td:nth-child(2) {
	width: 42% !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-leader-category-tabs {
	display: flex !important;
	align-items: center !important;
	flex-flow: row wrap !important;
	gap: 0 24px !important;
	margin: 0 !important;
	padding: 14px 0 0 !important;
	border: 0 !important;
	border-bottom: 1px solid #dfe5e9 !important;
	background: #fff !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-leader-category-tabs button {
	position: relative !important;
	min-height: 42px !important;
	margin: 0 !important;
	padding: 2px 0 10px !important;
	border: 0 !important;
	border-radius: 0 !important;
	outline: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #77828c !important;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
	font-size: .56rem !important;
	font-weight: 650 !important;
	letter-spacing: .045em !important;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
	cursor: pointer !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-leader-category-tabs button::after {
	content: "" !important;
	position: absolute !important;
	right: 0 !important;
	bottom: -1px !important;
	left: 0 !important;
	height: 2px !important;
	background: transparent !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-leader-category-tabs button:is(:hover,.is-active) {
	color: var(--hs-league-stat-color) !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-leader-category-tabs button.is-active::after {
	background: var(--hs-league-stat-color) !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-leader-tab-panels {
	width: 100% !important;
	margin: 18px 0 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: #fff !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-leader-tab-panel[hidden] {
	display: none !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-leader-tab-panel {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-top: 1px solid #dfe5e9 !important;
	border-bottom: 1px solid #dfe5e9 !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-leader-table-head {
	display: grid !important;
	grid-template-columns: 52px minmax(0, 1fr) 110px !important;
	align-items: center !important;
	min-height: 38px !important;
	padding: 8px 14px !important;
	border-bottom: 1px solid #e7ebee !important;
	background: #fff !important;
	color: #7b8690 !important;
	font-size: .47rem !important;
	font-weight: 670 !important;
	letter-spacing: .065em !important;
	text-transform: uppercase !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-leader-table-head span:last-child {
	text-align: right !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-leader-tab-panel .hs-stat-ranking-row {
	grid-template-columns: 52px minmax(0, 1fr) 110px !important;
	min-height: 62px !important;
	padding: 9px 14px !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-leader-tab-panel .hs-stat-ranking-row > b {
	text-align: right !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-leader-table-head--players {
	grid-template-columns: 52px minmax(0, 1fr) minmax(120px, .52fr) 100px !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-player-leader-card .hs-player-leader-row {
	display: grid !important;
	grid-template-columns: 52px minmax(0, 1fr) minmax(120px, .52fr) 100px !important;
	min-height: 62px !important;
	align-items: center !important;
	gap: 0 !important;
	padding: 9px 14px !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-player-leader-card .hs-player-main {
	display: flex !important;
	min-width: 0 !important;
	align-items: center !important;
	gap: 10px !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-player-leader-card .hs-player-main strong {
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-player-team-name {
	overflow: hidden !important;
	color: #6f7a84 !important;
	font-size: .56rem !important;
	font-style: normal !important;
	font-weight: 570 !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-player-leader-card .hs-player-leader-row > b {
	text-align: right !important;
}

@media (max-width: 620px) {
	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table th:first-child,
	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table td:first-child {
		width: 58% !important;
	}

	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table th:nth-child(2),
	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-league-performance-table td:nth-child(2) {
		width: 42% !important;
	}

	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-leader-category-tabs {
		flex-wrap: nowrap !important;
		gap: 22px !important;
		overflow-x: auto !important;
		-webkit-overflow-scrolling: touch !important;
		scrollbar-width: none !important;
	}

	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-leader-category-tabs::-webkit-scrollbar {
		display: none !important;
	}

	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-leader-category-tabs button {
		flex: 0 0 auto !important;
	}

	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-leader-table-head,
	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-leader-tab-panel .hs-stat-ranking-row {
		grid-template-columns: 34px minmax(0, 1fr) 62px !important;
		padding-right: 8px !important;
		padding-left: 8px !important;
	}

	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-leader-table-head--players,
	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-player-leader-card .hs-player-leader-row {
		grid-template-columns: 30px minmax(0, 1fr) 72px 50px !important;
		padding-right: 6px !important;
		padding-left: 6px !important;
	}

	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-player-leader-card .hs-player-main img {
		width: 23px !important;
		height: 23px !important;
	}

	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-player-team-name {
		font-size: .48rem !important;
	}
}

/* League Estadísticas — compact leader ledgers and shared row interaction. */
html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-category-champions .hs-leader-tab-panels {
	max-width: 760px !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-player-leaders-panel .hs-leader-tab-panels {
	max-width: 900px !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-category-champions .hs-stat-ranking-row:hover,
html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-player-leaders-panel .hs-player-leader-row:hover {
	background: #f7f9fa !important;
	background-image: none !important;
}

@media (max-width: 899px) {
	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport :is(
		.hs-category-champions,
		.hs-player-leaders-panel
	) .hs-leader-tab-panels {
		max-width: none !important;
	}
}

@media (min-width: 1100px) {
	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-analytics-row {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		align-items: start !important;
		gap: 44px !important;
		margin: 0 0 58px !important;
	}

	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-analytics-row > :is(
		.hs-category-champions,
		.hs-player-leaders-panel
	) {
		min-width: 0 !important;
		margin: 0 !important;
	}

	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-analytics-row .hs-league-stats-section-heading {
		min-height: 74px !important;
		align-items: flex-end !important;
	}

	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-analytics-row .hs-leader-category-tabs {
		flex-wrap: nowrap !important;
		gap: 14px !important;
		overflow-x: auto !important;
		-webkit-overflow-scrolling: touch !important;
		scrollbar-width: none !important;
	}

	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-analytics-row .hs-leader-category-tabs::-webkit-scrollbar {
		display: none !important;
	}

	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-analytics-row .hs-leader-category-tabs button {
		flex: 0 0 auto !important;
	}

	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-analytics-row .hs-leader-tab-panels {
		width: 100% !important;
		max-width: none !important;
	}

	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-analytics-row .hs-leader-table-head,
	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-analytics-row .hs-leader-tab-panel .hs-stat-ranking-row {
		grid-template-columns: 42px minmax(0, 1fr) 78px !important;
	}

	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-analytics-row .hs-leader-table-head--players,
	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-analytics-row .hs-player-leader-card .hs-player-leader-row {
		grid-template-columns: 36px minmax(0, 1fr) 82px 58px !important;
	}
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-leader-empty-state {
	display: flex !important;
	min-height: 232px !important;
	align-items: flex-start !important;
	justify-content: center !important;
	flex-direction: column !important;
	margin: 18px 0 0 !important;
	padding: 34px 28px !important;
	border: 0 !important;
	border-top: 1px solid #dfe5e9 !important;
	border-bottom: 1px solid #dfe5e9 !important;
	background: #fff !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-leader-empty-state strong {
	color: #121820 !important;
	font-family: "Oswald", "Arial Narrow", Arial, sans-serif !important;
	font-size: .95rem !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
}

html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-leader-empty-state p {
	max-width: 430px !important;
	margin: 8px 0 0 !important;
	color: #75808a !important;
	font-size: .61rem !important;
	font-weight: 500 !important;
	line-height: 1.55 !important;
}

@media (max-width: 620px) {
	html body.tax-sp_league.hs-entity-content-system #hsTeamStatsExport .hs-leader-empty-state {
		min-height: 180px !important;
		padding: 26px 18px !important;
	}
}
