#cm-chat-root.cm-chat{
  --cm-black:#111;
  --cm-white:#fff;
  --cm-border:#111;
  position:fixed!important;
  right:var(--cm-right,24px)!important;
  bottom:var(--cm-bottom,24px)!important;
  z-index:1005!important;
  font-family:"Helvetica Neue",Arial,sans-serif!important;
  color:#111!important;
  opacity:0!important;
  visibility:hidden!important;
  transform:translateY(12px)!important;
  transition:opacity .24s ease,transform .24s ease,visibility .24s ease!important;
}
#cm-chat-root.cm-chat.is-visible{opacity:1!important;visibility:visible!important;transform:translateY(0)!important;}

#cm-chat-root.cm-chat.is-footer-hidden{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translateY(18px) scale(.98)!important;
}
#cm-chat-root.cm-chat.is-footer-hidden .cm-chat__panel,
#cm-chat-root.cm-chat.is-footer-hidden .cm-chat__launcher{
  pointer-events:none!important;
}
#cm-chat-root.cm-chat,#cm-chat-root.cm-chat *{box-sizing:border-box!important;}
#cm-chat-root.cm-chat button,#cm-chat-root.cm-chat input,#cm-chat-root.cm-chat textarea{font-family:inherit!important;}

#cm-chat-root.cm-chat .cm-chat__launcher{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;
  width:auto!important;min-width:168px!important;height:36px!important;padding:0 13px!important;margin:0!important;
  background:#111!important;background-image:none!important;border:1px solid #111!important;color:#fff!important;border-radius:7px!important;
  box-shadow:none!important;cursor:pointer!important;text-align:center!important;line-height:1!important;appearance:none!important;-webkit-appearance:none!important;
  transition:transform .18s ease,opacity .18s ease,background .18s ease!important;
}
#cm-chat-root.cm-chat .cm-chat__launcher:hover{background:#000!important;color:#fff!important;transform:translateY(-1px)!important;}
#cm-chat-root.cm-chat .cm-chat__launcher-dot{display:block!important;width:5px!important;height:5px!important;border-radius:50%!important;background:#ff3b3b!important;flex:0 0 5px!important;}
#cm-chat-root.cm-chat .cm-chat__launcher-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:13px!important;height:13px!important;border:0!important;color:currentColor!important;flex:0 0 13px!important;}
#cm-chat-root.cm-chat .cm-chat__launcher-icon svg{display:block!important;width:13px!important;height:13px!important;}
#cm-chat-root.cm-chat .cm-chat__launcher-label{display:block!important;margin:0!important;padding:0!important;color:currentColor!important;font-size:11px!important;line-height:1!important;font-weight:700!important;letter-spacing:.075em!important;text-transform:uppercase!important;white-space:nowrap!important;}

#cm-chat-root.cm-chat .cm-chat__panel{
  position:absolute!important;right:0!important;bottom:0!important;width:360px!important;max-width:calc(100vw - 28px)!important;
  height:560px!important;max-height:76vh!important;background:#fff!important;background-image:none!important;border:1px solid #111!important;border-radius:0!important;
  box-shadow:0 14px 42px rgba(0,0,0,.12)!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;
  opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(10px)!important;
  transition:opacity .22s ease,transform .22s ease,visibility .22s ease!important;
}
#cm-chat-root.cm-chat.is-open .cm-chat__panel{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important;}
#cm-chat-root.cm-chat.is-open .cm-chat__launcher{opacity:0!important;pointer-events:none!important;}

