.product-specs-table__heading {
  margin-bottom: 1.5rem;
}

.product-specs-table__wrap {
  overflow-x: auto;
}

.product-specs-table__table {
  width: 100%;
  border-collapse: collapse;
  max-width: 64rem;
}

.product-specs-table__table th,
.product-specs-table__table td {
  text-align: left;
  padding: 1.2rem 1.6rem;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.product-specs-table__table th {
  width: 40%;
  font-weight: 600;
}
