/*
	----------------
	- Leaderboard
	----------------
*/

#elDateForm label {
	display: none;
}

#elDateForm input[type="date"] {
	max-width: 100%;
	margin: .5em 0;
}

.cPastLeaders_row{
	padding: 2em;
	position: relative;
	isolation: isolate;
}

	.cPastLeaders_row:hover{
		background: var(--i-background_hover);
	}

.cPastLeaders_title{
	margin-bottom: 2.2em;
	font-size: 1.8em;
	opacity: .4;
}

	.cPastLeaders_row:hover .cPastLeaders_title{
		opacity: .6;
	}

	.cPastLeaders_title a::before{
		content: '';
		position: absolute;
		inset: 0;
		z-index: -1;
	}

.cPastLeaders_title span{
	display: none;
}

.cPastLeaders_cell{
	position: relative;
	margin-top: 1.2em;
}

.cPastLeaders_cell .ipsLeaderboard_trophy {
	position: absolute;
	top: -.6em;
	inset-inline-start: -.6em;
	z-index: 1;
	font-size: .8em;
}