.wptb-tag-badge,
.woocommerce span.onsale.wptb-tag-badge,
.woocommerce-page span.onsale.wptb-tag-badge {
	border: 0;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	gap: 0.25em;
	line-height: 1.2;
	min-height: 0;
	padding: 0.45em 0.75em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.wptb-tag-badge[data-wptb-url] {
	cursor: pointer;
	pointer-events: auto;
}

.wptb-tag-badge[data-wptb-url]:focus {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.wptb-tag-badge--shortcode {
	border-radius: 100px;
	position: static;
}

.woocommerce span.onsale.wptb-tag-badge + span.onsale,
.woocommerce-page span.onsale.wptb-tag-badge + span.onsale {
	margin-left: 0.35em;
}
