.profile-menu-wrap {
  position: relative;
}

.profile-menu {
  position: absolute;
  z-index: 20;
  top: calc(100% + 10px);
  right: 0;
  width: 220px;
  padding: 8px;
  color: #17211d;
  background: #fff;
  border: 1px solid #d4ddd8;
  border-radius: 11px;
  box-shadow: 0 16px 42px #173d322b;
}

.profile-menu::before {
  content: "";
  position: absolute;
  top: -5px;
  right: 12px;
  width: 9px;
  height: 9px;
  background: #fff;
  border-top: 1px solid #d4ddd8;
  border-left: 1px solid #d4ddd8;
  transform: rotate(45deg);
}

.profile-identity {
  padding: 10px 11px 12px;
  border-bottom: 1px solid #e4e9e6;
}

.profile-identity strong,
.profile-identity small {
  display: block;
}

.profile-identity small {
  margin-top: 3px;
  color: #718079;
}

.profile-menu button {
  width: 100%;
  margin-top: 7px;
  border: 0;
  background: transparent;
  text-align: left;
  color: #7d302b;
}

.profile-menu button:hover {
  background: #fff0ed;
}
