/* Lumiva Online Chat widget */
#loc-wrap{ position:fixed; inset:auto 16px 16px auto; font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans"; z-index:999999; }
#loc-button{ display:flex; align-items:center; justify-content:center; width:56px; height:56px; border-radius:999px; background:#111; color:#fff; cursor:pointer; box-shadow:0 10px 20px rgba(0,0,0,.25); }
#loc-panel{ position:fixed; right:16px; bottom:86px; width:320px; max-height:70vh; background:#fff; border:1px solid #e5e7eb; border-radius:16px; overflow:hidden; box-shadow:0 20px 40px rgba(0,0,0,.25); display:none; }
#loc-head{ padding:12px 14px; background:#111; color:#fff; display:flex; align-items:center; gap:10px; }
#loc-head .mgr{ font-weight:600; }
#loc-body{ background:#fafafa; padding:10px; height:320px; overflow:auto; }
#loc-foot{ padding:10px; background:#fff; border-top:1px solid #eee; display:flex; gap:6px; align-items:flex-end; }
#loc-input{ flex:1; min-height:38px; max-height:120px; padding:8px 10px; border:1px solid #e5e7eb; border-radius:10px; resize:vertical; }
#loc-send{ padding:8px 12px; border-radius:10px; border:0; background:#111; color:#fff; cursor:pointer; }
.loc-msg{ display:flex; margin:6px 0; }
.loc-msg .b{ padding:8px 10px; border-radius:12px; max-width:78%; background:#fff; border:1px solid #eee; }
.loc-msg.me{ justify-content:flex-end; }
.loc-msg.me .b{ background:#111; color:#fff; }
.loc-sys{ text-align:center; font-size:12px; color:#999; margin:8px 0; }
#loc-lead{ position:absolute; inset:0; background:rgba(17,17,17,.65); display:none; align-items:center; justify-content:center; }
#loc-lead form{ background:#fff; width:90%; max-width:320px; border-radius:12px; padding:16px; display:grid; gap:8px; }
#loc-lead input{ width:100%; padding:10px; border:1px solid #e5e7eb; border-radius:8px; }
#loc-lead button{ padding:10px 12px; border-radius:8px; border:0; background:#111; color:#fff; cursor:pointer; }
#loc-files{ display:none; }
#loc-off{ font-size:12px; color:#f59e0b; margin-left:auto; }
#loc-body a.file{ display:inline-flex; align-items:center; gap:6px; text-decoration:none; border-bottom:1px dashed #999; }
/* поверх всего (элементы Elementor иногда имеют большие слои) */
#loc-root, .loc-chat-bubble, .loc-chat-window {
  z-index: 2147483647 !important;
  position: relative;
}
