.account {
  width: 100%;
  grid-template-columns: 36px 1fr 20px;
  padding: 18px 8px 8px;
  border: 0;
  background: none;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.account > span:first-child {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #2d2a3a;
  color: #b8affb;
  font-weight: 800;
}

.account > span:last-child { color: #77737f; }

.logout-link {
  width: 100%;
  border: 0;
  background: none;
  color: #77737f;
  text-align: left;
  padding: 8px;
  font-size: 12px;
  cursor: pointer;
}

.logout-link:hover,
.account:hover small { color: #fff; }
