.lendtel-chatbot-shell,.lendtel-chatbot-shell *,.lendtel-chatbot-apply-button,.lendtel-chatbot-apply-button *{box-sizing:border-box}.lendtel-chatbot-shell{position:fixed;pointer-events:auto;left:var(--lendtel-chatbot-x);bottom:var(--lendtel-chatbot-y);z-index:99990;font-family:inherit}.lendtel-chatbot-launcher{appearance:none!important;-webkit-appearance:none!important;position:relative;z-index:2;display:block;width:var(--lendtel-chatbot-size);height:var(--lendtel-chatbot-size);margin:0!important;padding:0!important;border:0!important;outline:0!important;border-radius:50%!important;background:transparent!important;cursor:pointer;overflow:visible;box-shadow:none!important;line-height:0;pointer-events:auto;transition:transform .2s ease,filter .2s ease}.lendtel-chatbot-launcher:hover,.lendtel-chatbot-launcher:focus-visible{transform:translateY(-3px) scale(1.02);filter:drop-shadow(0 12px 18px rgba(4,31,48,.24));outline:none!important}.lendtel-chatbot-launcher img{display:block!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;border:0!important;border-radius:50%!important;outline:0!important;background:transparent!important;box-shadow:none!important;object-fit:contain;pointer-events:none;user-select:none}.lendtel-chatbot-tooltip{position:absolute;left:calc(100% + 12px);top:50%;transform:translateY(-50%) translateX(-5px);white-space:nowrap;padding:9px 13px;border-radius:10px;background:#06283f;color:#fff;font-size:12px;font-weight:700;line-height:1;opacity:0;visibility:hidden;pointer-events:none;transition:.2s ease;box-shadow:0 9px 25px rgba(4,31,48,.22)}.lendtel-chatbot-tooltip:before{content:"";position:absolute;right:100%;top:50%;transform:translateY(-50%);border:6px solid transparent;border-right-color:#06283f}.lendtel-chatbot-launcher:hover .lendtel-chatbot-tooltip,.lendtel-chatbot-launcher:focus-visible .lendtel-chatbot-tooltip{opacity:1;visibility:visible;transform:translateY(-50%) translateX(0)}.lendtel-chatbot-panel{position:absolute;left:0;bottom:calc(var(--lendtel-chatbot-size) + 16px);width:min(390px,calc(100vw - 28px));max-height:min(680px,calc(100vh - 120px));overflow:hidden;border:1px solid #d9e5ea;border-radius:24px;background:#fff;box-shadow:0 26px 80px rgba(4,31,48,.26);transform-origin:left bottom}.lendtel-chatbot-panel[hidden]{display:none}.lendtel-chatbot-panel.is-opening{animation:lendtelChatOpen .2s ease both}@keyframes lendtelChatOpen{from{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:none}}.lendtel-chatbot-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 21px;background:linear-gradient(135deg,var(--lendtel-chatbot-secondary),#0c4f67);color:#fff}.lendtel-chatbot-header div{display:grid;gap:2px}.lendtel-chatbot-kicker{font-size:9px;font-weight:800;letter-spacing:.13em;color:rgba(255,255,255,.66)}.lendtel-chatbot-header strong{font-size:19px;line-height:1.25}.lendtel-chatbot-close{width:34px;height:34px;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font-size:25px;line-height:1;cursor:pointer}.lendtel-chatbot-close:hover{background:rgba(255,255,255,.16)}.lendtel-chatbot-messages{height:315px;overflow-y:auto;padding:19px;background:linear-gradient(180deg,#f7fbfc 0,#fff 100%);scroll-behavior:smooth}.lendtel-chatbot-message{width:fit-content;max-width:88%;margin:0 0 12px;padding:12px 14px;border-radius:16px;font-size:13px;line-height:1.55}.lendtel-chatbot-message p{margin:0 0 8px}.lendtel-chatbot-message p:last-child{margin-bottom:0}.lendtel-chatbot-message.is-bot{border-bottom-left-radius:5px;background:#edf5f6;color:#173246}.lendtel-chatbot-message.is-user{margin-left:auto;border-bottom-right-radius:5px;background:var(--lendtel-chatbot-primary);color:#fff}.lendtel-chatbot-message.is-typing{color:#607681;font-style:italic}.lendtel-chatbot-links{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 14px}.lendtel-chatbot-links a{display:inline-flex;align-items:center;min-height:34px;padding:7px 11px;border:1px solid #c8dce2;border-radius:999px;background:#fff;color:#075e68;font-size:11px;font-weight:800;text-decoration:none}.lendtel-chatbot-links a:hover{border-color:var(--lendtel-chatbot-primary);background:#eff9fa;color:#043d48}.lendtel-chatbot-quick-actions{display:flex;gap:7px;overflow-x:auto;padding:12px 17px 8px;border-top:1px solid #e3edf0;background:#fff;scrollbar-width:none}.lendtel-chatbot-quick-actions::-webkit-scrollbar{display:none}.lendtel-chatbot-quick-actions button{flex:none;min-height:32px;padding:7px 11px;border:1px solid #d2e1e6;border-radius:999px;background:#fff;color:#173246;font:inherit;font-size:10px;font-weight:800;cursor:pointer}.lendtel-chatbot-quick-actions button:hover{border-color:var(--lendtel-chatbot-primary);color:var(--lendtel-chatbot-primary)}.lendtel-chatbot-form{display:grid;grid-template-columns:1fr 43px;gap:8px;padding:10px 15px 12px;background:#fff}.lendtel-chatbot-form textarea{width:100%;min-height:43px;max-height:105px;resize:none;padding:11px 13px;border:1px solid #cfdee4;border-radius:14px;background:#fff;color:#173246;font:inherit;font-size:13px;line-height:1.45;outline:none}.lendtel-chatbot-form textarea:focus{border-color:var(--lendtel-chatbot-primary);box-shadow:0 0 0 3px rgba(8,127,136,.1)}.lendtel-chatbot-form button{width:43px;height:43px;border:0;border-radius:13px;background:var(--lendtel-chatbot-primary);color:#fff;cursor:pointer}.lendtel-chatbot-form button:hover{filter:brightness(.92)}.lendtel-chatbot-form button svg{width:20px;height:20px;fill:currentColor}.lendtel-chatbot-privacy{margin:0;padding:0 16px 13px;background:#fff;color:#78909a;font-size:9px;line-height:1.4}.lendtel-chatbot-apply-button{position:fixed;left:var(--lendtel-chatbot-x);bottom:calc(var(--lendtel-chatbot-y) + var(--lendtel-chatbot-size) + 13px);z-index:99980;display:flex;align-items:center;gap:9px;min-height:48px;padding:0 16px;border-radius:999px;background:var(--lendtel-chatbot-secondary);color:#fff!important;font-size:12px;font-weight:800;text-decoration:none!important;box-shadow:0 13px 34px rgba(4,31,48,.27);transition:.2s ease}.lendtel-chatbot-apply-button:hover{transform:translateY(-2px);color:#fff}.lendtel-chatbot-apply-button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}body:not(.lendtel-chatbot-enabled) .lendtel-chatbot-apply-button{bottom:var(--lendtel-chatbot-y)}.admin-bar .lendtel-chatbot-panel{max-height:min(680px,calc(100vh - 150px))}@media(max-width:782px){.lendtel-chatbot-shell{left:12px;bottom:84px}.lendtel-chatbot-apply-button{left:12px;bottom:157px}.lendtel-chatbot-panel{position:fixed;left:12px;right:12px;bottom:155px;width:auto;max-height:calc(100vh - 185px)}body:not(.lendtel-has-mobile-actions) .lendtel-chatbot-shell{bottom:14px}body:not(.lendtel-has-mobile-actions) .lendtel-chatbot-panel{bottom:90px}body:not(.lendtel-has-mobile-actions) .lendtel-chatbot-apply-button{bottom:87px}.lendtel-chatbot-tooltip{display:none}.lendtel-chatbot-messages{height:min(315px,38vh)}}@media(max-width:430px){.lendtel-chatbot-panel{left:9px;right:9px;border-radius:19px}.lendtel-chatbot-header{padding:17px}.lendtel-chatbot-messages{padding:15px}.lendtel-chatbot-apply-button span{display:none}.lendtel-chatbot-apply-button{width:48px;padding:0;justify-content:center}}
/* v1.0.2 clean launcher artwork */
.lendtel-chatbot-launcher,
.lendtel-chatbot-launcher:hover,
.lendtel-chatbot-launcher:focus,
.lendtel-chatbot-launcher:active,
.lendtel-chatbot-launcher:focus-visible {
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-decoration: none !important;
}
.lendtel-chatbot-launcher::before,
.lendtel-chatbot-launcher::after {
    content: none !important;
    display: none !important;
}
.lendtel-chatbot-launcher img {
    clip-path: circle(49% at 50% 50%);
    -webkit-clip-path: circle(49% at 50% 50%);
}


/* v1.0.3 mobile alignment with the LENDTEL WhatsApp launcher */
@media (max-width: 720px) {
    .lendtel-chatbot-shell {
        --lendtel-chatbot-size: 48px !important;
        left: 12px !important;
        bottom: calc(78px + env(safe-area-inset-bottom)) !important;
    }
    .lendtel-chatbot-launcher,
    .lendtel-chatbot-launcher img {
        width: 48px !important;
        height: 48px !important;
    }
    .lendtel-chatbot-panel {
        left: 10px !important;
        right: 10px !important;
        bottom: calc(140px + env(safe-area-inset-bottom)) !important;
    }
    body:not(.lendtel-has-mobile-actions) .lendtel-chatbot-shell {
        bottom: calc(14px + env(safe-area-inset-bottom)) !important;
    }
    body:not(.lendtel-has-mobile-actions) .lendtel-chatbot-panel {
        bottom: calc(76px + env(safe-area-inset-bottom)) !important;
    }
}

@media(min-width:783px){body.lendtel-chatbot-hide-desktop .lendtel-chatbot-launcher,body.lendtel-chatbot-hide-desktop .lendtel-chatbot-panel,body.lendtel-chatbot-hide-desktop .lendtel-chatbot-apply{display:none!important}}
@media(max-width:782px){body.lendtel-chatbot-hide-mobile .lendtel-chatbot-launcher,body.lendtel-chatbot-hide-mobile .lendtel-chatbot-panel,body.lendtel-chatbot-hide-mobile .lendtel-chatbot-apply{display:none!important}}

/* v1.1.1 anti-bot-safe WhatsApp support action */
.lendtel-chatbot-links button.lendtel-chatbot-whatsapp-private{
 display:inline-flex;
 align-items:center;
 min-height:34px;
 padding:7px 11px;
 border:1px solid #c8dce2;
 border-radius:999px;
 background:#fff;
 color:#075e68;
 font:inherit;
 font-size:11px;
 font-weight:800;
 text-decoration:none;
 cursor:pointer;
}
.lendtel-chatbot-links button.lendtel-chatbot-whatsapp-private:hover,
.lendtel-chatbot-links button.lendtel-chatbot-whatsapp-private:focus-visible{
 border-color:var(--lendtel-chatbot-primary);
 background:#eff9fa;
 color:#043d48;
 outline:none;
}
.lendtel-chatbot-links button.lendtel-chatbot-whatsapp-private[aria-busy="true"]{
 opacity:.72;
 cursor:progress;
}


/* v1.1.2 — premium long desktop launcher + exact WhatsApp mobile alignment */
.lendtel-chatbot-launcher{
    display:inline-flex!important;
    align-items:center!important;
    gap:10px!important;
    width:auto!important;
    min-width:176px!important;
    height:var(--lendtel-chatbot-size,54px)!important;
    padding:5px 17px 5px 5px!important;
    border:0!important;
    border-radius:999px!important;
    background:linear-gradient(135deg,#17191c,#23262a)!important;
    color:#fff!important;
    box-shadow:0 10px 28px rgba(0,0,0,.24)!important;
    line-height:1!important;
    overflow:hidden!important;
}
.lendtel-chatbot-launcher:hover,.lendtel-chatbot-launcher:focus-visible{
    transform:translateY(-2px)!important;
    filter:none!important;
    box-shadow:0 14px 34px rgba(0,0,0,.28)!important;
}
.lendtel-chatbot-launcher-icon{
    display:grid!important;
    place-items:center!important;
    flex:0 0 44px!important;
    width:44px!important;
    height:44px!important;
    border-radius:50%!important;
    background:#303337!important;
    color:#fff!important;
}
.lendtel-chatbot-launcher-icon svg{
    width:22px!important;
    height:22px!important;
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:1.8!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
}
.lendtel-chatbot-launcher-label{
    display:block!important;
    color:#fff!important;
    font-size:13px!important;
    font-weight:800!important;
    line-height:1.1!important;
    white-space:nowrap!important;
    letter-spacing:0!important;
}
.lendtel-chatbot-tooltip{display:none!important}

@media(max-width:680px){
    .lendtel-chatbot-shell{
        left:12px!important;
        bottom:calc(66px + env(safe-area-inset-bottom))!important;
        --lendtel-chatbot-size:var(--lt-mobile-float-size,44px)!important;
    }
    .lendtel-chatbot-launcher{
        display:grid!important;
        place-items:center!important;
        min-width:var(--lt-mobile-float-size,44px)!important;
        width:var(--lt-mobile-float-size,44px)!important;
        height:var(--lt-mobile-float-size,44px)!important;
        padding:0!important;
        border-radius:50%!important;
        background:#17191c!important;
        box-shadow:0 7px 20px rgba(0,0,0,.24)!important;
    }
    .lendtel-chatbot-launcher-icon{
        width:100%!important;
        height:100%!important;
        flex-basis:100%!important;
        background:transparent!important;
    }
    .lendtel-chatbot-launcher-icon svg{
        width:calc(var(--lt-mobile-float-size,44px) * .48)!important;
        height:calc(var(--lt-mobile-float-size,44px) * .48)!important;
    }
    .lendtel-chatbot-launcher-label{display:none!important}
    .lendtel-chatbot-panel{
        left:12px!important;
        right:12px!important;
        bottom:calc(66px + var(--lt-mobile-float-size,44px) + 12px + env(safe-area-inset-bottom))!important;
        width:auto!important;
        max-height:calc(100dvh - 145px)!important;
    }
    body:not(.lendtel-has-mobile-actions) .lendtel-chatbot-shell{
        bottom:calc(14px + env(safe-area-inset-bottom))!important;
    }
    body:not(.lendtel-has-mobile-actions) .lendtel-chatbot-panel{
        bottom:calc(14px + var(--lt-mobile-float-size,44px) + 12px + env(safe-area-inset-bottom))!important;
    }
}

/* ======================================================================
   v1.1.3 — IRON-CLAD LAUNCHER STATE + MOBILE WHATSAPP BASELINE LOCK
   ----------------------------------------------------------------------
   These rules intentionally sit at the end of the stylesheet and use a
   high-specificity selector plus !important so theme/Elementor/global
   button styles cannot move or recolour the LENDTEL launcher.
   ====================================================================== */
html body .lendtel-chatbot-shell > button.lendtel-chatbot-launcher,
html body .lendtel-chatbot-shell > button.lendtel-chatbot-launcher:hover,
html body .lendtel-chatbot-shell > button.lendtel-chatbot-launcher:focus,
html body .lendtel-chatbot-shell > button.lendtel-chatbot-launcher:focus-visible,
html body .lendtel-chatbot-shell > button.lendtel-chatbot-launcher:active {
    appearance:none!important;
    -webkit-appearance:none!important;
    background:#1b1d20!important;
    background-image:none!important;
    color:#fff!important;
    border:0!important;
    outline:0!important;
    text-decoration:none!important;
    opacity:1!important;
    filter:none!important;
    visibility:visible!important;
}
html body .lendtel-chatbot-shell > button.lendtel-chatbot-launcher:hover,
html body .lendtel-chatbot-shell > button.lendtel-chatbot-launcher:focus,
html body .lendtel-chatbot-shell > button.lendtel-chatbot-launcher:focus-visible,
html body .lendtel-chatbot-shell > button.lendtel-chatbot-launcher:active {
    background:#1b1d20!important;
    color:#fff!important;
    transform:translateY(-2px)!important;
    box-shadow:0 14px 34px rgba(0,0,0,.28)!important;
}
html body .lendtel-chatbot-shell > button.lendtel-chatbot-launcher .lendtel-chatbot-launcher-label,
html body .lendtel-chatbot-shell > button.lendtel-chatbot-launcher:hover .lendtel-chatbot-launcher-label,
html body .lendtel-chatbot-shell > button.lendtel-chatbot-launcher:focus .lendtel-chatbot-launcher-label,
html body .lendtel-chatbot-shell > button.lendtel-chatbot-launcher:focus-visible .lendtel-chatbot-launcher-label,
html body .lendtel-chatbot-shell > button.lendtel-chatbot-launcher:active .lendtel-chatbot-launcher-label {
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
    opacity:1!important;
    visibility:visible!important;
}
html body .lendtel-chatbot-shell > button.lendtel-chatbot-launcher .lendtel-chatbot-launcher-icon,
html body .lendtel-chatbot-shell > button.lendtel-chatbot-launcher:hover .lendtel-chatbot-launcher-icon,
html body .lendtel-chatbot-shell > button.lendtel-chatbot-launcher:focus .lendtel-chatbot-launcher-icon,
html body .lendtel-chatbot-shell > button.lendtel-chatbot-launcher:active .lendtel-chatbot-launcher-icon {
    background:#303337!important;
    color:#fff!important;
}

@media (max-width:680px) {
    /* Always share the exact theme WhatsApp baseline, even when the body
       does not carry lendtel-has-mobile-actions. This overrides the old
       14px fallback that caused the visible vertical mismatch. */
    html body .lendtel-chatbot-shell,
    html body:not(.lendtel-has-mobile-actions) .lendtel-chatbot-shell {
        position:fixed!important;
        top:auto!important;
        right:auto!important;
        left:12px!important;
        bottom:calc(66px + env(safe-area-inset-bottom))!important;
        margin:0!important;
        padding:0!important;
        transform:none!important;
        translate:none!important;
        z-index:99990!important;
        --lendtel-chatbot-size:var(--lt-mobile-float-size,44px)!important;
    }
    html body .lendtel-chatbot-shell > button.lendtel-chatbot-launcher,
    html body .lendtel-chatbot-shell > button.lendtel-chatbot-launcher:hover,
    html body .lendtel-chatbot-shell > button.lendtel-chatbot-launcher:focus,
    html body .lendtel-chatbot-shell > button.lendtel-chatbot-launcher:focus-visible,
    html body .lendtel-chatbot-shell > button.lendtel-chatbot-launcher:active {
        display:grid!important;
        place-items:center!important;
        width:var(--lt-mobile-float-size,44px)!important;
        min-width:var(--lt-mobile-float-size,44px)!important;
        max-width:var(--lt-mobile-float-size,44px)!important;
        height:var(--lt-mobile-float-size,44px)!important;
        min-height:var(--lt-mobile-float-size,44px)!important;
        max-height:var(--lt-mobile-float-size,44px)!important;
        margin:0!important;
        padding:0!important;
        border-radius:50%!important;
        background:#1b1d20!important;
        color:#fff!important;
        transform:none!important;
        box-shadow:0 7px 20px rgba(0,0,0,.24)!important;
        line-height:1!important;
    }
    html body .lendtel-chatbot-shell > button.lendtel-chatbot-launcher .lendtel-chatbot-launcher-icon,
    html body .lendtel-chatbot-shell > button.lendtel-chatbot-launcher:hover .lendtel-chatbot-launcher-icon,
    html body .lendtel-chatbot-shell > button.lendtel-chatbot-launcher:focus .lendtel-chatbot-launcher-icon,
    html body .lendtel-chatbot-shell > button.lendtel-chatbot-launcher:active .lendtel-chatbot-launcher-icon {
        width:100%!important;
        height:100%!important;
        min-width:0!important;
        min-height:0!important;
        flex:0 0 100%!important;
        display:grid!important;
        place-items:center!important;
        border-radius:50%!important;
        background:#1b1d20!important;
        color:#fff!important;
    }
    html body .lendtel-chatbot-shell > button.lendtel-chatbot-launcher .lendtel-chatbot-launcher-label {
        display:none!important;
    }
    html body .lendtel-chatbot-panel,
    html body:not(.lendtel-has-mobile-actions) .lendtel-chatbot-panel {
        position:fixed!important;
        left:12px!important;
        right:12px!important;
        bottom:calc(66px + var(--lt-mobile-float-size,44px) + 12px + env(safe-area-inset-bottom))!important;
        width:auto!important;
        max-height:calc(100dvh - 145px)!important;
    }
}

/* v1.1.3 shared mobile baseline: keep the theme WhatsApp control and the
   chatbot on the same fixed row, including devices with a safe-area inset. */
@media (max-width:680px) {
    html body .lt-whatsapp-float {
        position:fixed!important;
        right:12px!important;
        bottom:calc(66px + env(safe-area-inset-bottom))!important;
        margin:0!important;
        transform:none!important;
        z-index:99990!important;
    }
    html body .lt-whatsapp-float:hover,
    html body .lt-whatsapp-float:focus,
    html body .lt-whatsapp-float:focus-visible,
    html body .lt-whatsapp-float:active {
        bottom:calc(66px + env(safe-area-inset-bottom))!important;
    }
}
