/* PHONES */
@media screen and (max-width: 767px) {
	/* Popular content */
	.cPopularItem {
		flex-wrap: wrap;
	}
	
	html[dir] .cPopularItem > div:last-child {
		border: 0;
	}

	.cPopularItem_stats {
		border-top: 1px solid rgba(0,0,0,0.1);
		width: 100%;
		margin-top: 10px;
		padding-top: 10px;
	}

	.cPastLeaders_row {
		margin-bottom: 15px;
	}
	
	.cPastLeaders_cell {
		margin-bottom: 10px;
	}

		html[dir="ltr"] .cPastLeaders_cell {
			padding-right: 40px;
		}
		html[dir="rtl"] .cPastLeaders_cell {
			padding-left: 40px;
		}
		html[dir="ltr"] .cPastLeaders_cell .ipsPhotoPanel {
			margin-left: 45px;
		}
		html[dir="rtl"] .cPastLeaders_cell .ipsPhotoPanel {
			margin-right: 45px;
		}

		.cPastLeaders_cell:after {
			font-size: 20px;
			line-height: 28px;
		}

		html[dir] .cPastLeaders_cell .ipsLeaderboard_trophy {
			margin: 0;
			transform: scale(0.8);
		}

		.cPastLeaders_cell.cPastLeaders_cellEmpty {
			min-height: 35px;
		}
}