.cnc-category-cloud {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 24px;
	row-gap: 20px;
}

.cnc-cat-item {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: #334155;
	font-weight: 600;
	text-decoration: none;
	line-height: 1.4;
	transition: color 0.2s ease, background-color 0.2s ease;
	white-space: nowrap;
}

.cnc-cat-item:hover {
	color: #F97316;
}

.cnc-cat-item.cnc-cat-active {
	color: #F97316;
	font-weight: 700;
}

.cnc-cat-count {
	font-size: 0.85em;
	color: #94A3B8;
	font-weight: 500;
}

.cnc-cat-item.cnc-cat-all {
	font-weight: 700;
}
