.foak-social-links {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  margin-top: 0.2rem;
}

.foak-social-links a {
  font-size: 1.8rem;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.foak-social-links a:hover {
  color: #00a3ff;
}
