.nav-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.navbar .dropdown > a {
  min-width: 44px;
  min-height: 44px;
  justify-content: center;
}

.navbar .dropdown-item {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
