<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;
  align-items: center;
  gap: 20px;
}

.list-social__link {
  align-items: center;
  display: flex;
}

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