.social-link {
  text-decoration: none;
  color: #333;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  transition: all 0.2s ease-in-out;
}

.social-link:hover {
  background-color: #f0e0f0;
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}
