.result-column {
  min-height: 620px;
}

.result-block {
  display: grid;
  gap: 12px;
}

.result-block + .result-block {
  border-top: 1px solid var(--divider);
  padding-top: 22px;
}

.result-block h3,
.section-heading h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
}

.section-heading p {
  margin: 5px 0 0;
  color: var(--muted-ink);
  font-size: 14px;
  line-height: 1.45;
}

.table-shell {
  max-height: 310px;
}

.table-shell td:first-child {
  min-width: 130px;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 12px;
}

.table-shell td:nth-child(3) {
  min-width: 220px;
}

.danger-button {
  border: 0;
}

@media (max-width: 620px) {
  .result-column {
    min-height: 0;
  }
}
