.sodapi-places {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #8F959D;
	font: inherit;
	line-height: 1;
}

.sodapi-places__dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	flex-shrink: 0; margin: 0 5px;
}

.sodapi-places--ok   .sodapi-places__dot { background: #2ecc71; }
.sodapi-places--low  .sodapi-places__dot { background: #f39c12; }
.sodapi-places--full .sodapi-places__dot { background: #e74c3c; }

.sodapi-places--full .sodapi-places__label {
	color: #e74c3c;
	font-weight: 600;
}
