.angie-whatsapp-button-container-0d1a5fec {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.angie-whatsapp-button-link-0d1a5fec {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, background-color 0.3s ease;
    text-decoration: none;
}

.angie-whatsapp-button-link-0d1a5fec:hover {
    transform: scale(1.1);
    background-color: #1EBE5D;
    color: #fff;
}

.angie-whatsapp-button-link-0d1a5fec svg {
    fill: currentColor;
}
