.tkd-whatsapp-vendor-chat{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    width:100%;
    box-sizing:border-box;
    margin-top:10px;
    min-height:42px;
    padding:9px 14px;
    border:1px solid #0b5142;
    border-radius:9px;
    background:#fffdf8;
    color:#073f33!important;
    text-decoration:none!important;
    font-size:12px;
    font-weight:650;
    line-height:1.2;
    transition:
        background .15s ease,
        color .15s ease,
        border-color .15s ease,
        transform .15s ease;
}

.tkd-whatsapp-vendor-chat:hover{
    background:#f1f5ef;
    border-color:#073f33;
    color:#073f33!important;
}

.tkd-whatsapp-vendor-chat:active{
    transform:scale(.985);
}

.tkd-whatsapp-vendor-chat .material-symbols-outlined{
    font-size:18px;
}