<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.link.list-social__link .svg-wrapper{
  --social-svg-width: 28px;
  --social-svg-height: 28px;
  
  width: var(--social-svg-width);
  height: var(--social-svg-height);
}

.list-social__item .icon {
  width: var(--social-svg-width);
  height: var(--social-svg-height);
}</pre></body></html>