.wcsp-whatsapp-btn{
    position: fixed;
    z-index: 99999;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: 0.3s;
}

.wcsp-whatsapp-btn:hover{
    transform: scale(1.05);
}

.wcsp-whatsapp-btn img{
    width: 28px;
    height: 28px;
}

/*
|--------------------------------------------------------------------------
| Positions
|--------------------------------------------------------------------------
*/

.right-bottom{
    right: 20px;
    bottom: 20px;
}

.right-top{
    right: 20px;
    top: 20px;
}

.left-bottom{
    left: 20px;
    bottom: 20px;
}

.left-top{
    left: 20px;
    top: 20px;
}


.wcsp-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
    max-width:900px;
}

.wcsp-header-toggle{
    display:flex;
    align-items:center;
    gap:12px;
}