/* Custom styles for Elite/About section icons */

.elite-icon {
  width: 28px;
  height: 28px;
  display: block;
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.3));
  transition: all 0.3s ease;
  animation: none !important; /* Enforce no animation as requested */
}

/* Hover effect for the icon wrapper */
.elite-card-outer:hover .elite-icon {
  filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.5));
  transform: scale(1.1);
}

/* Specific icon adjustments if needed */
.elite-icon-wrapper svg {
  overflow: visible;
}
