.bk-chat-floating{position:fixed!important;right:24px!important;bottom:24px!important;z-index:2147483647!important;font-family:Arial,sans-serif}.bk-chat-bubble{width:62px;height:62px;border-radius:50%;border:0;background:#1A73E8;color:#fff;font-size:27px;box-shadow:0 12px 32px rgba(0,0,0,.25);cursor:pointer}.bk-chat-window{display:none;position:absolute;right:0;bottom:78px;width:360px;max-width:calc(100vw - 32px);height:500px;background:#fff;border:1px solid #dbe4f0;border-radius:18px;box-shadow:0 18px 50px rgba(13,27,42,.22);overflow:hidden}.bk-chat-floating.open .bk-chat-window{display:block}.bk-chat-head{background:#1A73E8;color:#fff;padding:16px 18px;display:flex;justify-content:space-between;align-items:center}.bk-chat-close{background:transparent;border:0;color:#fff;font-size:24px;cursor:pointer}.bk-chat-body{padding:14px;height:calc(100% - 54px);display:flex;flex-direction:column}.bk-chat-login,.bk-chat-new,.bk-chat-send,.bk-chat-refresh{background:#1A73E8;color:#fff!important;border:0;border-radius:9px;padding:10px 14px;text-decoration:none;cursor:pointer}.bk-chat-messages{flex:1;overflow:auto;border:1px solid #e5edf7;background:#fbfdff;border-radius:12px;margin:12px 0;padding:10px}.bk-chat-msg{margin:8px 0;padding:9px 11px;border-radius:11px;background:#eef4ff}.bk-chat-msg.manager{background:#eaf7ef}.bk-chat-input{display:flex;gap:8px}.bk-chat-input textarea{flex:1;min-height:48px;border:1px solid #d5e0ed;border-radius:10px;padding:10px}.bk-chat-layout{display:grid;grid-template-columns:300px 1fr;gap:20px;max-width:1200px}.bk-chat-sidebar,.bk-chat-panel{background:#fff;border:1px solid #dbe4f0;border-radius:14px;padding:16px}.bk-chat-panel{min-height:560px;display:flex;flex-direction:column}.bk-chat-thread{padding:10px;border-bottom:1px solid #edf2f7;cursor:pointer}.bk-chat-thread.active{background:#eef4ff}.bk-chat-actions{padding:10px 0}.bk-chat-actions button{margin-right:8px;border:0;border-radius:8px;padding:9px 12px;background:#0D1B2A;color:#fff}.bk-chat-full{padding:40px;max-width:1200px;margin:auto}@media(max-width:700px){.bk-chat-layout{grid-template-columns:1fr}.bk-chat-window{width:330px;height:480px}.bk-chat-floating{right:14px!important;bottom:14px!important}}

/* v1.0.8 force floating above footer/theme containers */
html body #bk-chat-floating.bk-chat-floating,
html body .bk-chat-floating{
  position: fixed !important;
  right: 24px !important;
  bottom: 24px !important;
  left: auto !important;
  top: auto !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: auto !important;
}
html body #bk-chat-floating .bk-chat-window{
  position: absolute !important;
  right: 0 !important;
  bottom: 78px !important;
  z-index: 2147483647 !important;
}

/* v1.1.2 chat fixes */
.bk-chat-popup-input{display:flex!important;gap:8px!important;align-items:flex-end!important;}
.bk-chat-popup-input textarea{flex:1!important;min-height:50px!important;max-height:95px!important;overflow:auto!important;}
.bk-chat-popup-send{height:50px!important;min-width:68px!important;}
.bk-chat-sidebar .bk-chat-new{display:none!important;}
.bk-chat-floating .bk-chat-thread-list{max-height:80px!important;overflow:auto!important;}
.bk-chat-closed-note{padding:14px 16px;margin:10px;border-radius:12px;background:#fff3cd;color:#5c4600;border:1px solid #ffe08a;font-weight:600}
