/**
 * Trade & Retail Pricing - front-end styles
 */

.trp-rrp-price,
.trp-trade-price {
	display: block;
	line-height: 1.5;
}

.trp-rrp-price {
	color: #777777;
	font-size: 0.9em;
}

.trp-trade-price {
	color: #2c7a2c;
	font-weight: 700;
}

.trp-price-label {
	font-weight: 600;
}

.trp-rrp-price .trp-price-label {
	font-weight: 400;
}
