.account-nav {
  display: flex;
  align-items: center;
  gap: 9px;
}

.account-name {
  max-width: 150px;
  overflow: hidden;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eeeae1;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-name::before {
  margin-right: 7px;
  color: var(--sage);
  content: "●";
  font-size: 9px;
}
