#zikpro-wa-wrapper{
    z-index:999999;
    font-family:Arial;
    }
    
    /* =========================
       WHATSAPP BUTTON — RIGHT
    ========================= */
    
    #zikpro-wa-toggle{
    position:fixed;
    bottom:20px;
    right:20px;
    width:60px;
    height:60px;
    background:#25D366;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    box-shadow:0 6px 18px rgba(0,0,0,0.25);
    }
    
    #zikpro-wa-toggle img{
    width:28px;
    }
    
    /* =========================
       CHAT BOX — RIGHT POPUP
    ========================= */
    
    #zikpro-wa-box{
    width:320px;
    background:#fff;
    border-radius:18px;
    display:none;
    box-shadow:0 15px 40px rgba(0,0,0,0.25);
    overflow:hidden;
    position:fixed;
    bottom:90px;
    right:20px;
    }
    
    /* HEADER */
    
.zikpro-wa-header{
padding:14px 16px !important;
min-height:64px;
}
    
.zikpro-head-left{
display:flex;
align-items:center;
gap:10px;
}
.zikpro-head-left img{
width:36px !important;
height:36px !important;
min-width:36px !important;
max-width:36px !important;
max-height:36px !important;
border-radius:50% !important;
object-fit:cover !important;
background:#fff;
padding:2px !important;
display:block;
flex-shrink:0;
}
    
    /* BODY */
    
    .zikpro-wa-body{
    background:#efeae2;
    padding:16px;
    }
    
    .zikpro-wa-message{
    background:#fff;
    padding:14px;
    border-radius:14px;
    margin-bottom:14px;
    font-size:14px;
    }
    
    /* BUTTON */
    
    .zikpro-wa-button{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    background:#25D366;
    color:#fff;
    padding:14px;
    border-radius:30px;
    text-decoration:none;
    font-weight:600;
    }
    
    .zikpro-wa-button img{
    width:18px;
    }
    
    /* =========================
       LEFT IMAGE BUTTON — LEFT
    ========================= */
    
    #zikpro-right-btn{
    position:fixed;
    bottom:20px;
    left:20px;
    width:100px;
    height:100px;
    border-radius:0%;
    overflow:hidden;
    z-index:999998;
    }
    
    #zikpro-right-btn img{
    width:100%;
    height:100%;
    object-fit:cover;
    }

    /* =========================
       MOBILE — SIRF WHATSAPP BUTTON
    ========================= */

    @media (max-width: 768px){
    #zikpro-right-btn{
        display:none !important;
    }
    }