.axe-popular-posts {
	margin: 1.5em 0;
}

.axe-popular-title {
	margin: 0 0 0.75em 0;
}

.axe-popular-list {
	list-style: decimal;
	padding-left: 1.4em;
	margin: 0;
}

.axe-popular-item {
	margin-bottom: 0.6em;
}

.axe-popular-link {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	text-decoration: none;
	color: inherit;
}

.axe-popular-link:hover .axe-popular-post-title {
	text-decoration: underline;
}

.axe-popular-post-title {
	font-weight: 600;
}

.axe-popular-views {
	flex-shrink: 0;
	font-size: 0.85em;
	color: #777;
	white-space: nowrap;
}

.axe-popular-empty {
	color: #777;
	font-style: italic;
}
