.nutrition h2 {
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 146%;
  letter-spacing: 0%;
  margin-bottom: 12px;
}

.nutrition h2 span {
  font-weight: 700;
}

.nutrition table {
  background: var(--cream);
  padding: var(--box-padding);
  border-radius: 8px;
  line-height: 108%;
  width: 100%;
}

@media (max-width: 575px) {
  .nutrition table {
    font-size: 16px;
  }
}

.nutrition tr + tr th,
.nutrition tr + tr td {
  border-top: 1px solid var(--light-grey);
}

.nutrition tr:first-child th,
.nutrition tr:first-child td {
  padding-top: 0;
}

.nutrition tr:last-child th,
.nutrition tr:last-child td {
  padding-bottom: 0;
}

.nutrition th,
.nutrition td {
  padding: calc(var(--box-padding) - 8px) calc((var(--box-padding) - 8px) / 2);
}

.nutrition th {
  padding-left: 0;
  text-align: left;
  font-weight: 400;
}

.nutrition td {
  padding-right: 0;
  text-align: right;
  font-weight: 700;
}

.nutrition th[colspan="2"] {
  padding-inline: 0;
  line-height: 140%;
}
