.socials a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.social-icon {
  display: inline-grid;
  place-items: center;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  color: #050505;
  background: #a9afab;
  border-radius: 50%;
  font-style: normal;
  transition: background .2s, transform .2s;
}

.socials a:hover .social-icon {
  background: var(--green);
  transform: translateY(-1px);
}

.x-icon {
  font: 700 12px/1 Arial, sans-serif;
}

.telegram-icon::before {
  content: "";
  width: 11px;
  height: 10px;
  background: #050505;
  clip-path: polygon(0 45%, 100% 0, 72% 100%, 50% 68%, 35% 82%, 38% 60%);
}

.external-arrow {
  color: var(--green);
}
