.kba-shop-categories {
	margin-top: 1rem;
}

.kba-shop-categories__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.kba-shop-categories__item + .kba-shop-categories__item {
	margin-top: 0.35rem;
}

.kba-shop-categories__item a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.55rem 0.85rem;
	border-radius: 10px;
	background: #f7f7f7;
	color: #222;
	text-decoration: none;
	font-size: 0.95rem;
	transition: background 0.2s ease, color 0.2s ease;
}

.kba-shop-categories__item a:hover,
.kba-shop-categories__item.is-active a {
	background: #0ead69;
	color: #fff;
}

.kba-shop-categories__count {
	display: inline-flex;
	min-width: 1.5rem;
	justify-content: center;
	padding: 0.1rem 0.45rem;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.08);
	font-size: 0.8rem;
}

.kba-shop-categories__item.is-active .kba-shop-categories__count,
.kba-shop-categories__item a:hover .kba-shop-categories__count {
	background: rgba(255, 255, 255, 0.2);
}

.kba-shop-empty {
	margin-top: 1rem;
	padding: 1rem;
	border-radius: 10px;
	background: #fff7e6;
	color: #7a5b00;
	text-align: center;
}
