/**
 * Blitzed Music Chart Styles
 */
.blitzed-chart h3 {
	font-size: 2.5rem;
	margin-bottom: 0.75em;
}

.blitzed-chart ol {
	color: #27272a;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.3;
	list-style-position: inside;
}

.blitzed-chart ol h3 {
	display: inline;
}

.blitzed_chart_likes {
	text-align: center;
	padding: 30px 0;
	font-size: 28px;
}

.blitzed_chart_likes a {
	transition: all 1.2s ease-in;
}

.blitzed_chart_likes a:hover i {
	transform: scale(1.2);
}

.blitzed_chart_likes a.recorded:hover i {
	transform: scale(1);
}