/* Simple popup button animations - override complex animations */

.ai-button:hover {
    transform: translateY(-2px) scale(1.05) !important;
}

.social-link:hover {
    transform: translateY(-3px) scale(1.05) !important;
}

.mobile-social-link:hover {
    transform: translateY(-3px) scale(1.05) !important;
}

/* Remove complex pseudo-element animations */
.ai-button::before,
.social-link::before {
    display: none !important;
}