.adeqo-chat{--chat-accent: #05B175;--chat-accent-hover: #049561;--chat-green-dark: #048A5B;--chat-green-soft: #E5F7EF;--chat-green-line: #B7E8D3;--chat-black: #010101;--chat-ink: #1A1A1A;--chat-grey-50: #FAFAFA;--chat-grey-100: #F0F0F0;--chat-grey-200: #E5E5E5;--chat-grey-300: #D4D4D4;--chat-grey-400: #A3A3A3;--chat-grey-500: #737373;--chat-grey-600: #525252;--chat-error: #B42318;--chat-lift: 0px;position:fixed;right:24px;bottom:calc(20px + var(--chat-lift));z-index:200;width:402px;max-width:calc(100vw - 32px);display:flex;flex-direction:column;align-items:flex-end;gap:12px;font-family:Inter,Arial,sans-serif;font-size:13px;line-height:1.5;color:var(--chat-ink);pointer-events:none;transition:bottom .3s ease}.adeqo-chat>*{pointer-events:auto}.adeqo-chat *,.adeqo-chat *:before,.adeqo-chat *:after{box-sizing:border-box}.adeqo-chat[hidden],.adeqo-chat [hidden]{display:none!important}.adeqo-chat :where(h2,h3,p,ol){margin:0}.adeqo-chat :where(button,input,textarea){font:inherit}.adeqo-chat :where(button){cursor:pointer;color:inherit;-webkit-tap-highlight-color:transparent}.adeqo-chat :where(button:disabled){cursor:default}.adeqo-chat :is(button,a,input,textarea):focus-visible{outline:2px solid var(--chat-grey-600);outline-offset:3px}.adeqo-chat svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.adeqo-chat__sr,.adeqo-chat__hp{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.adeqo-chat__panel{width:100%;height:612px;max-height:calc(100dvh - 110px - var(--chat-lift));min-height:420px;background:#fff;border:1px solid var(--chat-grey-200);border-radius:18px;overflow:hidden;box-shadow:0 16px 60px #0000001f,0 3px 10px #00000007;display:flex;flex-direction:column}.adeqo-chat__header{display:flex;align-items:center;gap:11px;padding:17px 17px 16px 21px;border-bottom:1px solid var(--chat-grey-200);flex-shrink:0}.adeqo-chat__mark{display:block;width:44px;height:44px;flex:0 0 44px;object-fit:contain}.adeqo-chat__header-copy{flex:1;min-width:0}.adeqo-chat__header strong{display:block;font-size:14px;font-weight:600;letter-spacing:-.2px}.adeqo-chat__header small{display:block;margin-top:4px;font-size:11px;color:var(--chat-grey-500)}.adeqo-chat__icon-btn{width:35px;height:35px;border:0;border-radius:7px;background:transparent;display:flex;align-items:center;justify-content:center;padding:0}.adeqo-chat__icon-btn:hover{background:var(--chat-grey-100)}.adeqo-chat__icon-btn svg{width:17px;height:17px}.adeqo-chat__offline{margin:12px 21px 0;padding:8px 10px;border-radius:8px;background:var(--chat-grey-100);color:var(--chat-grey-600);font-size:11px;line-height:1.5;flex-shrink:0}.adeqo-chat__context{margin:16px 21px 0;display:flex;align-items:center;gap:8px;padding:8px 10px;background:var(--chat-green-soft);border:1px solid var(--chat-green-line);border-radius:8px;color:var(--chat-green-dark);font-size:11px;flex-shrink:0}.adeqo-chat__context svg{width:14px;height:14px}.adeqo-chat__context span{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.adeqo-chat__context .adeqo-chat__icon-btn{width:24px;height:24px;margin:-3px -5px -3px 0;color:var(--chat-green-dark)}.adeqo-chat__context .adeqo-chat__icon-btn svg{width:12px;height:12px}.adeqo-chat__scroll{flex:1;min-height:0;overflow:auto;overscroll-behavior:contain;scrollbar-width:thin;padding:23px 21px 12px;display:flex;flex-direction:column}.adeqo-chat__welcome h2{font-size:27px;line-height:1.2;letter-spacing:-.95px;font-weight:530;color:var(--chat-black);margin-bottom:11px;max-width:320px}.adeqo-chat__welcome p{font-size:13px;line-height:1.7;color:var(--chat-grey-500);max-width:320px}.adeqo-chat__suggestions{display:grid;gap:7px;margin-top:23px}.adeqo-chat__suggestion{display:flex;align-items:center;gap:10px;min-height:46px;padding:12px;border:1px solid var(--chat-grey-200);border-radius:9px;background:#fff;text-align:left;font-size:12px;line-height:1.5;transition:background .18s,border-color .18s}.adeqo-chat__suggestion:hover{border-color:var(--chat-grey-300);background:var(--chat-grey-50)}.adeqo-chat__suggestion>svg:first-child{width:17px;height:17px;color:var(--chat-grey-600)}.adeqo-chat__suggestion span{flex:1}.adeqo-chat__suggestion>svg:last-child{width:14px;height:14px;color:var(--chat-grey-500)}.adeqo-chat__messages{list-style:none;padding:0;display:flex;flex-direction:column;gap:14px}.adeqo-chat__msg{font-size:13px;line-height:1.7;overflow-wrap:anywhere;max-width:94%}.adeqo-chat__msg p{white-space:pre-wrap}.adeqo-chat__msg a{color:var(--chat-green-dark);text-decoration:underline;text-underline-offset:2px}.adeqo-chat__msg--visitor{align-self:flex-end;background:var(--chat-green-soft);border:1px solid var(--chat-green-line);border-radius:11px 11px 2px;padding:10px 13px}.adeqo-chat__msg--team{align-self:flex-start;background:var(--chat-grey-100);border-radius:11px 11px 11px 2px;padding:10px 13px}.adeqo-chat__msg.is-sending{opacity:.6}.adeqo-chat__msg.is-failed{background:#fef3f2;border-color:#fecdca}.adeqo-chat__meta{display:block;font-size:10px;color:var(--chat-grey-600)}.adeqo-chat__meta--top{margin-bottom:4px;font-weight:550;color:var(--chat-ink)}.adeqo-chat__meta--bottom{margin-top:5px}.adeqo-chat__msg.is-failed .adeqo-chat__meta--bottom{color:var(--chat-error)}.adeqo-chat__msg-actions{display:flex;gap:12px;margin-top:6px}.adeqo-chat__msg-actions button{border:0;background:transparent;padding:2px 0;font-size:11px;text-decoration:underline;text-underline-offset:2px}.adeqo-chat__waiting{display:flex;gap:10px;align-items:flex-start;margin:20px 0 8px;padding:14px 0;border-top:1px solid var(--chat-grey-100);border-bottom:1px solid var(--chat-grey-100);color:var(--chat-grey-500)}.adeqo-chat__waiting svg{width:17px;height:17px;margin-top:1px}.adeqo-chat__waiting strong{display:block;font-size:12px;font-weight:500;color:var(--chat-ink)}.adeqo-chat__waiting p{margin-top:4px;font-size:11px;line-height:1.7}.adeqo-chat__email{padding:5px 0 4px}.adeqo-chat__email h3{font-size:23px;line-height:1.3;letter-spacing:-.6px;font-weight:550;color:var(--chat-black);margin-bottom:11px}.adeqo-chat__email-expl{font-size:13px;line-height:1.7;color:var(--chat-grey-500);margin-bottom:22px!important}.adeqo-chat__email label{display:block;margin-bottom:8px;font-size:12px;color:var(--chat-grey-500)}.adeqo-chat__email input[type=email]{width:100%;padding:11px;border:1px solid var(--chat-grey-200);border-radius:7px;background:#fff;color:var(--chat-ink);font-size:13px}.adeqo-chat__email input[aria-invalid=true]{border-color:var(--chat-error)}.adeqo-chat__email-error{margin-top:8px!important;font-size:12px;color:var(--chat-error)}.adeqo-chat__email-submit{width:100%;min-height:44px;margin-top:14px;padding:12px 16px;border:0;border-radius:8px;background:var(--chat-accent);color:#fff;font-size:13px}.adeqo-chat__email-submit:hover:not(:disabled){background:var(--chat-accent-hover)}.adeqo-chat__email-submit:disabled{opacity:.7}.adeqo-chat__email-back{min-height:44px;padding:10px 0;border:0;background:transparent;color:var(--chat-grey-600);font-size:12px}.adeqo-chat__email-back:hover{text-decoration:underline;text-underline-offset:3px}.adeqo-chat__team{margin-top:auto;padding-top:17px;display:flex;align-items:center;gap:10px;color:var(--chat-grey-500);font-size:11px;line-height:1.6}.adeqo-chat__team img{width:34px;height:34px;flex:0 0 34px;object-fit:cover;object-position:50% 36%;border-radius:50%;background:var(--chat-grey-100)}.adeqo-chat__team strong{display:block;color:var(--chat-ink);font-size:12px;font-weight:550}.adeqo-chat__team span span{display:block}.adeqo-chat__composer{flex-shrink:0;padding:9px 17px 13px;background:#fff}.adeqo-chat__status{margin:0 4px 8px!important;font-size:11px;line-height:1.5;color:var(--chat-grey-600)}.adeqo-chat__composer-inner{display:flex;align-items:flex-end;gap:4px;padding:6px;border:1px solid var(--chat-grey-200);border-radius:11px}.adeqo-chat__composer-inner:focus-within{border-color:var(--chat-accent);box-shadow:0 0 0 3px #05b17526}.adeqo-chat__composer textarea{flex:1;min-width:0;height:40px;max-height:96px;padding:10px 8px 7px;border:0;outline:none;background:transparent;resize:none;font-size:13px;line-height:1.5;color:var(--chat-ink)}.adeqo-chat__composer textarea:focus-visible{outline:none}.adeqo-chat__composer textarea::placeholder{color:var(--chat-grey-500)}.adeqo-chat__send{width:36px;height:36px;margin-bottom:2px;border:0;border-radius:7px;display:flex;align-items:center;justify-content:center;padding:0;background:var(--chat-accent);color:#fff;transition:background .18s}.adeqo-chat__send:not(:disabled):hover{background:var(--chat-accent-hover)}.adeqo-chat__send:disabled{background:var(--chat-grey-100);color:var(--chat-grey-400)}.adeqo-chat__send svg{width:17px;height:17px}.adeqo-chat__note{margin-top:8px!important;font-size:10px;line-height:1.5;text-align:center;color:var(--chat-grey-500)}.adeqo-chat__launcher{position:relative;display:flex;align-items:center;gap:9px;min-height:47px;padding:0 16px;border:0;border-radius:10px;background:var(--chat-accent);color:#fff;box-shadow:0 5px 18px #00000017;font-size:13px;font-weight:500;transition:background .18s}.adeqo-chat__launcher:hover{background:var(--chat-accent-hover)}.adeqo-chat__launcher svg{width:18px;height:18px}.adeqo-chat__launcher[aria-expanded=true]{min-height:35px;padding:0 12px;border:1px solid var(--chat-grey-200);background:#fff;color:var(--chat-ink);box-shadow:0 3px 8px #00000006;font-size:12px}.adeqo-chat__launcher[aria-expanded=true] svg{width:14px;height:14px}.adeqo-chat__badge{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:var(--chat-black);color:#fff;font-size:11px;line-height:20px;text-align:center}@media(max-width:520px){.adeqo-chat{right:12px;left:auto;bottom:calc(12px + var(--chat-lift))}.adeqo-chat.is-open{left:8px;right:8px;bottom:calc(8px + env(safe-area-inset-bottom));width:auto;max-width:none}.adeqo-chat.is-open .adeqo-chat__launcher{display:none}.adeqo-chat__panel{height:calc(100dvh - 16px - env(safe-area-inset-bottom));max-height:none;min-height:0;border-radius:16px}.adeqo-chat__launcher{width:52px;height:52px;min-height:52px;padding:0;justify-content:center;border-radius:50%}.adeqo-chat__launcher-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.adeqo-chat__launcher svg{width:22px;height:22px}.adeqo-chat__header{padding:15px 13px 14px 17px}.adeqo-chat__scroll{padding:22px 17px 12px}.adeqo-chat__context,.adeqo-chat__offline{margin-left:17px;margin-right:17px}.adeqo-chat__welcome h2{font-size:26px}.adeqo-chat__composer{padding:9px 12px calc(13px + env(safe-area-inset-bottom))}.adeqo-chat__composer textarea,.adeqo-chat__email input[type=email]{font-size:16px}}@media(prefers-reduced-motion:reduce){.adeqo-chat,.adeqo-chat *{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/52/assets/adeqo-support-chat.css.map */
