.product-specifications {
	display: block;
}

.product-specifications__table {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.4rem;
}

.product-specifications__table th,
.product-specifications__table td {
	padding: 0.8rem 1rem;
	text-align: left;
	vertical-align: top;
	border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.product-specifications__table th {
	width: 40%;
	font-weight: 600;
	letter-spacing: 0.04rem;
}

.product-specifications__table td {
	color: rgba(var(--color-foreground), 0.8);
}

.product-specifications__table tbody tr:last-child th,
.product-specifications__table tbody tr:last-child td {
	border-bottom: 0;
}
