<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.list-social {
  display: flex;
  flex-wrap: wrap;
}

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

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

.list-social__link:hover .icon {
  transform: scale(1.07);
}
</pre></body></html>