.thread-status {
  display: grid;
  justify-items: end;
  align-content: start;
  gap: 5px;
}

.thread-status small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}
