/* // Add CSS for buttons in your theme's style.css */
.contact-buttons {
    /* Your CSS styles */
}
a.phone-icon, a.whatsapp-icon {
    /* Shared button styles */
    position: fixed;
    left: 10px;
}
a.phone-icon {
    bottom: 10px;
}
a.whatsapp-icon {
    /* WhatsApp button specific styles */
    bottom: 70px;
}

