.household-list {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
}

.member-card {
  padding: 0.3em 0.8em 0.3em 0.8em;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  font-size: 0.95em;
}

.member-header {
  font-weight: bold;
  margin-bottom: 0.3em;
}

.member-transactions {
  color: #444;
  font-size: 1.0em;
  margin-left: 20px;
}

