.table-stack {
  display: grid;
  gap: 3px;
  min-width: 150px;
}

.table-stack strong {
  color: var(--text);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 12px;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.table-stack .muted {
  color: var(--muted);
  font-size: 11px;
  white-space: nowrap;
}
