.twoUfi-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	border-radius: 9999px;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 1.2;
}

.twoUfi-badge__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: currentColor;
	animation: twoUfi-pulse 2s ease-in-out infinite;
}

@keyframes twoUfi-pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.4; }
}
