.swcb-whatsapp-button {
    position: fixed;
    bottom: 20px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.swcb-whatsapp-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}

.swcb-whatsapp-button.swcb-position-right {
    right: 20px;
}

.swcb-whatsapp-button.swcb-position-left {
    left: 20px;
}

.swcb-whatsapp-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.swcb-whatsapp-button .whatsapp-ico {
    width: 35px;
    height: 35px;
}
