.list-social {
  display: flex;
  flex-wrap: wrap;
  gap: var(--mnr-spacing-xs);
}

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

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

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

.list-social__link img, .list-social__link .svg-wrapper {
    width: 30px;
    height: 30px;
}