/* WC Extras — Price Display (structural layout only; colors and
   typography are generated by Elementor from the widget's Style tab
   controls). */

.wc-extras-price-display {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
}

.wc-extras-price-display__regular.is-struck {
	text-decoration: line-through;
}

.wc-extras-price-display__sale-row {
	display: flex;
	align-items: center;
	gap: 8px;
}

.wc-extras-price-display__badge {
	display: inline-block;
	line-height: 1;
}

.wc-extras-swatch-placeholder {
	padding: 20px;
	text-align: center;
	color: #888;
	border: 1px dashed #ccc;
	border-radius: 4px;
}
