.hexa-float-wrapper {
    line-height: 0;
    pointer-events: auto;
}

.hexa-social-link {
    display: block;
    text-decoration: none;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.hexa-social-link img {
    display: block;
    max-width: none !important; /* Evita conflictos con temas */
    height: auto;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.hexa-social-link:hover img {
    transform: scale(1.15);
}