.badge-line {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5em;
	margin-bottom: 0.5em;
	line-height: normal;
}

.badge-blue {
	background-color: rgb(180, 212, 255);
	border-radius: 18px;
	padding: 0.3em 1em;
	border: 1px solid transparent;
	width: fit-content;
	white-space: nowrap;
	display: block !important;
	font-size: 12px;
}

.badge-blue.active {
	background: url('../../images/icons/locks/check.svg') 0.4em center no-repeat;
	background-size: 1em;
	border: 1px solid #52A374;
	color: #52A374;
	padding-left: 1.5em;
}

.badge-line.badge-one-line {
	flex-wrap: nowrap;
}
