/* Mirani — Review purchase badge («N خرید موفق از این محصول» above the reviewer name). */
.reviews-grid .rev .who > div{
	display:flex;
	flex-direction:column;
	gap:2px;
	min-width:0;
}
.mi-revbadge{
	display:inline-flex;
	align-items:center;
	gap:4px;
	align-self:flex-start;
	max-width:100%;
	margin-bottom:4px;
	padding:3px 9px;
	border-radius:999px;
	font-size:11px;
	font-weight:700;
	line-height:1.4;
	color:#0f7a34;
	background:rgba(26,127,55,.10);
	border:1px solid rgba(26,127,55,.22);
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.mi-revbadge svg{
	flex:none;
	width:12px;
	height:12px;
}
