.badge {
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	background-color: red;
	border-color: red;
	color: var(--color-base-background-1);
	word-break: break-word;
	letter-spacing: 0;
	position: relative;
	display: inline-block;
	padding: 0 8px 0;
    font-weight: 600;
    border-radius: 3px;
}
