.list-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.list-social__item .icon {
  height: 24px;
  width: 24px;
}

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

.utility-bar .list-social__link {
  height: 24px;
}

.list-social__link:hover .icon {
  opacity: .8;
}
