.sm-badges {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	line-height: 1.3;
}

.sm-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px 8px;
	border-radius: 9999px;
	font-size: 10px;
	font-weight: 500;
	font-family: inherit;
	box-sizing: border-box;
	line-height: 1.1;
}

.sm-badge--new {
	background-color: #0a7f66;
	color: #fff;
	border: 1px solid transparent;
}

.sm-badge--outline {
	background-color: transparent;
	color: #8c8c8c;
	border: 1px solid #8c8c8c;
}
