.lupi-acf-product-specs-table {
	width: 100%;
}

.lupi-acf-product-specs-table__wrapper,
.lupi-acf-product-specs-table__inner,
.lupi-acf-product-specs-table__table {
	width: 100%;
}

.lupi-acf-product-specs-table__table {
	border-collapse: collapse;
	table-layout: fixed;
}

.lupi-acf-product-specs-table__row {
	border-bottom: 1px solid #e2e2e2;
}

.lupi-acf-product-specs-table__row:last-child {
	border-bottom: 0;
}

.lupi-acf-product-specs-table__label,
.lupi-acf-product-specs-table__value {
	padding: 0.5rem 0;
	vertical-align: top;
}

.lupi-acf-product-specs-table__label {
	text-align: left;
	width: 42%;
	font-weight: 600;
	padding-right: 1rem;
}

.lupi-acf-product-specs-table__value {
	text-align: right;
	width: 58%;
	white-space: normal;
	overflow-wrap: anywhere;
}

.lupi-acf-product-specs-table__empty-message {
	margin: 0;
	color: #595959;
	font-size: 0.9375rem;
}
