/* Floating WhatsApp Button */

.wwmp-whatsapp-widget{
    position:fixed;
    bottom:20px;
    right:20px;
    z-index:9999;
}

.wwmp-whatsapp-widget a{
    display:flex;
    align-items:center;
    justify-content:center;
    width:60px;
    height:60px;
    border-radius:50%;
    background:#25D366;
    box-shadow:0 4px 12px rgba(0,0,0,0.2);
}

.wwmp-whatsapp-widget img{
    width:32px;
    height:32px;
}

.wwmp-whatsapp-widget:hover{
    transform:scale(1.05);
}