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

.list-social__link {
  align-items: center;
  display: flex;
  color: rgb(var(--color-foreground));
}

.list-social__link .svg-wrapper {
  width: 2.4rem;
  height: 2.4rem;
}

.utility-bar .list-social__link {
  padding: 0 0.8rem;
  height: 3.8rem;
}

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