.footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: nowrap;
}

.footer-social a {
  flex: 0 0 auto;   /* Prevent stretching */
}

.footer-icon {
  width: 40px;      /* Fixed size */
  height: auto;
  display: block;
}
