/* dataLOFT documentation custom styles */

/* Footer social links — show label text next to icon */
.md-social__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  width: auto;
  padding: 0 0.5em;
}

.md-social__link svg {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  fill: currentColor;
}
