:root{--mvx-accent:#40B5AD;--mvx-dark:#071523}
.mvx-chat{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;position:fixed;z-index:99999;bottom:var(--mvx-offset-y,22px);right:var(--mvx-offset-x,22px)}
.mvx-pos-bottom-right{right:var(--mvx-offset-x,22px);bottom:var(--mvx-offset-y,22px)}
.mvx-pos-bottom-left{left:var(--mvx-offset-x,22px);bottom:var(--mvx-offset-y,22px)}
.mvx-pos-top-right{right:var(--mvx-offset-x,22px);top:var(--mvx-offset-y,22px)}
.mvx-pos-top-left{left:var(--mvx-offset-x,22px);top:var(--mvx-offset-y,22px)}
.mvx-pos-center-right{right:var(--mvx-offset-x,22px);top:50%;transform:translateY(-50%)}
.mvx-pos-center-left{left:var(--mvx-offset-x,22px);top:50%;transform:translateY(-50%)}
.mvx-chat-launch{border:1px solid #18384c;background:linear-gradient(135deg,var(--mvx-dark),#123249);color:#fff;padding:14px 19px;border-radius:999px;box-shadow:0 18px 45px #07152335;display:flex;gap:10px;align-items:center;font-weight:800;cursor:pointer;min-height:50px}
.mvx-chat-launch:hover{transform:translateY(-1px)}
.mvx-dot{width:9px;height:9px;background:var(--mvx-accent);border-radius:50%;display:inline-block;box-shadow:0 0 0 4px #40b5ad22}
.mvx-chat-panel{width:410px;max-width:calc(100vw - 28px);background:#fff;color:#111;border-radius:24px;box-shadow:0 28px 80px #07152338;overflow:hidden;margin-top:12px;border:1px solid #dce7eb}
.mvx-chat-panel[aria-hidden=true]{display:none}
.mvx-chat-embedded{position:relative!important;inset:auto!important;transform:none!important}
.mvx-chat-head{display:flex;align-items:center;gap:12px;padding:18px 20px;background:linear-gradient(135deg,var(--mvx-dark),#123249);color:#fff}
.mvx-avatar{width:42px;height:42px;border-radius:14px;background:var(--mvx-accent);color:#06201f;display:grid;place-items:center;font-weight:900}
.mvx-head-copy{display:flex;flex-direction:column;flex:1;min-width:0}.mvx-head-copy strong{font-size:15px}.mvx-head-copy span{font-size:11px;opacity:.72}
.mvx-chat-close{background:none;border:0;color:#fff;font-size:27px;cursor:pointer;min-width:42px;min-height:42px}
.mvx-chat-body{padding:18px}.mvx-welcome-copy{color:#263942;line-height:1.6;margin-top:0}
.mvx-start-form{display:grid;gap:11px}.mvx-start-form label{font-size:12px;font-weight:800;color:#111;display:grid;gap:6px}
.mvx-start-form input,.mvx-start-form select,.mvx-chat textarea{width:100%;box-sizing:border-box;border:1px solid #ccdce2;border-radius:12px;padding:12px;background:#fff;color:#111;font-size:16px}
.mvx-start-form input:focus,.mvx-start-form select:focus,.mvx-chat textarea:focus{outline:2px solid #40b5ad55;border-color:var(--mvx-accent)}
.mvx-start-form button,.mvx-send{border:0;background:var(--mvx-accent);color:#052222;border-radius:12px;padding:13px 16px;font-weight:900;cursor:pointer;min-height:46px}
.mvx-consent{display:flex!important;grid-template-columns:auto 1fr;align-items:center;gap:8px!important;font-weight:600!important}.mvx-consent input{width:auto}
.mvx-form-status{font-size:12px;line-height:1.4;min-height:18px}.mvx-form-status.error{color:#b42318}.mvx-form-status.good{color:#116149}
.mvx-routing-status{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:12px;background:#f1f8f7;color:#17353a;font-size:12px;font-weight:750;margin-bottom:10px}
.mvx-messages{height:310px;overflow:auto;background:#f5f8f9;padding:12px;border-radius:16px;border:1px solid #e4ecef}
.mvx-msg{max-width:86%;padding:11px 13px;border-radius:14px;margin:8px 0;background:#fff;border:1px solid #e7eef0;box-shadow:0 3px 12px #07152308}
.mvx-msg.agent{margin-left:auto;background:#e8fbf8}.mvx-msg.assistant{background:#eef5ff;border-color:#d9e6f5}.mvx-msg p{margin:5px 0;white-space:pre-wrap;line-height:1.5}.mvx-msg small{font-size:10px;color:#73828c}
.mvx-composer{margin-top:12px}.mvx-composer-row{display:flex;gap:6px;align-items:center;flex-wrap:wrap;margin-top:7px}
.mvx-quick{border:1px solid #d2e0e5;background:#fff;color:#111;border-radius:999px;padding:8px 10px;font-size:11px;cursor:pointer}.mvx-send{margin-left:auto}
.mvx-chat-actions{text-align:right;margin-top:8px}.mvx-close-session{border:0;background:none;color:#52656d;text-decoration:underline;cursor:pointer;font-size:11px}
.mvx-rating{margin-top:12px;text-align:center;padding:12px;background:#f7fafb;border-radius:12px}.mvx-rating button{border:0;background:none;color:#eab308;font-size:25px;cursor:pointer}
.mvx-chat-foot{padding:11px 18px;background:#f3f7f8;color:#61747d;font-size:11px;border-top:1px solid #e5ecef}
@media(max-width:520px){
 .mvx-chat{left:10px;right:10px;bottom:10px;top:auto;transform:none}
 .mvx-mobile-top{top:10px;bottom:auto}.mvx-chat-panel{width:auto;max-width:none}
 .mvx-chat-launch{width:100%;justify-content:center}.mvx-messages{height:260px}
}

.mvx-privacy-note{display:block;font-size:10px;line-height:1.45;color:#66777f;margin-top:-4px}
.mvx-chat-launch{transition:transform .18s ease,box-shadow .18s ease}.mvx-chat-launch:focus-visible,.mvx-chat-close:focus-visible,.mvx-start-form button:focus-visible,.mvx-send:focus-visible,.mvx-quick:focus-visible{outline:3px solid rgba(64,181,173,.35);outline-offset:2px}
.mvx-chat-launch::after{content:"";width:7px;height:7px;border-radius:50%;background:#54d37d;margin-left:2px}
.mvx-chat-panel{backdrop-filter:blur(12px)}
.mvx-chat-body{background:linear-gradient(#fff,#fbfdfd)}
.mvx-routing-status{border:1px solid #dceceb}
.mvx-routing-status .mvx-dot{flex:0 0 auto}
.mvx-msg.visitor{background:#fff}
.mvx-msg.agent{border-color:#bfe9e3}
.mvx-msg.assistant{border-color:#d5e3f5}
.mvx-composer textarea{min-height:74px;resize:vertical}
.mvx-send[disabled],.mvx-start-form button[disabled]{opacity:.55;cursor:not-allowed}
.mvx-form-status{padding-top:2px}
@media(prefers-reduced-motion:reduce){.mvx-chat-launch,.mvx-chat-launch:hover{transition:none;transform:none}}



/* Movixit v6.2.2 viewport-safe frontend */
.mvx-chat-panel{
  width:380px;
  max-width:calc(100vw - 24px);
}
.mvx-chat-body{
  overflow-y:auto;
  max-height:calc(100vh - 210px);
}
.mvx-messages{
  height:240px;
  max-height:32vh;
}
.mvx-chat-foot{padding:8px 14px}

/* Never allow a top-positioned chat to begin outside the viewport. */
.mvx-pos-top-left,
.mvx-pos-top-right{
  top:max(10px,var(--mvx-offset-y,22px));
  bottom:auto;
}
.mvx-pos-top-left .mvx-chat-panel,
.mvx-pos-top-right .mvx-chat-panel{
  margin-top:8px;
  max-height:calc(100vh - max(10px,var(--mvx-offset-y,22px)) - 20px);
}
.mvx-pos-top-left .mvx-chat-body,
.mvx-pos-top-right .mvx-chat-body{
  max-height:calc(100vh - 240px);
}

/* Bottom-positioned chat stays fully contained above the task/browser edge. */
.mvx-pos-bottom-left,
.mvx-pos-bottom-right{
  bottom:max(10px,var(--mvx-offset-y,22px));
  top:auto;
}
.mvx-pos-bottom-left .mvx-chat-panel,
.mvx-pos-bottom-right .mvx-chat-panel{
  max-height:calc(100vh - max(10px,var(--mvx-offset-y,22px)) - 20px);
  overflow:hidden;
}
.mvx-pos-bottom-left .mvx-chat-body,
.mvx-pos-bottom-right .mvx-chat-body{
  max-height:calc(100vh - 240px);
}

/* Center positions are vertically contained. */
.mvx-pos-center-left,
.mvx-pos-center-right{
  top:50%;
  max-height:calc(100vh - 20px);
}
.mvx-pos-center-left .mvx-chat-panel,
.mvx-pos-center-right .mvx-chat-panel{
  max-height:calc(100vh - 20px);
  overflow:hidden;
}
.mvx-pos-center-left .mvx-chat-body,
.mvx-pos-center-right .mvx-chat-body{
  max-height:calc(100vh - 240px);
}

@media(max-width:768px){
  .mvx-chat{
    left:10px;
    right:10px;
    max-width:none;
  }
  .mvx-chat-panel{
    width:auto;
    max-width:none;
    border-radius:18px;
  }
  .mvx-chat-head{padding:10px 12px}
  .mvx-avatar{width:36px;height:36px;border-radius:11px}
  .mvx-chat-body{padding:12px}
  .mvx-messages{height:220px;max-height:34vh}
  .mvx-start-form{gap:8px}
  .mvx-start-form input,.mvx-start-form select,.mvx-chat textarea{padding:10px}
  .mvx-start-form button,.mvx-send{min-height:42px;padding:10px 13px}
  .mvx-chat-foot{padding:7px 12px}
  .mvx-pos-top-left,.mvx-pos-top-right,.mvx-mobile-top{
    top:8px;bottom:auto;
  }
  .mvx-pos-bottom-left,.mvx-pos-bottom-right{
    bottom:8px;top:auto;
  }
}
@media(max-height:700px) and (min-width:769px){
  .mvx-chat-panel{max-height:calc(100vh - 28px);border-radius:18px}
  .mvx-chat-head{padding:10px 14px}
  .mvx-chat-body{padding:12px;max-height:calc(100vh - 150px)}
  .mvx-messages{height:190px;max-height:28vh}
}
@media(prefers-reduced-motion:reduce){
  .mvx-chat-launch,.mvx-chat-launch:hover{transition:none;transform:none}
}

/* Movixit v6.2.3 — official brand logo only */
.mvx-brand-logo{display:block;object-fit:contain;object-position:center}
.mvx-launch-logo{width:28px;height:28px;flex:0 0 28px}
.mvx-header-logo{width:34px;height:34px;flex:0 0 34px}
.mvx-avatar{overflow:hidden;background:#071523!important;border:1px solid #40B5AD44}
@media(max-width:768px){.mvx-launch-logo{width:25px;height:25px;flex-basis:25px}.mvx-header-logo{width:30px;height:30px;flex-basis:30px}}

/* Movixit v6.3.3 — movable, round Chat control
 * The floating wrapper ignores pointer events except for the actual chat
 * controls, so an enabled movable launcher never creates an invisible
 * full-screen click blocker.
 */
.mvx-chat.mvx-floating-draggable{pointer-events:auto}
.mvx-chat.mvx-floating-draggable .mvx-chat-launch,
.mvx-chat.mvx-floating-draggable .mvx-chat-panel{pointer-events:auto}

.mvx-chat.mvx-floating-draggable .mvx-chat-launch{
  width:58px;
  height:58px;
  min-width:58px;
  min-height:58px;
  box-sizing:border-box;
  padding:7px;
  border-radius:50%;
  flex-direction:column;
  justify-content:center;
  gap:0;
  border:1px solid #18384c;
  box-shadow:0 12px 32px #07152338;
  user-select:none;
  -webkit-user-select:none;
  touch-action:none;
  cursor:grab;
}
.mvx-chat.mvx-floating-draggable .mvx-chat-launch:active{cursor:grabbing}
.mvx-chat.mvx-floating-draggable .mvx-chat-launch .mvx-launch-logo{
  width:24px;height:24px;flex:0 0 24px;margin-bottom:1px
}
.mvx-chat.mvx-floating-draggable .mvx-chat-launch span{
  font-size:10px;line-height:1;font-weight:900;letter-spacing:.01em
}
.mvx-chat.mvx-floating-draggable .mvx-chat-launch::after{
  width:5px;height:5px;margin:1px 0 0
}
.mvx-chat.mvx-floating-draggable.mvx-free-position{
  left:var(--mvx-free-left);
  top:var(--mvx-free-top);
  right:auto;
  bottom:auto;
  transform:none;
}
.mvx-chat.mvx-floating-draggable.mvx-free-position .mvx-chat-panel{
  position:fixed;
  margin:0;
}
@media(max-width:768px){
  .mvx-chat.mvx-floating-draggable{
    left:auto;
    right:auto;
    width:auto;
    max-width:none;
  }
  .mvx-chat.mvx-floating-draggable .mvx-chat-launch{
    width:54px;height:54px;min-width:54px;min-height:54px;
  }
  .mvx-chat.mvx-floating-draggable.mvx-free-position{
    left:var(--mvx-free-left);
    top:var(--mvx-free-top);
    right:auto;
    bottom:auto;
  }
}

/* v6.4.0 launcher reliability */
.mvx-chat-launch{position:relative;z-index:100000;pointer-events:auto!important;-webkit-tap-highlight-color:transparent;touch-action:manipulation}
.mvx-chat-panel{position:relative;z-index:100001}
.mvx-chat.mvx-free-position{position:fixed!important}

.mvx-attachment-input{width:100%;font-size:12px;margin-top:6px}.mvx-attachment-link{display:inline-block;margin:4px 0;font-size:12px;font-weight:800;color:#087f78}.mvx-presence-controls{display:flex;gap:8px;align-items:center;flex-wrap:wrap}

/* Movixit v6.4.1 — mobile launcher hardening
 * The floating launcher is independently positioned on small screens so
 * the wrapper's left/right auto sizing cannot collapse or lose its anchor.
 */
.mvx-chat.mvx-floating-draggable{
  position:fixed!important;
  z-index:99999;
  width:max-content;
  max-width:calc(100vw - 20px);
  left:auto;
  right:var(--mvx-offset-x,22px);
  bottom:calc(var(--mvx-offset-y,22px) + env(safe-area-inset-bottom,0px));
  top:auto;
}
.mvx-chat.mvx-floating-draggable .mvx-chat-launch{
  position:relative;
  z-index:100000;
  box-sizing:border-box;
  pointer-events:auto!important;
}
.mvx-chat.mvx-floating-draggable .mvx-chat-panel{
  position:fixed;
  z-index:100001;
  right:max(10px, var(--mvx-offset-x,22px));
  bottom:max(10px, calc(var(--mvx-offset-y,22px) + env(safe-area-inset-bottom,0px)));
  margin:0;
  width:min(410px, calc(100vw - 20px));
  max-width:calc(100vw - 20px);
  max-height:calc(100dvh - 20px);
}
@media(max-width:768px){
  .mvx-chat.mvx-floating-draggable{
    left:auto!important;
    right:12px!important;
    bottom:calc(12px + env(safe-area-inset-bottom,0px))!important;
    top:auto!important;
    width:54px;
    height:54px;
    max-width:54px;
    transform:none!important;
  }
  .mvx-chat.mvx-floating-draggable .mvx-chat-launch{
    display:flex;
    width:54px;
    height:54px;
    min-width:54px;
    min-height:54px;
    margin:0;
    padding:6px;
    border-radius:50%;
    align-items:center;
    justify-content:center;
    box-sizing:border-box;
  }
  .mvx-chat.mvx-floating-draggable .mvx-chat-panel{
    left:auto;
    right:8px;
    bottom:calc(8px + env(safe-area-inset-bottom,0px));
    width:calc(100vw - 16px);
    max-width:calc(100vw - 16px);
    max-height:calc(100dvh - 16px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px));
    border-radius:18px;
  }
  .mvx-chat.mvx-floating-draggable .mvx-chat-body{
    max-height:calc(100dvh - 180px);
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
  }
  .mvx-chat.mvx-floating-draggable .mvx-messages{
    height:clamp(170px,34dvh,280px);
    max-height:none;
  }
}
@media(max-width:380px){
  .mvx-chat.mvx-floating-draggable{right:8px!important;bottom:calc(8px + env(safe-area-inset-bottom,0px))!important}
  .mvx-chat.mvx-floating-draggable .mvx-chat-panel{right:4px;width:calc(100vw - 8px);max-width:calc(100vw - 8px)}
  .mvx-chat.mvx-floating-draggable .mvx-chat-body{padding:10px}
  .mvx-chat.mvx-floating-draggable .mvx-chat-head{padding:9px 10px}
}

/* v6.4.1 mobile launcher hardening */
.mvx-chat.mvx-floating-draggable{position:fixed!important;z-index:99999;width:max-content;max-width:calc(100vw - 20px);left:auto;right:var(--mvx-offset-x,22px);bottom:calc(var(--mvx-offset-y,22px) + env(safe-area-inset-bottom,0px));top:auto}
.mvx-chat.mvx-floating-draggable .mvx-chat-launch{position:relative;z-index:100000;box-sizing:border-box;pointer-events:auto!important}
.mvx-chat.mvx-floating-draggable .mvx-chat-panel{position:fixed;z-index:100001;right:max(10px,var(--mvx-offset-x,22px));bottom:max(10px,calc(var(--mvx-offset-y,22px) + env(safe-area-inset-bottom,0px)));margin:0;width:min(410px,calc(100vw - 20px));max-width:calc(100vw - 20px);max-height:calc(100dvh - 20px)}
@media(max-width:768px){
.mvx-chat.mvx-floating-draggable{left:auto!important;right:12px!important;bottom:calc(12px + env(safe-area-inset-bottom,0px))!important;top:auto!important;width:54px;height:54px;max-width:54px;transform:none!important}
.mvx-chat.mvx-floating-draggable .mvx-chat-launch{display:flex;width:54px;height:54px;min-width:54px;min-height:54px;margin:0;padding:6px;border-radius:50%;align-items:center;justify-content:center;box-sizing:border-box}
.mvx-chat.mvx-floating-draggable .mvx-chat-panel{left:auto;right:8px;bottom:calc(8px + env(safe-area-inset-bottom,0px));width:calc(100vw - 16px);max-width:calc(100vw - 16px);max-height:calc(100dvh - 16px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px));border-radius:18px}
.mvx-chat.mvx-floating-draggable .mvx-chat-body{max-height:calc(100dvh - 180px);overflow-y:auto;-webkit-overflow-scrolling:touch}
.mvx-chat.mvx-floating-draggable .mvx-messages{height:clamp(170px,34dvh,280px);max-height:none}
}
@media(max-width:380px){.mvx-chat.mvx-floating-draggable{right:8px!important;bottom:calc(8px + env(safe-area-inset-bottom,0px))!important}.mvx-chat.mvx-floating-draggable .mvx-chat-panel{right:4px;width:calc(100vw - 8px);max-width:calc(100vw - 8px)}.mvx-chat.mvx-floating-draggable .mvx-chat-body{padding:10px}.mvx-chat.mvx-floating-draggable .mvx-chat-head{padding:9px 10px}}


/* MOVIXIT Live Chat v6.4.2 — mobile launcher is fixed, not draggable.
 * Mobile browsers must keep the launcher anchored to the viewport.  Saved
 * desktop drag coordinates are deliberately ignored on <=768px viewports.
 */
@media (max-width:768px){
  .mvx-chat.mvx-floating-draggable,
  .mvx-chat.mvx-floating-draggable.mvx-free-position{
    position:fixed!important;
    left:auto!important;
    right:12px!important;
    top:auto!important;
    bottom:calc(12px + env(safe-area-inset-bottom,0px))!important;
    width:54px!important;
    height:54px!important;
    max-width:54px!important;
    min-width:0!important;
    margin:0!important;
    transform:none!important;
  }
  .mvx-chat.mvx-floating-draggable .mvx-chat-launch{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    width:54px!important;
    height:54px!important;
    min-width:54px!important;
    min-height:54px!important;
    margin:0!important;
    transform:none!important;
    touch-action:manipulation!important;
  }
  .mvx-chat.mvx-floating-draggable .mvx-chat-panel{
    position:fixed!important;
    left:8px!important;
    right:8px!important;
    top:auto!important;
    bottom:calc(8px + env(safe-area-inset-bottom,0px))!important;
    width:auto!important;
    max-width:none!important;
    box-sizing:border-box!important;
    margin:0!important;
    transform:none!important;
  }
}
@media (max-width:380px){
  .mvx-chat.mvx-floating-draggable,
  .mvx-chat.mvx-floating-draggable.mvx-free-position{right:8px!important;bottom:calc(8px + env(safe-area-inset-bottom,0px))!important}
  .mvx-chat.mvx-floating-draggable .mvx-chat-panel{left:4px!important;right:4px!important}
}


/* MOVIXIT Live Chat v6.4.4 — unified movable launcher + stable mobile UI */
.mvx-chat.mvx-floating-draggable{
  position:fixed!important;
  z-index:2147483000!important;
  width:58px!important;
  height:58px!important;
  max-width:58px!important;
  min-width:58px!important;
  margin:0!important;
  pointer-events:none!important;
  transform:none!important;
  right:var(--mvx-offset-x,22px);
  bottom:calc(var(--mvx-offset-y,22px) + env(safe-area-inset-bottom,0px));
  left:auto;
  top:auto;
}
.mvx-chat.mvx-floating-draggable.mvx-free-position{
  left:var(--mvx-free-left)!important;
  top:var(--mvx-free-top)!important;
  right:auto!important;
  bottom:auto!important;
  transform:none!important;
}
.mvx-chat.mvx-floating-draggable .mvx-chat-launch{
  pointer-events:auto!important;
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  min-height:58px!important;
  margin:0!important;
  padding:6px!important;
  box-sizing:border-box!important;
  border-radius:50%!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:1px!important;
  touch-action:none!important;
  cursor:grab!important;
}
.mvx-chat.mvx-floating-draggable .mvx-chat-launch:active{cursor:grabbing!important}
.mvx-chat.mvx-floating-draggable .mvx-chat-panel{
  pointer-events:auto!important;
  position:fixed!important;
  z-index:2147483001!important;
  margin:0!important;
}

/* Stable, enterprise-style chat header. */
.mvx-chat-panel .mvx-chat-head{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  width:100%!important;
  min-height:72px!important;
  box-sizing:border-box!important;
  padding:12px 14px!important;
  gap:11px!important;
  background:linear-gradient(135deg,#071523,#123249)!important;
  color:#fff!important;
  overflow:hidden!important;
}
.mvx-chat-panel .mvx-chat-head::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:2px;
  background:#40B5AD;
  opacity:.9;
}
.mvx-chat-panel .mvx-avatar{
  flex:0 0 40px!important;
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  border-radius:11px!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  background:#071523!important;
  border:1px solid rgba(64,181,173,.8)!important;
}
.mvx-chat-panel .mvx-header-logo{
  display:block!important;
  width:30px!important;
  height:30px!important;
  max-width:30px!important;
  object-fit:contain!important;
}
.mvx-chat-panel .mvx-head-copy{
  flex:1 1 auto!important;
  min-width:0!important;
  overflow:hidden!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}
.mvx-chat-panel .mvx-head-copy strong{
  display:block!important;
  margin:0!important;
  padding:0!important;
  color:#fff!important;
  font-size:15px!important;
  line-height:1.25!important;
  font-weight:800!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.mvx-chat-panel .mvx-head-copy span{
  display:block!important;
  margin:3px 0 0!important;
  padding:0!important;
  color:rgba(255,255,255,.78)!important;
  font-size:11px!important;
  line-height:1.25!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.mvx-chat-panel .mvx-chat-close{
  flex:0 0 40px!important;
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  min-height:40px!important;
  margin:0!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(255,255,255,.22)!important;
  border-radius:10px!important;
  background:rgba(255,255,255,.08)!important;
  color:#fff!important;
  font-size:25px!important;
  line-height:1!important;
}

@media(max-width:768px){
  .mvx-chat.mvx-floating-draggable,
  .mvx-chat.mvx-floating-draggable.mvx-free-position{
    width:54px!important;
    height:54px!important;
    max-width:54px!important;
    min-width:54px!important;
    pointer-events:none!important;
  }
  .mvx-chat.mvx-floating-draggable:not(.mvx-free-position){
    left:auto!important;
    right:12px!important;
    top:auto!important;
    bottom:calc(12px + env(safe-area-inset-bottom,0px))!important;
  }
  .mvx-chat.mvx-floating-draggable.mvx-free-position{
    left:var(--mvx-free-left)!important;
    top:var(--mvx-free-top)!important;
    right:auto!important;
    bottom:auto!important;
  }
  .mvx-chat.mvx-floating-draggable .mvx-chat-launch{
    width:54px!important;
    height:54px!important;
    min-width:54px!important;
    min-height:54px!important;
  }
  .mvx-chat.mvx-floating-draggable .mvx-chat-panel{
    left:8px!important;
    right:8px!important;
    top:auto!important;
    bottom:calc(8px + env(safe-area-inset-bottom,0px))!important;
    width:auto!important;
    max-width:none!important;
    max-height:calc(100dvh - 16px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px))!important;
    border-radius:18px!important;
  }
  .mvx-chat-panel .mvx-chat-head{min-height:64px!important;padding:10px 11px!important;gap:9px!important}
  .mvx-chat-panel .mvx-avatar{flex-basis:36px!important;width:36px!important;height:36px!important;min-width:36px!important}
  .mvx-chat-panel .mvx-header-logo{width:27px!important;height:27px!important;max-width:27px!important}
  .mvx-chat-panel .mvx-chat-close{flex-basis:38px!important;width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important}
  .mvx-chat-panel .mvx-head-copy strong{font-size:14px!important}
  .mvx-chat-panel .mvx-head-copy span{font-size:10px!important}
}
@media(max-width:380px){
  .mvx-chat.mvx-floating-draggable:not(.mvx-free-position){right:8px!important;bottom:calc(8px + env(safe-area-inset-bottom,0px))!important}
  .mvx-chat.mvx-floating-draggable .mvx-chat-panel{left:4px!important;right:4px!important}
  .mvx-chat-panel .mvx-chat-head{padding:9px!important}
}
