.cash-ledger-legacy-hidden { display: none !important; }
.cash-ledger-panel { margin: 4px 0 18px; padding: 16px; border: 1px solid #dbe6e8; border-radius: 12px; background: #fbfdfd; }
.cash-ledger-heading { display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; margin-bottom: 14px; }
.cash-ledger-heading h3 { margin: 0; }
.cash-ledger-heading span { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; }
.cash-ledger-list { display: grid; gap: 8px; margin-top: 14px; }
.cash-ledger-row { display: flex; justify-content: space-between; gap: 14px; align-items: center; padding: 10px 12px; border: 1px solid #e0e8ec; border-radius: 10px; background: #fff; }
.cash-ledger-main { display: grid; gap: 2px; min-width: 0; }
.cash-ledger-main span { color: var(--muted); font-size: 12px; overflow-wrap: anywhere; }
.cash-ledger-side { display: flex; align-items: center; gap: 10px; font-weight: 800; white-space: nowrap; }
.cash-ledger-row.is-voided { opacity: .55; text-decoration: line-through; }
@media (max-width: 760px) {
  .cash-ledger-row { align-items: flex-start; }
  .cash-ledger-side { flex-direction: column; align-items: flex-end; }
}
