/**
 * SARAYA Categories List widget.
 * Layout only — colors/typography come from Elementor Style controls.
 */

.saraya-categories-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.saraya-categories-list__item {
	margin: 0;
	padding: 0;
}

.saraya-categories-list--divider .saraya-categories-list__item:not(:last-child) {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e8f0;
}

.saraya-categories-list__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	text-decoration: none;
	box-sizing: border-box;
	transition: color 0.2s ease;
}

.saraya-categories-list__name {
	flex: 1 1 auto;
	min-width: 0;
}

.saraya-categories-list__count {
	opacity: 0.7;
	font-weight: 400;
}

.saraya-categories-list__icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.saraya-categories-list__icon svg {
	display: block;
}

.saraya-categories-list__empty {
	margin: 0;
	font-size: 14px;
}
