.product-meta {
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
}

.product-meta__item {
	display: flex;
	flex-direction: column;
}

.product-meta__label {
	margin-bottom: 4px;
}

/* Strip WooCommerce price wrapper styles so the value inherits widget typography */
.product-meta__value .woocommerce-Price-amount {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}
