.wc-buttons-container {
position: fixed;
bottom: 20px;
right: 20px;
display: flex;
flex-direction: column;
gap: 10px;
z-index: 9999;
}
.wc-call-button, .wc-whatsapp-button {
background-color: #25D366;
color: white;
padding: 10px 20px;
border-radius: 30px;
text-decoration: none;
font-size: 16px;
text-align: center;
}
.wc-call-button {
background-color: #34b7f1;
}