.footer__start {
  flex-flow: row nowrap;
}

.footer__social {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 0;
}

/* Desktop: left social rail (≥920px in main.css). Footer icons are mobile/tablet only. */
@media (min-width: 920px) {
  .footer__social {
    display: none;
  }
}

.footer .footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 4px;
  min-height: 36px;
  min-width: 36px;
  width: auto;
}
