/* Admin styles for Wholesale Prices Reborn */
.column-wholesale_price {
	width: 120px;
}

/* Frontend price display */
.wpr-price-label {
	font-weight: 600;
	color: #333;
}
.wpr-wholesale-amount {
	font-weight: 700;
	color: #2a7d2a;
}
.wpr-savings {
	display: inline-block;
	background: #e8f5e9;
	color: #2e7d32;
	padding: 2px 8px;
	border-radius: 4px;
	font-size: 0.9em;
	font-weight: 600;
}
.wpr-min-qty-notice {
	color: #333;
	font-weight: 600;
	margin-top: 6px;
}
