/* Footer social: vertical list, icon + label — same link treatment as .site-footer__nav */
.site-footer__social {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0.85rem;
}

.site-footer__social li {
  margin: 0;
}

.site-footer__social a {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.65rem;
  width: auto;
  min-height: 0;
  height: auto;
  padding: 0;
  color: var(--text);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  background: none;
  border: none;
  border-radius: 0;
  transition: color 0.2s ease;
}

.site-footer__social a:hover {
  color: #000000;
}

.site-footer__social a img {
  width: 1.75rem;
  height: 1.75rem;
  object-fit: contain;
  flex-shrink: 0;
}
