.engajae-discount-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ea6410;
	color: hsl(0, 0%, 100%);
	font-size: 13px;
	font-weight: 600;
	padding: 4px 10px;
	border-radius: 999px;
	line-height: 1;
}

.engajae-discount-badge.engajae-discount-hidden {
	display: none;
}
