.product-tech-specs {
  margin: 0;
}

.product-tech-specs__row {
  display: flex;
  justify-content: space-between;
  gap: 1.6rem;
  padding: 0.8rem 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.product-tech-specs__row:last-child {
  border-bottom: none;
}

.product-tech-specs__row dt {
  color: rgba(var(--color-foreground), 0.65);
}

.product-tech-specs__row dd {
  margin: 0;
  text-align: right;
  font-weight: 600;
}
