/* WP Site Stats - Frontend Styles */

.wpss-post-views-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	margin: 0 0 1.5em;
	font-size: 13px;
	color: #646970;
	background: #f6f7f7;
	border-radius: 14px;
	border: 1px solid #dcdcde;
}

.wpss-post-views-badge .wpss-eye {
	display: inline-flex;
	color: #2271b1;
}

.wpss-post-views-badge strong {
	color: #1d2327;
	font-weight: 600;
}

.wpss-views,
.wpss-stat {
	font-weight: 600;
	color: inherit;
	font-variant-numeric: tabular-nums;
}

.wpss-popular-list {
	list-style: decimal;
	padding-left: 20px;
	margin: 0;
}

.wpss-popular-list li {
	padding: 6px 0;
	border-bottom: 1px dashed #eee;
}

.wpss-popular-list li:last-child {
	border-bottom: none;
}

.wpss-popular-list a {
	text-decoration: none;
}

.wpss-popular-list a:hover {
	text-decoration: underline;
}

.wpss-popular-list .wpss-count {
	color: #888;
	font-size: 0.9em;
	margin-left: 4px;
}

.wpss-widget-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wpss-widget-list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 0;
	border-bottom: 1px solid #f0f0f1;
}

.wpss-widget-list li:last-child {
	border-bottom: none;
}

.wpss-w-label {
	color: #646970;
	font-size: 14px;
}

.wpss-w-value {
	font-weight: 600;
	color: #1d2327;
	font-variant-numeric: tabular-nums;
}

.wpss-w-online {
	color: #00a32a;
}
