.prdct-content__summary table {
  width: 100%;
  border-collapse: collapse;
}

.prdct-content__summary td {
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  color: #121212;
  vertical-align: top;
}

.prdct-content__summary tr:not(:last-child) td {
  padding-bottom: 2px;
}

.prdct-content__summary td:first-child {
  padding-right: 8px;
  white-space: nowrap;
}