/* v1.5.4 root close: no SVG, no text glyph, no theme-dependent icon. Two real DOM lines. */
#cm-chat-root.cm-chat button.cm-chat__close,
#cm-chat-root.cm-chat .cm-chat__close{
  position:absolute!important;top:13px!important;right:13px!important;z-index:2147483000!important;
  display:block!important;width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;max-width:28px!important;max-height:28px!important;
  margin:0!important;padding:0!important;border:0!important;outline:0!important;background:transparent!important;background-image:none!important;color:#111!important;
  cursor:pointer!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;border-radius:0!important;box-shadow:none!important;
  appearance:none!important;-webkit-appearance:none!important;text-indent:0!important;overflow:visible!important;font-size:0!important;line-height:0!important;
  transform:none!important;transition:opacity .18s ease, transform .22s ease!important;
}
#cm-chat-root.cm-chat .cm-chat__close::before,
#cm-chat-root.cm-chat .cm-chat__close::after{content:none!important;display:none!important;}
#cm-chat-root.cm-chat .cm-chat__close-line{
  position:absolute!important;left:6px!important;top:13px!important;display:block!important;width:16px!important;height:1px!important;min-height:1px!important;
  background:#111!important;background-color:#111!important;border:0!important;border-radius:0!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;
  pointer-events:none!important;transform-origin:center center!important;
}
#cm-chat-root.cm-chat .cm-chat__close-line--a{transform:rotate(45deg)!important;}
#cm-chat-root.cm-chat .cm-chat__close-line--b{transform:rotate(-45deg)!important;}
#cm-chat-root.cm-chat .cm-chat__close:hover{opacity:.55!important;transform:rotate(90deg)!important;background:transparent!important;color:#111!important;}
#cm-chat-root.cm-chat .cm-chat__close:focus-visible{outline:1px solid #111!important;outline-offset:2px!important;}

#cm-chat-root.cm-chat .cm-chat__header{padding:18px 54px 15px 18px!important;border-bottom:1px solid #111!important;background:#fff!important;display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:10px!important;}
#cm-chat-root.cm-chat .cm-chat__eyebrow{display:block!important;margin:0 0 10px!important;font-size:9px!important;text-transform:uppercase!important;letter-spacing:.17em!important;color:#777!important;line-height:1.2!important;}
#cm-chat-root.cm-chat .cm-chat__title{margin:0!important;font-size:22px!important;line-height:1.05!important;font-weight:400!important;letter-spacing:-.025em!important;color:#111!important;text-transform:none!important;}
#cm-chat-root.cm-chat .cm-chat__subtitle{margin:7px 0 0!important;font-size:11.5px!important;color:#666!important;line-height:1.45!important;max-width:240px!important;}
#cm-chat-root.cm-chat .cm-chat__status{display:inline-flex!important;align-items:center!important;gap:6px!important;font-size:9px!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:#111!important;white-space:nowrap!important;}
#cm-chat-root.cm-chat .cm-chat__status i{width:5px!important;height:5px!important;border-radius:50%!important;background:#111!important;display:block!important;}
#cm-chat-root.cm-chat .cm-chat__welcome{padding:14px 18px 0!important;font-size:12px!important;color:#111!important;line-height:1.55!important;background:#fff!important;}
#cm-chat-root.cm-chat .cm-chat__quick{display:flex!important;gap:6px!important;padding:12px 18px 0!important;background:#fff!important;}
#cm-chat-root.cm-chat .cm-chat__quick button{height:28px!important;padding:0 10px!important;border:1px solid #111!important;background:#fff!important;color:#111!important;border-radius:0!important;font-size:9px!important;letter-spacing:.12em!important;text-transform:uppercase!important;cursor:pointer!important;box-shadow:none!important;}
#cm-chat-root.cm-chat .cm-chat__quick button:hover{background:#111!important;color:#fff!important;}
#cm-chat-root.cm-chat .cm-chat__body{flex:1!important;overflow:auto!important;padding:16px 18px!important;background:#fff!important;}
#cm-chat-root.cm-chat .cm-chat__messages{display:flex!important;flex-direction:column!important;gap:9px!important;}
#cm-chat-root.cm-chat .cm-chat__empty{font-size:12px!important;color:#777!important;}
#cm-chat-root.cm-chat .cm-chat__msg{max-width:84%!important;padding:10px 11px!important;border:1px solid #111!important;background:#fff!important;color:#111!important;font-size:12px!important;line-height:1.45!important;word-break:break-word!important;border-radius:0!important;box-shadow:none!important;}
#cm-chat-root.cm-chat .cm-chat__msg--visitor{margin-left:auto!important;background:#111!important;color:#fff!important;border-color:#111!important;}
#cm-chat-root.cm-chat .cm-chat__who{display:block!important;margin-bottom:5px!important;font-size:8.5px!important;text-transform:uppercase!important;letter-spacing:.14em!important;opacity:.65!important;}
#cm-chat-root.cm-chat .cm-chat__bubble-text{display:block!important;}
#cm-chat-root.cm-chat .cm-chat__time{display:block!important;margin-top:6px!important;font-size:9px!important;opacity:.62!important;}

