.site-footer__right-link {
  color: var(--color-text-primary);
}

.site-footer__avatar {
  width: 24px;
  height: 24px;
  position: relative;
  border-radius: 50%;
}

.site-footer__avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}