dl {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  border-top: 1.5px solid rgba(128, 128, 128, 0.5);
  border-bottom: 1.5px solid rgba(128, 128, 128, 0.5);
}

dl dt {
  font-weight: inherit;
}

dl dt,
dl dd {
  margin: 0;
  padding: 0.3em 0.5em;
  border-bottom: 1px solid rgba(128, 128, 128, 0.5);
}

dl dt:last-of-type,
dl dd:last-of-type {
  border-bottom: none;
}

dl dd {
  font-weight: 600;
}
