.wp-block-surecart-product-collection-badges.is-layout-flex {
	gap: 3px;
}

.sc-product-collection-badge {
	display: inline-flex;
	align-items: center;
	border: none;
	line-height: 1;
	white-space: nowrap;
	user-select: none;
	cursor: pointer;
	font-weight: var(--sc-font-weight-bold);
	font-size: var(--sc-font-size-small);
	font-style: normal;
	border-radius: var(--sc-input-border-radius-medium);
	padding: var(--sc-spacing-x-small);
	line-height: 0.8;
	background-color: var(
		--sc-tag-default-background-color,
		var(--sc-color-gray-100)
	);
	color: var(--sc-tag-default-color, var(--sc-color-gray-700));
	border-style: solid;
	border-color: transparent;
	text-decoration: none;
}

.sc-product-collection-badge:hover,
.sc-product-collection-badge:active,
.sc-product-collection-badge:visited {
	color: var(--sc-tag-default-color, var(--sc-color-gray-700));
	text-decoration: none;
}
