.account-pill {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 8px 14px 8px 8px;
  border-radius: 999px;
  border: 1px solid rgba(94, 151, 255, 0.18);
  background: rgba(0, 69, 172, 0.12);
  width: fit-content;
  max-width: 100%;
}

.account-pill-avatar {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  object-fit: cover;
  display: block;
  flex: 0 0 auto;
}

.account-pill-copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.account-pill-copy strong {
  font-size: 0.92rem;
}

.account-pill-copy span {
  color: var(--muted);
  font-size: 0.82rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
