/* Plugin CSS for WhatsApp Contact Button (Force Left) */

.whatsapp-button {
    position: fixed !important;
    bottom: 10px !important;
    left: 15px !important;
    right: auto !important;
    z-index: 999999 !important;
    width: 50px !important;
    height: 50px !important;
    overflow: hidden !important;
    background-color: transparent !important;
    border: none !important;
}

.whatsapp-button img {
    width: 100% !important;
    height: auto !important;
}
