.et-profile-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid var(--et-border);
  background: #fff;
  text-decoration: none;
}

.et-profile-btn--guest {
  font-size: 18px;
  line-height: 1;
}

.et-profile-avatar {
  border-radius: 999px;
}
