/* V167: Scale-up animation on hover for social icons */
.social-icons a i, footer a i {
  transition: color 0.3s ease, text-shadow 0.3s ease, transform 0.3s ease;
}

.social-icons a:hover i, footer a:hover i {
  transform: scale(1.2);
}
