/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.rrp-msrp-location-below_title .summary.entry-summary {
	display: flex;
	flex-direction: column;
}

/* Ensure the product title appears first */
.rrp-msrp-location-below_title .product_title.entry-title {
	order: -1; /* This moves it above the default order (0) item */
}

.rrp-msrp-price {
	font-size: 0.85em;
}

.rrp-msrp-value {
	text-decoration: line-through;
}

.rrp-msrp-value,
.rrp-msrp-savings-value {
	font-weight: bold;
}