.abw-whatsapp {
position: fixed;
right: 20px;
bottom: 20px;
background: #25D366;
color: white;
font-size: 28px;
width: 60px;
height: 60px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
z-index: 9999;
box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