#cm-chat-root.cm-chat .cm-chat__form{border-top:1px solid #111!important;padding:12px!important;background:#fff!important;display:grid!important;gap:8px!important;}
#cm-chat-root.cm-chat .cm-chat__row{display:grid!important;gap:8px!important;}
#cm-chat-root.cm-chat .cm-chat__row--2{grid-template-columns:1fr!important;}
#cm-chat-root.cm-chat .cm-chat__form input[name="name"],#cm-chat-root.cm-chat .cm-chat__form .cm-chat__field-name{display:none!important;}
#cm-chat-root.cm-chat .cm-chat__input,#cm-chat-root.cm-chat .cm-chat__textarea{width:100%!important;box-sizing:border-box!important;border:1px solid #111!important;background:#fff!important;color:#111!important;padding:10px!important;font-size:12px!important;line-height:1.3!important;font-family:inherit!important;border-radius:0!important;box-shadow:none!important;}
#cm-chat-root.cm-chat .cm-chat__input[type="email"]{height:38px!important;}
#cm-chat-root.cm-chat .cm-chat__input:focus,#cm-chat-root.cm-chat .cm-chat__textarea:focus{outline:none!important;border-color:#111!important;background:#fafafa!important;box-shadow:none!important;}
#cm-chat-root.cm-chat .cm-chat__textarea{min-height:74px!important;resize:none!important;}
#cm-chat-root.cm-chat .cm-chat__form-foot{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;}
#cm-chat-root.cm-chat .cm-chat__privacy{font-size:10.5px!important;color:#777!important;line-height:1.3!important;}
#cm-chat-root.cm-chat .cm-chat__send{height:34px!important;min-width:84px!important;background:#111!important;border:1px solid #111!important;color:#fff!important;font-size:9.5px!important;font-weight:700!important;letter-spacing:.12em!important;text-transform:uppercase!important;cursor:pointer!important;border-radius:0!important;box-shadow:none!important;}
#cm-chat-root.cm-chat .cm-chat__send:hover{background:#fff!important;color:#111!important;}
#cm-chat-root.cm-chat .cm-chat__send:disabled{opacity:.55!important;cursor:wait!important;}

@media (max-width:767px){
  #cm-chat-root.cm-chat{right:var(--cm-right-mobile,14px)!important;bottom:var(--cm-bottom_mobile,14px)!important;bottom:var(--cm-bottom-mobile,14px)!important;}
  #cm-chat-root.cm-chat .cm-chat__launcher{min-width:165px!important;height:35px!important;padding:0 12px!important;gap:6px!important;}
  #cm-chat-root.cm-chat .cm-chat__launcher-label{font-size:10.5px!important;letter-spacing:.065em!important;}
  #cm-chat-root.cm-chat .cm-chat__panel{width:min(350px,calc(100vw - 18px))!important;height:68vh!important;max-height:620px!important;}
  #cm-chat-root.cm-chat .cm-chat__close{top:11px!important;right:11px!important;width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;}
  #cm-chat-root.cm-chat .cm-chat__close-line{left:6px!important;top:14px!important;width:18px!important;}
  #cm-chat-root.cm-chat .cm-chat__title{font-size:20px!important;}
  #cm-chat-root.cm-chat .cm-chat__quick{overflow-x:auto!important;padding-bottom:1px!important;}
  #cm-chat-root.cm-chat .cm-chat__form-foot{align-items:stretch!important;flex-direction:column!important;}
  #cm-chat-root.cm-chat .cm-chat__send{width:100%!important;}
}
