<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.list-contact {
  list-style-type: none;
  padding: 0;
}

.contact__item {
  position: relative;
  padding-left: 32px;
  min-height: 24px;
}

.contact__item-icon {
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  height: 24px;
}

.contact__item-icon svg {
  width: 100%;
  height: 100%;
}
</pre></body></html>