/**
 * Widget « Pilules de catégories » — L'Africaine Elementor Addons
 * Préfixe : .laf-pills
 */

.laf-pills {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.laf-pills__item {
	display: inline-flex;
	align-items: center;
	color: #ffffff;
	background-color: #384a30;
	padding: 6px 14px;
	border-radius: 50px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-decoration: none;
	transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

a.laf-pills__item:hover {
	color: #ffffff;
	background-color: #b02926;
}

.laf-pills__count {
	margin-left: 4px;
	opacity: 0.8;
	font-weight: 400;
}

.laf-pills--empty {
	color: #999;
	font-style: italic;
	font-size: 13px;
}
