/**
 * Fixlift Offerte - telbadge ([fixlift_offerte_count]).
 * Klein rond bolletje met het aantal. Standaard verborgen bij 0.
 */
.fixlift-offerte-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	height: 20px;
	padding: 0 6px;
	font-family: 'Inter', system-ui, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	background: #C8102E;
	border-radius: 999px;
	vertical-align: middle;
}

/* Verbergen bij 0, tenzij expliciet show_zero. */
.fixlift-offerte-count.is-empty:not(.fixlift-offerte-count--show-zero) {
	display: none;
}
