/* ── Badge ── */
.ac-badge {
	width: var(--space-5);
	height: var(--space-5);
	border-radius: var(--radius-full);
	background: var(--ac-primary);
	color: var(--ac-white);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--text-xs);
	font-weight: var(--weight-semibold);
	flex-shrink: 0;
}
