.ia-socials {
  display: flex;
  gap: 16px;
}

.ia-socials__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: currentColor;
}

.ia-socials__link {
  --ia-icon-size: 24px;
}

.ia-socials__glyph {
  display: inline-block;
  width: var(--ia-icon-size);
  height: var(--ia-icon-size);
}

