.product-features table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin: 12px 0;
}

.product-features th {
  text-align: left;
  font-weight: 600;
  color: #333;
  padding: 6px 8px;
  border-bottom: 1px solid #eee;
  width: 30%;
}

.product-features td {
  color: #555;
  padding: 6px 8px;
  border-bottom: 1px solid #eee;
}
