/**
 * Pastille d'exemption de taxe (panier et checkout),
 * style « pill » cohérent avec les mentions de rabais.
 */
.reactif-tax-exemption-badge {
	display: inline-block;
	margin-block-start: 0.25rem;
	padding: 0.125rem 0.625rem;
	border-radius: 999px;
	background-color: #e7f6ec;
	color: #1e7e34;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.5;
	white-space: nowrap;
}

td.product-name .reactif-tax-exemption-badge {
	display: table;
}
