.lions-sponsor-leaderboard-page .theme-fallback {
	padding: 0;
	background: #f4f7fb;
}

.lions-sponsor-leaderboard-page .theme-fallback__inner {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.lions-sponsor-leaderboard-page .theme-fallback__post > h1 {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.lsl-page {
	background: #f4f7fb;
	color: #263238;
	font-family: "Montserrat", Arial, sans-serif;
	margin: 0;
	padding: 58px 0 70px;
}

.lsl-shell {
	width: min(100% - 40px, 1220px);
	margin: 0 auto;
}

.lsl-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 280px;
	align-items: center;
	min-height: 340px;
	overflow: hidden;
	background:
		radial-gradient(circle at 86% 26%, rgba(242, 195, 0, 0.16), rgba(242, 195, 0, 0) 28%),
		linear-gradient(135deg, #001b58 0%, #002b78 50%, #00338d 100%);
	border-radius: 26px;
	box-shadow: 0 24px 54px rgba(0, 43, 120, 0.22);
	color: #ffffff;
}

.lsl-hero::before {
	content: "";
	position: absolute;
	inset: 20px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 20px;
	pointer-events: none;
}

.lsl-hero__content {
	position: relative;
	z-index: 2;
	max-width: 780px;
	padding: 48px 54px;
}

.lsl-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
	color: #f2c300;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.lsl-kicker::before {
	content: "";
	width: 34px;
	height: 3px;
	background: #f2c300;
	border-radius: 99px;
}

.lsl-hero-title {
	margin: 0;
	color: #ffffff;
	font-size: clamp(38px, 5vw, 62px);
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.lsl-subtitle {
	margin: 16px 0 0;
	color: #f2c300;
	font-size: 24px;
	font-weight: 800;
}

.lsl-description {
	max-width: 710px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.65;
}

.lsl-report-badge {
	display: inline-flex;
	margin-top: 28px;
	padding: 10px 16px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(242, 195, 0, 0.44);
	border-radius: 999px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
}

.lsl-hero__mark {
	position: relative;
	z-index: 1;
	margin-right: 34px;
	color: rgba(255, 255, 255, 0.07);
	font-size: 82px;
	font-weight: 900;
	letter-spacing: -0.06em;
	text-align: right;
}

.lsl-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	margin-top: 24px;
}

.lsl-stats--personal-only {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lsl-stat-card,
.lsl-info-grid article {
	position: relative;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #dde6f2;
	border-radius: 16px;
	box-shadow: 0 14px 30px rgba(0, 43, 120, 0.09);
}

.lsl-stat-card {
	padding: 24px 24px 22px;
}

.lsl-stat-card::before,
.lsl-info-grid article::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 5px;
	background: #f2c300;
}

.lsl-stat-card span,
.lsl-info-grid article span {
	display: block;
	width: 12px;
	height: 12px;
	margin-bottom: 14px;
	background: #f2c300;
	border-radius: 50%;
	box-shadow: 0 0 0 7px #fff4d6;
}

.lsl-stat-card strong {
	display: block;
	color: #00338d;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.1;
}

.lsl-stat-card p {
	margin: 8px 0 0;
	color: #5f6b7a;
	font-size: 14px;
	font-weight: 700;
}

.lsl-tabs {
	display: flex;
	gap: 14px;
	margin: 34px 0 20px;
	padding: 8px;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #dde6f2;
	border-radius: 999px;
	box-shadow: 0 12px 24px rgba(0, 43, 120, 0.07);
}

.lsl-tabs button {
	flex: 1;
	padding: 14px 20px;
	background: #ffffff;
	border: 1px solid #dde6f2;
	border-radius: 999px;
	color: #00338d;
	cursor: pointer;
	font-size: 15px;
	font-weight: 900;
	text-align: center;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.lsl-tabs button.is-active {
	background: #002b78;
	color: #ffffff;
	box-shadow: inset 0 -4px 0 #f2c300;
}

.lsl-table-card {
	display: none;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #dde6f2;
	border-radius: 18px;
	box-shadow: 0 18px 40px rgba(0, 43, 120, 0.11);
}

.lsl-table-card.is-active {
	display: block;
}

.lsl-table-card__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 24px 28px;
	background: linear-gradient(90deg, #002b78, #00338d);
	color: #ffffff;
}

.lsl-table-card__header h2 {
	margin: 0;
	color: #ffffff;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.lsl-table-card__header p {
	margin: 7px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	font-weight: 600;
}

.lsl-table-card__header span {
	flex: 0 0 auto;
	padding: 8px 13px;
	background: rgba(242, 195, 0, 0.16);
	border: 1px solid rgba(242, 195, 0, 0.42);
	border-radius: 999px;
	color: #f2c300;
	font-size: 13px;
	font-weight: 900;
}

.lsl-search {
	padding: 18px 24px;
	background: #f7f9fc;
	border-bottom: 1px solid #dde6f2;
}

.lsl-search label {
	display: block;
	margin-bottom: 8px;
	color: #00338d;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.lsl-search__row {
	display: flex;
	gap: 10px;
}

.lsl-search input[type="search"] {
	flex: 1;
	min-width: 0;
	height: 46px;
	padding: 0 15px;
	background: #ffffff;
	border: 1px solid #dde6f2;
	border-radius: 10px;
	color: #263238;
	font-size: 14px;
	font-weight: 600;
	outline: none;
}

.lsl-search input[type="search"]:focus {
	border-color: #00338d;
	box-shadow: 0 0 0 3px rgba(0, 51, 141, 0.12);
}

.lsl-search button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	background: #002b78;
	border: 0;
	border-radius: 10px;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 900;
	white-space: nowrap;
}

.lsl-empty {
	padding: 28px 24px;
	color: #5f6b7a;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}

.lsl-table-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.lsl-table {
	width: 100%;
	min-width: 560px;
	border-collapse: collapse;
	font-size: 14px;
}

.lsl-table--club {
	min-width: 780px;
}

.lsl-table th {
	padding: 15px 18px;
	background: #001f63;
	color: #ffffff;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-align: left;
	text-transform: uppercase;
	white-space: nowrap;
}

.lsl-table th:first-child,
.lsl-table td:first-child {
	width: 78px;
	text-align: center;
}

.lsl-table td {
	padding: 15px 18px;
	border-bottom: 1px solid #dde6f2;
	color: #263238;
	vertical-align: middle;
}

.lsl-table tbody tr:nth-child(even) {
	background: #f7f9fc;
}

.lsl-table tbody tr:hover {
	background: #fff8df;
}

.lsl-rank {
	color: #00338d;
	font-weight: 900;
}

.lsl-name,
.lsl-count {
	color: #002b78;
	font-weight: 900;
}

.lsl-align-right {
	text-align: right !important;
	white-space: nowrap;
}

.lsl-align-center {
	text-align: center !important;
	white-space: nowrap;
}

.lsl-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	padding: 22px 20px 26px;
	background: #ffffff;
	border-top: 1px solid #dde6f2;
}

.lsl-page-link,
.lsl-page-ellipsis {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding: 0 12px;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 900;
}

.lsl-page-link {
	background: #ffffff;
	border: 1px solid #dde6f2;
	color: #00338d;
	cursor: pointer;
}

.lsl-page-link.is-active {
	background: #002b78;
	border-color: #002b78;
	color: #ffffff;
}

.lsl-page-link.is-disabled {
	opacity: 0.45;
	pointer-events: none;
}

.lsl-page-ellipsis {
	color: #5f6b7a;
}

.lsl-info-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 34px;
}

