.badge-wrapper {
	width: 100%;
	height: 100%;
}

.badge-container {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 5px 14px;
	border-radius: 50px;
	font-family: 'Arial', sans-serif;
	letter-spacing: 2px;
	width: fit-content;
	height: fit-content;
}

.badge-dot {
	width: 18px;
	height: 18px;
	background-color: var(--accent-1);
	border-radius: 50%;
}

.badge-text {
	font-size: 14px;
	font-family: Lexend, sans-serif;
	text-transform: uppercase;
}


@media (min-width: 481px) {

}

@media (min-width: 769px) {
	.badge-wrapper {
		width: 40%;
	}
}
