.post-stats-summary-inline {
	display: flex;
	gap: 6px;
	align-items: center;
	margin: 0;
	color: #50575e;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.post-stats-summary-inline .stat-item {
	display: flex;
	gap: 6px;
	align-items: center;
}

.post-stats-summary-inline svg {
	width: 18px;
	height: 18px;
	margin-top: -2px;
	fill: #15c7de;
	vertical-align: middle;
}

.post-stats-summary-inline .stat-value {
	font-size: .95em;
	font-weight: 500;
}

.post-stats-summary-inline .stat-separator {
	color: #dcdcde;
	font-size: 1.2em;
	font-weight: 100;
}

.simple-stats-downloads-badge {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	width: fit-content;
	padding: 2px 5px;
	border-radius: 6px;
	background: rgba(255, 255, 255, .72);
	color: #0f6f7c;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
}

.simple-stats-downloads-badge svg {
	width: 12px;
	height: 12px;
	fill: currentColor;
}
