.profile-menu-icon {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  color: #66727d;
}
.profile-menu-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.profile-menu .menu-link:hover .profile-menu-icon,
.profile-menu .menu-link:focus-visible .profile-menu-icon {
  color: #384650;
}

.profile-menu .backend-access-link {
  margin-top: 6px;
  padding: 15px 12px;
  border: 1px solid #b9e4ec;
  border-radius: 13px;
  background: #f1fbfd;
  color: #087e98;
  font-weight: 750;
}

.profile-menu .backend-access-link[hidden] {
  display: none;
}

.profile-menu .backend-access-link small {
  color: #087e98;
}
