.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 4px;
  background: linear-gradient(135deg, #e00000 0%, #000000 100%);
  border-radius: 12px;
  color: #ffffff;
  transition: all 0.3s ease;
  text-decoration: none;
  will-change: transform;
}

.social-icons a:hover {
  transform: translateY(-4px);
}

.social-icons svg {
  width: 30px;
  height: 30px;
  display: block;
  fill: #ffffff;
}
