.list-social {
  --social-link-spacing: 0.8rem;
  display: flex;
  flex-wrap: wrap;
}

.list-social__item .icon {
  height: 1.8rem;
  width: 1.8rem;
}

.list-social__link {
  align-items: center;
  display: flex;
  border: var(--social-link-spacing) solid transparent;
  padding: 0.8rem;
  color: rgb(var(--color-background));
  background: rgb(var(--color-foreground));
  border-radius: 50%;
  background-clip:padding-box;
}

.list-social__link:hover .icon {
  transform: scale(1.07);
}
