.angie-whatsapp-floating-button-836d3846 {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.angie-whatsapp-floating-button-836d3846:hover {
    transform: scale(1.1);
}

.angie-whatsapp-floating-button-836d3846 svg {
    fill: white;
    stroke: none;
}