.stm-pueblus-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-decoration: none;
	vertical-align: baseline;
	white-space: nowrap;
}

.stm-pueblus-badge__text {
	font-weight: 400;
}

.stm-pueblus-badge strong {
	font-weight: 600;
}

.stm-pueblus-badge svg {
	flex-shrink: 0;
	color: #3d8b63;
	opacity: 0.9;
}

.stm-pueblus-badge:hover,
.stm-pueblus-badge:focus {
	color: #2d6a4a;
	text-decoration: underline;
}

.stm-pueblus-badge:focus-visible {
	outline: 1px solid currentColor;
	outline-offset: 2px;
	border-radius: 2px;
}
