.list-social {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}

.list-social__link {
  height: 2.8rem;
  width: 2.8rem;
  display: block;
  background: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
  border-radius: 50%;
}

.list-social__link .icon {
  height: 100%;
  width: 100%;
  display: block;
}