.ppxLeaderboardSplit,
.ppxPastLeadersSplit {
	display: grid;
	gap: 20px;
	margin-bottom: 20px;
}

.ppxLeaderboardSection,
.ppxPastLeadersSection {
	scroll-margin-top: 90px;
}

.ppxLeaderboardSection .ipsBox__header,
.ppxPastLeadersSection .ipsBox__header {
	background: var(--i-background_2);
	border-bottom: 1px solid var(--i-box--bo-co);
}

.ppxLeaderboardSection .ipsBox__header .ipsTitle,
.ppxPastLeadersSection .ipsBox__header .ipsTitle {
	color: inherit;
}

.ppxLeaderboardSection__runnerUpWrap .ipsTitle,
.ppxLeaderboardSection__followupWrap .ipsTitle {
	color: var(--i-color_hard);
}

.ppxLeaderboardSection .ipsMembers > li,
.ppxPastLeadersSection .cPastLeaders > li {
	background: var(--i-background_1);
	border: 1px solid var(--i-box--bo-co);
	border-radius: 14px;
}

.ppxLeaderboardSection .ipsPhotoPanel__secondary,
.ppxPastLeadersSection .ipsPhotoPanel__secondary,
.ppxLeaderboardSection .i-color_soft,
.ppxPastLeadersSection .i-color_soft {
	color: var(--i-color_soft);
}

.ppxLeaderboardSection__runnerUp,
.ppxLeaderboardSection__featured,
.ppxLeaderboardSection__followup {
	margin: 0;
}

.ppxLeaderboardSection__runnerUpWrap,
.ppxLeaderboardSection__followupWrap {
	border-top: 1px solid var(--i-box--bo-co);
	background: var(--i-background_2);
}

.ppxLeaderboardSection__runnerUpWrap .ipsMembers > li,
.ppxLeaderboardSection__followupWrap .ipsMembers > li {
	background: var(--i-background_1);
}

.ppxLeaderboardSection__runnerUp .ipsCoverPhoto__container,
.ppxLeaderboardSection__followup .ipsCoverPhoto__container {
	min-height: 96px;
}

.ppxLeaderboardSection__runnerUp .ipsButtons,
.ppxLeaderboardSection__followup .ipsButtons {
	gap: 8px;
}

.ppxLeaderboardSection__runnerUp .ipsButton,
.ppxLeaderboardSection__followup .ipsButton {
	min-height: 36px;
}

.ppxPastLeadersSection .ipsButtonBar {
	padding: 16px 16px 0;
}

.ppxPastLeadersSection__grid {
	margin: 0;
	padding: 16px;
}

.ppxPastLeadersSection .cPastLeaders > li {
	overflow: hidden;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

.ppxPastLeadersSection .cPastLeaders_row {
	padding: 24px;
	background: linear-gradient(180deg, var(--i-background_2) 0, var(--i-background_1) 88px);
}

.ppxPastLeadersSection .cPastLeaders_title {
	margin-bottom: 18px;
	font-size: 1.95rem;
	line-height: 1.05;
	opacity: 0.68;
}

.ppxPastLeadersSection .cPastLeaders_title span {
	display: inline;
	margin-inline-start: 6px;
	font-size: 0.72em;
	opacity: 0.72;
}

.ppxPastLeadersSection .cPastLeaders_cell {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid var(--i-box--bo-co);
}

.ppxPastLeadersSection .cPastLeaders_cell:first-of-type {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.ppxPastLeadersSection .cPastLeaders_cell .ipsPhotoPanel {
	gap: 12px;
	align-items: center;
}

.ppxPastLeadersSection .cPastLeaders_cell .ipsPhotoPanel__primary {
	font-weight: 600;
}

.ppxPastLeadersSection .cPastLeaders_cell .ipsLeaderboard_trophy {
	top: -0.2rem;
	inset-inline-start: -0.2rem;
	font-size: 0.68rem;
}

.ppxLeaderboardSplit + section[data-controller='core.front.core.ignoredComments'] {
	margin-top: 4px;
	border-top: 1px solid var(--i-box--bo-co);
	background: var(--i-background_1);
}

.ppxLeaderboardSplit + section[data-controller='core.front.core.ignoredComments'] > .i-padding_3.i-padding-top_5 {
	padding-top: 20px;
	padding-bottom: 16px;
	background: var(--i-background_2);
}

.ppxLeaderboardSplit + section[data-controller='core.front.core.ignoredComments'] .ipsTitle {
	margin: 0;
}

.ppxLeaderboardSplit + section[data-controller='core.front.core.ignoredComments'] [data-role='popularResults'] {
	padding-top: 0;
}

.ppxLeaderboardSplit + section[data-controller='core.front.core.ignoredComments'] .ipsStream {
	margin-top: 0;
}

@media (max-width: 767px) {
	.ppxLeaderboardSplit,
	.ppxPastLeadersSplit {
		gap: 16px;
	}

	.ppxLeaderboardSection__runnerUpWrap,
	.ppxLeaderboardSection__followupWrap {
		padding-bottom: 12px;
	}

	.ppxPastLeadersSection__grid {
		padding: 12px;
	}

	.ppxPastLeadersSection .cPastLeaders_row {
		padding: 18px;
		background: linear-gradient(180deg, var(--i-background_2) 0, var(--i-background_1) 76px);
	}

	.ppxPastLeadersSection .cPastLeaders_title {
		margin-bottom: 14px;
		font-size: 1.65rem;
	}

	.ppxPastLeadersSection .cPastLeaders_cell {
		margin-top: 10px;
		padding-top: 10px;
	}

	.ppxLeaderboardSplit + section[data-controller='core.front.core.ignoredComments'] > .i-padding_3.i-padding-top_5 {
		padding-top: 16px;
		padding-bottom: 14px;
	}
}