.whatsapp-float-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.whatsapp-float-widget .whatsapp-float-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #25d366;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.whatsapp-float-widget .whatsapp-float-button img {
    width: 24px;
    height: 24px;
}

.whatsapp-float-widget .whatsapp-float-button:hover {
    opacity: 0.8;
}
