/* Supplier label — shop loop and single product */
.ordermation-supplier {
	display: block;
	font-size: 0.85em;
	line-height: 1.3;
	color: inherit;
	opacity: 0.8;
}

/* Loop / archive: small margin between title and supplier */
.woocommerce ul.products li.product .ordermation-supplier,
.wc-block-grid__product .ordermation-supplier,
.wp-block-woocommerce-product-template .ordermation-supplier {
	margin: 0.2rem 0 0.4rem;
}

/* Single product summary: sits just under the H1 */
.woocommerce div.product .ordermation-supplier {
	margin: -0.25rem 0 0.75rem;
	font-size: 0.9em;
}
