/* model row main page */
.model-row__item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 7px;
	white-space: nowrap;
}
.model-row__item span {
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	border-radius: 3px;
	background: #20ca81;
	padding: 0 6px;
}
