/**
 * WooCommerce per-product price suffix (e.g. "$100 / hour").
 *
 * @package HelloElementorChild
 */

.hello-child-price-suffix {
	margin-left: 0.25em;
	font-size: 0.8em;
	font-weight: 400;
	color: currentColor;
	opacity: 0.7;
	white-space: nowrap;
}
