.elementor-widget-scale_sold_label:not(:has(.sw-sold-label)) {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
	min-height: 0 !important;
}

.sw-sold-label-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}

.sw-sold-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 16px;
	border-radius: 999px;
	background: #4d4c31;
	color: #cbc4bb;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.2;
	text-transform: uppercase;
	white-space: nowrap;
}

.sw-sold-label--placeholder {
	opacity: 0.45;
}
