.trending-list-14888 {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 20px;
}

.trending-ul-14888 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.trending-list-item-14888 {
	display: flex;
	align-items: flex-start;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}

.trending-list-item-14888:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.trending-list-item-14888:first-child {
	padding-top: 0;
}

.trending-list-item-14888 .item-number {
	font-size: 2em;
	font-weight: bold;
	color: #e0e0e0;
	margin-right: 15px;
	line-height: 1;
}

.trending-list-item-14888 .item-content {
	flex: 1;
}

.trending-list-item-14888 .item-title {
	margin: 0;
	font-size: 1.1em;
	line-height: 1.4;
}

.trending-list-item-14888 .item-title a {
	color: #333;
	text-decoration: none;
}