
.wfb-button{
position:fixed;
bottom:20px;
right:20px;
background:#25D366;
color:#fff;
padding:14px 22px;
border-radius:40px;
font-size:16px;
display:flex;
align-items:center;
gap:10px;
z-index:9999;
text-decoration:none;
}
.wfb-icon{font-size:20px;}
@media(max-width:768px){
.wfb-button{
width:60px;
height:60px;
border-radius:50%;
justify-content:center;
padding:0;
}
.wfb-text{display:none;}
}
