.badge {
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	background-color: transparent;
	border: 1px solid #e5e5e5;
	color: var(--color-base-accent-1);
	word-break: break-word;
	padding: 5px 7px 2px;
	font-weight: 400;
	border-radius: 4px;
	text-transform: uppercase;
}