.debtor-row-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.debtor-row-head > strong {
  min-width: 0;
}

.debtor-inline-amount {
  flex: 0 0 auto;
  color: var(--danger);
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}
