.clients-family-table .client-parent-row td {
  background: #fff;
}

.clients-family-table .client-child-row td {
  background: #f8fafc;
  color: #475569;
  border-bottom-color: #e2e8f0;
}

.clients-family-table .client-child-row:hover td {
  background: #eef6ff;
}

.client-child-name {
  display: inline-block;
  padding-left: 28px;
  color: #334155;
  font-weight: 600;
}

.client-type-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.client-type-parent {
  background: #dbeafe;
  color: #1e40af;
}

.client-type-child {
  background: #e0f2fe;
  color: #075985;
}

.child-balance-note {
  color: #64748b;
  font-size: 13px;
  white-space: nowrap;
}

.ledger-table.clients-family-table .client-child-row .sticky-col {
  background: #f8fafc;
}

.ledger-table.clients-family-table .client-child-row:hover .sticky-col {
  background: #eef6ff;
}