.lsl-info-grid article {
	padding: 28px 24px 26px;
}

.lsl-info-grid h2 {
	margin: 0 0 12px;
	color: #00338d;
	font-size: 19px;
	font-weight: 900;
	line-height: 1.28;
}

.lsl-info-grid p {
	margin: 0;
	color: #5f6b7a;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7;
}

.lsl-error {
	max-width: 920px;
	margin: 30px auto;
	padding: 18px 20px;
	background: #fff4d6;
	border-left: 5px solid #f2c300;
	color: #002b78;
	font-weight: 800;
}

@media (max-width: 1024px) {
	.lsl-hero {
		grid-template-columns: 1fr;
	}

	.lsl-hero__mark {
		position: absolute;
		right: 18px;
		bottom: 18px;
		font-size: 70px;
	}

	.lsl-stats,
	.lsl-info-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.lsl-page {
		padding: 34px 0 46px;
	}

	.lsl-shell {
		width: min(100% - 28px, 1220px);
	}

	.lsl-hero {
		min-height: 0;
		border-radius: 18px;
	}

	.lsl-hero::before {
		inset: 12px;
		border-radius: 14px;
	}

	.lsl-hero__content {
		padding: 34px 24px 42px;
	}

	.lsl-kicker {
		font-size: 11px;
	}

	.lsl-hero-title {
		font-size: 36px;
	}

	.lsl-subtitle {
		font-size: 20px;
	}

	.lsl-description {
		font-size: 14.5px;
		line-height: 1.6;
	}

	.lsl-report-badge {
		border-radius: 12px;
		font-size: 12px;
		line-height: 1.4;
	}

	.lsl-stats,
	.lsl-info-grid {
		grid-template-columns: 1fr;
	}

	.lsl-tabs {
		flex-direction: column;
		border-radius: 18px;
	}

	.lsl-table-card__header {
		align-items: flex-start;
		flex-direction: column;
		padding: 20px;
	}

	.lsl-search {
		padding: 16px;
	}

	.lsl-search__row {
		flex-direction: column;
	}

	.lsl-search button {
		width: 100%;
	}

	.lsl-table {
		min-width: 0;
		font-size: 13px;
	}

	.lsl-table-scroll {
		overflow-x: visible;
	}

	.lsl-table,
	.lsl-table thead,
	.lsl-table tbody,
	.lsl-table tr,
	.lsl-table td {
		display: block;
		width: 100%;
	}

	.lsl-table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.lsl-table tbody {
		padding: 14px;
		background: #f4f7fb;
	}

	.lsl-table tbody tr,
	.lsl-table tbody tr:nth-child(even),
	.lsl-table tbody tr:hover {
		margin-bottom: 14px;
		overflow: hidden;
		background: #ffffff;
		border: 1px solid #dde6f2;
		border-radius: 14px;
		box-shadow: 0 10px 22px rgba(0, 43, 120, 0.08);
	}

	.lsl-table tr {
		display: grid;
		grid-template-columns: 48px minmax(0, 1fr) minmax(82px, auto);
	}

	.lsl-table td,
	.lsl-table th:first-child,
	.lsl-table td:first-child,
	.lsl-align-right,
	.lsl-align-center {
		width: auto;
		padding: 11px 12px;
		border-bottom: 0;
		text-align: left !important;
		white-space: normal;
	}

	.lsl-table .lsl-rank {
		grid-column: 1;
		grid-row: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #f7f9fc;
		border-right: 1px solid #edf2f8;
		font-size: 16px;
	}

	.lsl-table .lsl-name {
		grid-column: 2 / 4;
		grid-row: 1;
		display: flex;
		align-items: center;
		min-height: 48px;
		padding-right: 10px;
		font-size: 14.5px;
		line-height: 1.3;
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.lsl-table:not(.lsl-table--club) .lsl-count {
		grid-column: 3 / 4;
		grid-row: 1;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		min-height: 48px;
		font-size: 14px;
		border-top: 0;
		text-align: right !important;
	}

	.lsl-table--club .lsl-name {
		grid-column: 2 / 4;
	}

	.lsl-table--club .lsl-count {
		grid-column: 1 / 3;
		grid-row: 2;
		border-top: 1px solid #edf2f8;
	}

	.lsl-table--club td:nth-child(4) {
		grid-column: 3 / 4;
		grid-row: 2;
		border-top: 1px solid #edf2f8;
		font-size: 12px;
		font-weight: 800;
		text-align: right !important;
	}

	.lsl-table--club td:nth-child(5) {
		grid-column: 1 / 4;
		grid-row: 3;
		background: #fbfdff;
		border-top: 1px solid #edf2f8;
		color: #5f6b7a;
		font-size: 12px;
		font-weight: 700;
	}
}
