/**
 * Per-unit pricing – shop / archive / category pages.
 */
.hg-per-unit-price {
	display: flex;
	flex-direction: column;
	gap: 0;
	font-family: "calibre", sans-serif;
}

.hg-per-unit-price .hg-price-label {
	display: block;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3;
}

.hg-per-unit-price .hg-starting-price {
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: #ee881b;
	line-height: 1.3;
}

.hg-per-unit-price .hg-starting-price .per-unit-suffix {
	font-size: 14px;
	font-weight: 400;
}

.hg-per-unit-price .hg-delivery-included {
	display: inline-block;
	width: fit-content;
	font-size: 11px;
	font-weight: 600;
	color: #2e7d32;
	background: #e8f5e9;
	padding: 1px 6px;
	border-radius: 3px;
	margin-top: 4px;
	line-height: 1.5;
}
