/* Smooth hover animation */
#item-15227448680 .ba-icon-wrapper i {
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        transform 0.25s ease !important;
}

/* Facebook */
#item-15227448680 a[href*="facebook.com"]:hover i {
    color: #1877f2 !important;
}

/* Instagram */
#item-15227448680 a[href*="instagram.com"]:hover i {
    color: #e4405f !important;
}

/* YouTube */
#item-15227448680 a[href*="youtube.com"]:hover i {
    color: #ff0000 !important;
}

/* X */
#item-15227448680 a[href*="x.com"]:hover i {
    color: #777777 !important;
    background-color: transparent !important;
}

/* Subtle lift for every icon */
#item-15227448680 a:hover i {
    transform: translateY(-2px) scale(1.08);
}