/* ACF product specs — single product only */
.dnpb-acf-specs {
	margin: 1.25rem 0 0;
	width: 100%;
}

.dnpb-acf-specs__table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid rgba(0, 0, 0, 0.08);
	font-size: 0.95em;
	line-height: 1.5;
}

.dnpb-acf-specs__table th,
.dnpb-acf-specs__table td {
	padding: 0.65rem 0.85rem;
	text-align: right;
	vertical-align: top;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.dnpb-acf-specs__table tr:last-child th,
.dnpb-acf-specs__table tr:last-child td {
	border-bottom: 0;
}

.dnpb-acf-specs__table th {
	width: 38%;
	font-weight: 600;
	background: rgba(0, 0, 0, 0.03);
	color: inherit;
}

.dnpb-acf-specs__table td {
	width: 62%;
	font-weight: 400;
}
