.hmc-alt-price {
	display: block;
	font-size: 0.7em;
	font-weight: 600;
	color: #6b7280;
	background: #f3f4f6;
	border-radius: 20px;
	padding: 2px 9px;
	margin-top: 4px;
	width: fit-content;
	letter-spacing: 0.01em;
}

.woocommerce ul.products li.product .hmc-alt-price {
	margin-left: auto;
	margin-right: auto;
}

.woocommerce-Price-amount + .hmc-alt-price,
p.price .hmc-alt-price {
	margin-top: 6px;
}

td.product-subtotal .hmc-alt-price,
td.product-price .hmc-alt-price {
	margin-left: auto;
}

.order-total .hmc-alt-price {
	display: inline-block;
	margin-top: 2px;
	margin-left: 6px;
}
