.hero-sub {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.balance-actions .iou-actions {
  margin: 18px 20px 10px;
}

.trust-hero .hero-amount {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.trust-hero .hero-number {
  font-size: 32px;
  color: var(--muted);
  flex-shrink: 0;
}

.trust-hero .hero-amount span:not(.hero-number) {
  font-size: 12px;
  line-height: 1.3;
  color: var(--muted);
}

.trust-hero .pill {
  background: #f2efe9;
  color: var(--muted);
  font-weight: 500;
}

.trust-hero .pill strong {
  font-size: 14px;
  color: var(--muted);
  font-weight: 600;
}

.pill {
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f7f4ef;
  border-radius: 16px;
  padding: 12px 14px;
  font-weight: 600;
  width: 100%;
  cursor: pointer;
}

.pill.toggle {
  padding: 12px 14px 10px;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}

.pill.toggle .pill-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
}

.pill-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.pill-icon {
  width: 18px;
  height: 18px;
  color: var(--muted);
}

.pill-text {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  white-space: nowrap;
}

.pill-text small {
  white-space: nowrap;
}

.pill.toggle .sub-card {
  width: 100%;
}

.pill small {
  font-weight: 500;
  color: var(--muted);
}

.pill strong {
  font-size: 16px;
}

.pill .neg {
  color: var(--danger);
}

.pill .pos {
  color: var(--ok);
}

.inline-list .pos,
.inline-list .neg {
  color: inherit;
}

.sub-card {
  margin-top: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.4s ease, opacity 0.25s ease;
  will-change: height, opacity;
}

.inline-list {
  background: transparent;
  border-radius: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.trust-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 500;
}

.trust-item .amount {
  font-weight: 500;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

.trust-item .amount .used-of {
  font-size: 11px;
  color: var(--muted);
  margin-right: 4px;
}
