.legacy-tag {
  display: inline-block;
  background: #fff2cb;
  color: #725400;
  border-radius: 6px;
  padding: 4px 9px;
  font-size: 12px;
  margin: 7px 0;
}
.debt-content .item-row > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.popover {
  max-width: 340px;
}
.popover button {
  display: block;
  width: 100%;
}
#legacyDebtForm {
  border-top: 1px solid var(--line);
  margin-top: 20px;
  padding-top: 8px;
}
#legacyDebtForm button {
  margin-right: 8px;
}
