.angie-whatsapp-floating-cb1ea39e {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    transition: transform 0.3s ease, background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.angie-whatsapp-floating-cb1ea39e:hover {
    transform: scale(1.1);
    background-color: #128c7e;
}

.angie-whatsapp-floating-cb1ea39e a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.angie-whatsapp-floating-cb1ea39e .whatsapp-ico {
    width: 35px;
    height: 35px;
    fill: currentColor;
}

@media (max-width: 768px) {
    .angie-whatsapp-floating-cb1ea39e {
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
    }
    
    .angie-whatsapp-floating-cb1ea39e .whatsapp-ico {
        width: 28px;
        height: 28px;
    }
}