.account-menu--wrapper {
  position: relative;
}

.account-menu--summary {
  cursor: pointer;
  list-style: none;
}

.account-menu--popup {
  position: absolute;
  top: 32px;
  right: 0px;
  z-index: 1;
  min-width: 220px;
  padding: 12px 16px;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 2px 6px rgb(0, 0, 0, 25%);
}

.account-menu--email {
  margin-bottom: 8px;
  white-space: nowrap;
}