.ejas-webchat{--ejas-chat-desktop-x:22px;--ejas-chat-desktop-y:22px;--ejas-chat-mobile-x:14px;--ejas-chat-mobile-y:14px;position:fixed;right:var(--ejas-chat-desktop-x);left:auto;bottom:calc(var(--ejas-chat-desktop-y) + env(safe-area-inset-bottom));z-index:999999;font-family:Arial,sans-serif;max-width:calc(100vw - 28px)}
.ejas-webchat[data-position="left"]{left:var(--ejas-chat-desktop-x);right:auto}.ejas-webchat-launch{border:0;border-radius:999px;background:#d71920;color:#fff;padding:15px 21px;min-height:48px;font-weight:800;box-shadow:0 10px 30px rgba(0,0,0,.25);cursor:pointer}
.ejas-webchat-launch:focus-visible,.ejas-webchat-close:focus-visible,.ejas-webchat button:focus-visible,.ejas-webchat textarea:focus-visible,.ejas-webchat a:focus-visible{outline:3px solid #fdb022;outline-offset:2px}
.ejas-webchat-panel{display:none;width:min(460px,calc(100vw - 28px));height:min(560px,calc(100dvh - 44px));min-height:360px;background:#fff;border:1px solid #d0d5dd;border-radius:16px;box-shadow:0 22px 60px rgba(16,24,40,.3);overflow:hidden;grid-template-rows:auto minmax(0,1fr) auto auto}
.ejas-webchat[data-open="1"] .ejas-webchat-panel{display:grid}.ejas-webchat[data-open="1"] .ejas-webchat-launch{display:none}
.ejas-webchat-panel header{display:flex;justify-content:space-between;align-items:center;background:#101828;color:#fff;padding:13px 16px}.ejas-webchat-panel header strong,.ejas-webchat-panel header small{display:block}.ejas-webchat-panel header small{opacity:.76;margin-top:2px}.ejas-webchat-close{border:0;background:transparent;color:#fff;font-size:28px;line-height:1;min-width:40px;min-height:40px;cursor:pointer}
.ejas-webchat-messages{min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;padding:14px 12px 6px;background:#f8fafc}
.ejas-webchat-message{max-width:86%;overflow-wrap:anywhere;white-space:pre-line;padding:9px 11px;border-radius:13px;margin:0 0 9px;line-height:1.38}.ejas-webchat-message.assistant{background:#fff;border:1px solid #e4e7ec}.ejas-webchat-message.visitor{margin-left:auto;background:#d71920;color:#fff}.ejas-webchat-message.pending{opacity:.62}


.ejas-webchat-card{display:grid;grid-template-columns:86px minmax(0,1fr);gap:10px;align-items:center;background:#fff;border:1px solid #d0d5dd;border-radius:12px;padding:8px;margin:0 0 9px;color:#101828;text-decoration:none;overflow:hidden}.ejas-webchat-card img{width:86px;height:64px;object-fit:cover;border-radius:8px;background:#eaecf0}.ejas-webchat-card-body{min-width:0}.ejas-webchat-card-body strong,.ejas-webchat-card-body small{display:block}.ejas-webchat-card-body strong{font-size:13px;line-height:1.25}.ejas-webchat-card-body small{margin-top:4px;color:#667085;font-size:11px;line-height:1.3}.ejas-webchat-card:hover{border-color:#d71920}

.ejas-webchat-actions{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 10px}.ejas-webchat-action{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border:1px solid #d71920;border-radius:10px;padding:9px 13px;background:#fff;color:#b42318;font-weight:800;text-decoration:none;text-align:center;line-height:1.2}.ejas-webchat-action.primary{background:#d71920;color:#fff}.ejas-webchat-action.chip{font:inherit;cursor:pointer;background:#fff;color:#344054;border-color:#d0d5dd;min-height:36px;border-radius:999px;padding:7px 11px;font-size:12px}.ejas-webchat-action:hover{filter:brightness(.96)}
.ejas-webchat-vehicle{display:block;background:#fff;border:1px solid #d71920;border-radius:9px;padding:9px 11px;margin:0 0 8px;color:#b42318;font-weight:700;text-decoration:none;overflow-wrap:anywhere}
.ejas-webchat-controls{background:#fff;border-top:1px solid #eaecf0}.ejas-webchat-quick{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:9px 12px 7px}.ejas-webchat-quick button{display:flex!important;align-items:center;justify-content:center;gap:4px;min-width:0;border:1px solid #d0d5dd!important;background:#fff!important;color:#344054!important;border-radius:999px!important;padding:8px 5px!important;cursor:pointer;font-size:12px!important;font-weight:700!important;line-height:1.2!important;white-space:nowrap}.ejas-webchat-quick button b{display:inline!important;color:#344054!important;font-size:12px!important}.ejas-webchat-quick button span{display:inline!important;color:#344054!important}
.ejas-webchat-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:7px 12px 11px}.ejas-webchat-form textarea{box-sizing:border-box;width:100%;min-width:0;resize:none;border:1px solid #d0d5dd;border-radius:9px;padding:9px;font:inherit;min-height:58px;max-height:110px}.ejas-webchat-form button{border:0;border-radius:9px;background:#d71920;color:#fff;padding:0 15px;font-weight:800;cursor:pointer}.ejas-webchat button:disabled{opacity:.55;cursor:not-allowed}
.ejas-webchat-panel footer{padding:7px 12px;font-size:10px;color:#667085;text-align:center;background:#f9fafb;border-top:1px solid #eaecf0}
@media(max-width:820px){.ejas-webchat{right:var(--ejas-chat-mobile-x);left:auto;bottom:calc(var(--ejas-chat-mobile-y) + env(safe-area-inset-bottom))}.ejas-webchat[data-position="left"]{left:var(--ejas-chat-mobile-x);right:auto}.ejas-webchat-panel{width:min(390px,calc(100vw - 28px));height:min(600px,calc(100dvh - 28px))}}
@media(max-width:430px){.ejas-webchat{left:auto;right:var(--ejas-chat-mobile-x);max-width:calc(100vw - (var(--ejas-chat-mobile-x) * 2))}.ejas-webchat[data-position="left"]{left:var(--ejas-chat-mobile-x);right:auto}.ejas-webchat-panel{width:100%;height:min(620px,calc(100dvh - 28px))}.ejas-webchat-launch{margin-left:auto;display:block}.ejas-webchat-message{max-width:90%}}
@media(max-width:350px){.ejas-webchat-quick button b{font-size:0!important}.ejas-webchat-quick button b:first-letter{font-size:0}}
@media(max-height:520px){.ejas-webchat-panel{height:calc(100dvh - 20px);min-height:0}.ejas-webchat-panel footer{display:none}.ejas-webchat-quick{padding-top:5px;padding-bottom:5px}.ejas-webchat-form{padding-top:5px;padding-bottom:7px}}

@media(min-width:821px){.ejas-webchat.is-vdp .ejas-webchat-panel{width:min(480px,calc(100vw - 44px));height:min(650px,calc(100dvh - 44px))}.ejas-webchat.is-vdp .ejas-webchat-card{grid-template-columns:120px minmax(0,1fr)}.ejas-webchat.is-vdp .ejas-webchat-card img{width:120px;height:86px}.ejas-webchat.is-vdp .ejas-webchat-card-body strong{font-size:15px}.ejas-webchat.is-vdp .ejas-webchat-card-body small{font-size:12px}}
.ejas-webchat-message.context-only:empty{display:none}

/* v18.0.8.3 all-screen long-answer and OTD pricing fixes */
.ejas-webchat-panel{grid-template-areas:"header" "messages" "controls" "footer"}.ejas-webchat-panel>header{grid-area:header}.ejas-webchat-messages{grid-area:messages;position:relative;scroll-padding-top:14px;scroll-padding-bottom:32px;padding-bottom:32px}.ejas-webchat-controls{grid-area:controls;position:relative;z-index:2}.ejas-webchat-panel>footer{grid-area:footer;position:relative;z-index:2}
.ejas-webchat-pricing{background:#fff;border:1px solid #d0d5dd;border-left:4px solid #15803d;border-radius:12px;padding:12px;margin:0 0 12px;color:#101828}
.ejas-webchat-pricing-heading{font-weight:900;font-size:15px;color:#166534}.ejas-webchat-pricing-vehicle{display:block;color:#667085;margin:3px 0 10px;line-height:1.3}
.ejas-webchat-pricing-row,.ejas-webchat-pricing-total{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;padding:7px 0;border-top:1px solid #eaecf0;font-size:13px}.ejas-webchat-pricing-row span,.ejas-webchat-pricing-total span{min-width:0}.ejas-webchat-pricing-row strong,.ejas-webchat-pricing-total strong{white-space:nowrap}
.ejas-webchat-pricing-total{margin-top:3px;padding-top:11px;font-size:16px;color:#166534;font-weight:900;border-top:2px solid #bbf7d0}.ejas-webchat-pricing-note{display:block;color:#667085;line-height:1.35;margin-top:8px}
@media(max-width:430px){.ejas-webchat-messages{padding-bottom:38px}.ejas-webchat-actions{display:grid;grid-template-columns:1fr}.ejas-webchat-action.chip{width:100%;border-radius:10px;min-height:44px}.ejas-webchat-pricing{margin-bottom:16px}}

@media(min-width:431px){.ejas-webchat-actions .ejas-webchat-action.chip{max-width:100%}}
