.cespam-whatsapp-button {
    position: fixed;
    bottom: 20px;
    z-index: 9999;
}

.cespam-whatsapp-right {
    right: 20px;
}

.cespam-whatsapp-left {
    left: 20px;
}

.cespam-whatsapp-button img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    transition: transform 0.2s ease;
}

.cespam-whatsapp-button img:hover {
    transform: scale(1.1);
}
