/**
 * Certified Pricing by MOSERLX — storefront styles.
 */

.mlcp-notice {
	box-sizing: border-box;
	margin: 0.5em 0;
	line-height: 1.4;
}

.mlcp-notice__link {
	text-decoration: underline;
	white-space: nowrap;
}

/* Product card: tight, secondary, must not compete with the price. */
.mlcp-notice--loop {
	font-size: 0.8em;
	opacity: 0.85;
}

/* Product page: sits directly under the theme's .msr_wrapper_price_avail. */
.mlcp-notice--single {
	padding: 0.75em 1em;
	border-left: 3px solid currentColor;
	background: rgba( 0, 0, 0, 0.04 );
	font-size: 0.95em;
}

.mlcp-notice--cart {
	padding: 0.75em 1em;
	border-left: 3px solid currentColor;
	background: rgba( 0, 0, 0, 0.04 );
}

/* Placeholder shown where the price would have been. */
.mlcp-price-hidden {
	display: inline-block;
	font-weight: 600;
	opacity: 0.75;
}
