.lzcb-chatbot{position:fixed;right:24px;bottom:24px;z-index:99990;font-family:inherit;color:#111827}.lzcb-chatbot *{box-sizing:border-box}.lzcb-chat-launcher{width:58px;height:58px;border:0;border-radius:18px;background:linear-gradient(145deg,var(--lzcb-primary,#20afe3),#0b8ec8);color:#fff;display:grid;place-items:center;box-shadow:0 18px 45px rgba(2,132,199,.28);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.lzcb-chat-launcher:hover{transform:translateY(-2px);box-shadow:0 22px 50px rgba(2,132,199,.34)}.lzcb-chat-launcher-icon svg{width:29px;height:29px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.lzcb-chat-launcher-dot{position:absolute;width:11px;height:11px;border:2px solid #fff;border-radius:50%;background:#22c55e;transform:translate(18px,-19px)}.lzcb-chat-panel{position:absolute;right:0;bottom:72px;width:min(390px,calc(100vw - 28px));height:min(650px,calc(100vh - 120px));background:#fff;border:1px solid #e5eaf1;border-radius:24px;box-shadow:0 28px 80px rgba(15,23,42,.22);overflow:hidden;display:flex;flex-direction:column}.lzcb-chat-header{display:flex;align-items:center;gap:12px;padding:16px 17px;border-bottom:1px solid #eef2f7;background:linear-gradient(180deg,#fff,#fbfdff)}.lzcb-chat-header>div:nth-child(2){display:flex;flex-direction:column;min-width:0}.lzcb-chat-header strong{font-size:15px;line-height:1.2;color:#0f172a}.lzcb-chat-header span{font-size:11px;color:#64748b;margin-top:3px;display:flex;align-items:center;gap:6px}.lzcb-chat-header span i{width:7px;height:7px;border-radius:50%;background:#22c55e}.lzcb-chat-botmark{width:39px;height:39px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(145deg,#e8f8ff,#eef4ff);color:var(--lzcb-primary,#20afe3);border:1px solid #dbeef7}.lzcb-chat-botmark svg{width:23px;height:23px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.lzcb-chat-close{margin-left:auto;width:34px;height:34px;border:0;border-radius:10px;background:#f4f7fa;color:#64748b;font-size:24px;line-height:1;cursor:pointer}.lzcb-chat-messages{padding:18px 16px 12px;overflow:auto;flex:1;background:#f8fafc;scrollbar-width:thin}.lzcb-chat-message{display:flex;margin-bottom:12px}.lzcb-chat-message.is-user{justify-content:flex-end}.lzcb-chat-bubble{max-width:86%;padding:11px 13px;border-radius:15px;font-size:13px;line-height:1.52}.lzcb-chat-message.is-bot .lzcb-chat-bubble{background:#fff;border:1px solid #e5eaf1;border-top-left-radius:5px;color:#334155;box-shadow:0 4px 14px rgba(15,23,42,.04)}.lzcb-chat-message.is-user .lzcb-chat-bubble{background:linear-gradient(145deg,var(--lzcb-primary,#20afe3),#159bd2);color:#fff;border-top-right-radius:5px}.lzcb-chat-bubble p{margin:0 0 8px}.lzcb-chat-bubble p:last-child{margin-bottom:0}.lzcb-chat-bubble ul{margin:7px 0 0 18px;padding:0}.lzcb-chat-bubble a{color:#087db2;font-weight:600}.lzcb-chat-message.is-user a{color:#fff}.lzcb-chat-sources{margin:-4px 0 13px 3px;display:flex;flex-wrap:wrap;gap:6px}.lzcb-chat-sources>span{width:100%;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8}.lzcb-chat-sources a{font-size:11px;padding:6px 8px;border-radius:8px;background:#fff;border:1px solid #e5eaf1;color:#167fae;text-decoration:none;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lzcb-chat-lead{padding:14px 15px;background:#fff;border-top:1px solid #e5eaf1}.lzcb-chat-lead>div:first-child{display:flex;flex-direction:column;margin-bottom:9px}.lzcb-chat-lead strong{font-size:13px}.lzcb-chat-lead span{font-size:11px;color:#64748b;margin-top:2px}.lzcb-chat-lead-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.lzcb-chat-lead-grid input{width:100%;height:38px;border:1px solid #dbe3ec;border-radius:9px;padding:0 10px;font:inherit;font-size:12px;outline:none}.lzcb-chat-lead-grid input:last-child{grid-column:1/-1}.lzcb-chat-lead-grid input:focus{border-color:var(--lzcb-primary,#20afe3);box-shadow:0 0 0 3px rgba(32,175,227,.1)}.lzcb-chat-lead>button{width:100%;height:39px;margin-top:9px;border:0;border-radius:10px;background:var(--lzcb-primary,#20afe3);color:#fff;font-weight:700;cursor:pointer}.lzcb-chat-lead small{display:block;color:#dc2626;font-size:10px;margin-top:6px}.lzcb-chat-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:10px 14px;background:#fff;border-top:1px solid #edf1f5}.lzcb-chat-action{height:38px;border:1px solid #dbe3ec;border-radius:10px;background:#fff;color:#334155;display:flex;align-items:center;justify-content:center;gap:7px;font:inherit;font-size:12px;font-weight:650;text-decoration:none;cursor:pointer}.lzcb-chat-action:hover{border-color:#b9dbea;background:#f8fcfe}.lzcb-chat-action svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.lzcb-chat-call-card{padding:10px 14px;background:#eff9fd;border-top:1px solid #d8edf6;display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:11px}.lzcb-chat-call-card strong{font-size:12px;color:#0f6d96}.lzcb-chat-form{display:flex;gap:8px;padding:10px 12px;background:#fff;border-top:1px solid #edf1f5;align-items:flex-end}.lzcb-chat-form textarea{width:100%;min-height:42px;max-height:112px;resize:none;border:1px solid #dbe3ec;border-radius:13px;padding:11px 12px;font:inherit;font-size:13px;line-height:1.4;outline:none}.lzcb-chat-form textarea:focus{border-color:var(--lzcb-primary,#20afe3);box-shadow:0 0 0 3px rgba(32,175,227,.1)}.lzcb-chat-form>button{flex:0 0 42px;width:42px;height:42px;border:0;border-radius:12px;background:#0f172a;color:#fff;display:grid;place-items:center;cursor:pointer}.lzcb-chat-form>button svg{width:19px;height:19px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.lzcb-chat-form.is-locked{opacity:.42;pointer-events:none}.lzcb-chat-footnote{text-align:center;padding:0 12px 9px;background:#fff;font-size:9.5px;color:#94a3b8}.lzcb-chat-typing{display:inline-flex;gap:4px;padding:3px}.lzcb-chat-typing i{width:6px;height:6px;border-radius:50%;background:#94a3b8;animation:lzcbChatPulse 1.1s infinite}.lzcb-chat-typing i:nth-child(2){animation-delay:.13s}.lzcb-chat-typing i:nth-child(3){animation-delay:.26s}@keyframes lzcbChatPulse{0%,60%,100%{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.lzcb-chat-help-card{position:absolute;right:0;bottom:0;width:250px;padding:18px;border-radius:19px;background:#fff;border:1px solid #e5eaf1;box-shadow:0 22px 65px rgba(15,23,42,.2)}.lzcb-chat-help-card strong{display:block;font-size:16px;color:#0f172a;margin:8px 0 5px}.lzcb-chat-help-card p{font-size:12px;line-height:1.5;color:#64748b;margin:0 0 13px}.lzcb-chat-help-card>button:last-child{height:37px;border:0;border-radius:10px;background:var(--lzcb-primary,#20afe3);color:#fff;padding:0 14px;font-weight:700;cursor:pointer}.lzcb-chat-help-close{position:absolute;right:9px;top:8px;width:27px;height:27px;border:0;border-radius:8px;background:#f4f7fa;color:#64748b;font-size:20px;cursor:pointer}.lzcb-chat-help-icon{width:36px;height:36px;border-radius:12px;background:#eaf8fd;color:var(--lzcb-primary,#20afe3);display:grid;place-items:center}.lzcb-chat-help-icon svg{width:21px;height:21px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}@media(max-width:700px){.lzcb-chatbot{right:14px;bottom:14px}.lzcb-chat-panel{position:fixed;right:10px;left:10px;bottom:10px;width:auto;height:min(680px,calc(100vh - 20px));border-radius:20px}.lzcb-chat-help-card{right:0}.lzcb-chat-launcher{width:54px;height:54px;border-radius:17px}}
.lzcb-chat-launcher{position:relative}.lzcb-chat-launcher-dot{right:-2px;top:-2px;transform:none}.lzcb-chat-call-card>div{display:flex;flex-direction:column;gap:2px}.lzcb-chat-call-card>a{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 11px;border-radius:9px;background:#fff;border:1px solid #cfe6f0;color:#087da9;font-size:11px;font-weight:700;text-decoration:none;white-space:nowrap}.lzcb-chat-call-card>a:hover{background:#f8fdff;border-color:#9fd3e6}.lzcb-chat-help-card{min-height:190px;display:flex;flex-direction:column;justify-content:center}.lzcb-chat-help-card[hidden]{display:none!important}.lzcb-chat-panel[hidden],.lzcb-chat-call-card[hidden],.lzcb-chat-launcher[hidden]{display:none!important}

/* v0.2.58 modern chat spacing and scrollbar polish */
.lzcb-chat-panel{
  width:min(410px,calc(100vw - 28px));
  height:min(620px,calc(100vh - 110px));
  border-radius:26px;
  box-shadow:0 32px 90px rgba(15,23,42,.24);
}
.lzcb-chat-header{
  padding:18px 18px 17px;
  gap:13px;
}
.lzcb-chat-botmark{
  width:42px;
  height:42px;
  border-radius:14px;
}
.lzcb-chat-header strong{font-size:16px}
.lzcb-chat-messages{
  padding:20px 18px 18px;
  overflow-y:auto;
  overflow-x:hidden;
  scrollbar-width:none;
  background:linear-gradient(180deg,#f8fafc 0%,#f6f9fc 100%);
}
.lzcb-chat-messages::-webkit-scrollbar{width:0;height:0}
.lzcb-chat-message{margin-bottom:14px}
.lzcb-chat-bubble{
  max-width:88%;
  padding:12px 14px;
  border-radius:16px;
  font-size:13.5px;
  line-height:1.55;
}
.lzcb-chat-message.is-bot .lzcb-chat-bubble{
  border-top-left-radius:7px;
  box-shadow:0 5px 18px rgba(15,23,42,.045);
}
.lzcb-chat-message.is-user .lzcb-chat-bubble{border-top-right-radius:7px}
.lzcb-chat-actions{
  gap:10px;
  padding:12px 14px;
}
.lzcb-chat-action{
  height:41px;
  border-radius:11px;
}
.lzcb-chat-call-card{
  padding:12px 14px;
}
.lzcb-chat-form{
  gap:9px;
  padding:12px 14px 10px;
}
.lzcb-chat-form textarea{
  min-height:44px;
  max-height:140px;
  padding:11px 13px;
  border-radius:14px;
  overflow-y:hidden;
  scrollbar-width:none;
}
.lzcb-chat-form textarea::-webkit-scrollbar{width:0;height:0}
.lzcb-chat-form>button{
  flex-basis:44px;
  width:44px;
  height:44px;
  border-radius:13px;
}
.lzcb-chat-footnote{
  padding:2px 14px 12px;
  line-height:1.35;
}
.lzcb-chat-help-card{
  width:270px;
  padding:20px;
  border-radius:20px;
}
@media(max-width:700px){
  .lzcb-chat-panel{
    height:min(650px,calc(100vh - 20px));
    border-radius:22px;
  }
}


/* v0.2.59 chatbot input, legal note and link visibility */
.lzcb-chat-form textarea{
  min-height:68px!important;
  max-height:180px!important;
  padding:13px 14px!important;
  line-height:1.5!important;
}
.lzcb-chat-form>button{
  flex-basis:50px!important;
  width:50px!important;
  height:50px!important;
  border-radius:14px!important;
}
.lzcb-chat-footnote{
  padding:5px 16px 13px!important;
  font-size:9.5px!important;
  line-height:1.45!important;
  color:#7c8799!important;
}
.lzcb-chat-message.is-bot .lzcb-chat-bubble a,
.lzcb-chat-message.is-bot .lzcb-chat-bubble a:visited{
  color:#087db2!important;
  text-decoration:underline!important;
  text-underline-offset:2px;
}
.lzcb-chat-message.is-bot .lzcb-chat-bubble a:hover,
.lzcb-chat-message.is-bot .lzcb-chat-bubble a:focus{
  color:#055f87!important;
  text-decoration:underline!important;
}
.lzcb-chat-sources a,
.lzcb-chat-sources a:visited{
  color:#167fae!important;
}
.lzcb-chat-sources a:hover,
.lzcb-chat-sources a:focus{
  color:#075f84!important;
  background:#f3fbfe!important;
}
@media(max-width:700px){
  .lzcb-chat-form textarea{min-height:60px!important}
  .lzcb-chat-form>button{flex-basis:48px!important;width:48px!important;height:48px!important}
}


/* v0.2.61 keep chatbot action labels visible in every interaction state */
.lzcb-chatbot .lzcb-chat-action,
.lzcb-chatbot .lzcb-chat-action:link,
.lzcb-chatbot .lzcb-chat-action:visited,
.lzcb-chatbot .lzcb-chat-action:hover,
.lzcb-chatbot .lzcb-chat-action:focus,
.lzcb-chatbot .lzcb-chat-action:focus-visible,
.lzcb-chatbot .lzcb-chat-action:active{
  color:#334155!important;
  -webkit-text-fill-color:#334155!important;
  text-decoration:none!important;
}
.lzcb-chatbot .lzcb-chat-action:hover,
.lzcb-chatbot .lzcb-chat-action:focus,
.lzcb-chatbot .lzcb-chat-action:focus-visible{
  background:#f8fcfe!important;
  border-color:#9fd3e6!important;
}
.lzcb-chatbot .lzcb-chat-action:active{
  background:#eef9fd!important;
  border-color:#78c5df!important;
}
.lzcb-chatbot .lzcb-chat-action svg,
.lzcb-chatbot .lzcb-chat-action span{
  color:inherit!important;
  -webkit-text-fill-color:inherit!important;
}

/* v0.2.63 conversation memory, support escalation and control alignment */
.lzcb-chat-launcher{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
}
.lzcb-chat-launcher-icon{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  line-height:0;
}
.lzcb-chat-launcher-icon svg{display:block;margin:0!important;transform:none!important}
.lzcb-chat-header-copy{min-width:0;flex:1}
.lzcb-chat-header-actions{margin-left:auto;display:flex;align-items:center;gap:7px;flex:0 0 auto}
.lzcb-chat-new{
  appearance:none;
  border:1px solid #dbe3ec;
  background:#fff;
  color:#475569;
  border-radius:9px;
  min-height:32px;
  padding:0 10px;
  font:inherit;
  font-size:10.5px;
  font-weight:700;
  line-height:1;
  cursor:pointer;
}
.lzcb-chat-new:hover,.lzcb-chat-new:focus{border-color:#b8c6d6;background:#f8fafc;color:#0f172a}
.lzcb-chat-close,.lzcb-chat-help-close{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  line-height:0!important;
}
.lzcb-chat-close svg,.lzcb-chat-help-close svg{
  width:16px;
  height:16px;
  display:block;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
}
.lzcb-chat-help-close svg{width:15px;height:15px}
.lzcb-chat-ticket-suggestion{
  margin:0;
  padding:12px 14px;
  background:#f8fbfd;
  border-top:1px solid #e2edf3;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.lzcb-chat-ticket-suggestion[hidden]{display:none!important}
.lzcb-chat-ticket-copy{display:flex;flex-direction:column;gap:3px;min-width:0}
.lzcb-chat-ticket-copy strong{font-size:11.5px;color:#0f172a}
.lzcb-chat-ticket-copy span{font-size:10.5px;line-height:1.45;color:#64748b}
.lzcb-chat-ticket-button{
  flex:0 0 auto;
  min-height:34px;
  border:0;
  border-radius:9px;
  padding:0 11px;
  background:#0f172a;
  color:#fff;
  font:inherit;
  font-size:10.5px;
  font-weight:700;
  cursor:pointer;
}
.lzcb-chat-ticket-button:hover{background:#1e293b}
.lzcb-chat-ticket-button:disabled{opacity:.65;cursor:wait}
.lzcb-chat-ticket-created{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;font-size:10.5px;color:#334155}
.lzcb-chat-ticket-created a{font-weight:700;color:#0f7fae!important;text-decoration:none!important;white-space:nowrap}
.lzcb-chat-ticket-created a:hover{color:#075f84!important;text-decoration:underline!important}
@media(max-width:520px){
  .lzcb-chat-header{gap:9px!important;padding:13px 12px!important}
  .lzcb-chat-new{padding:0 8px;font-size:10px}
  .lzcb-chat-ticket-suggestion{align-items:flex-start;flex-direction:column}
  .lzcb-chat-ticket-button{width:100%}
}

/* v0.2.64 support escalation placement */
.lzcb-chat-ticket-suggestion + .lzcb-chat-actions{border-top:1px solid #edf1f5}
.lzcb-chat-ticket-suggestion:not([hidden]) + .lzcb-chat-actions{border-top:0}

/* v0.2.87 keep the assistant usable alongside the mobile app dock and cart. */
@media(max-width:900px){
  .lzcb-app .lzcb-chatbot{left:auto;right:15px;bottom:calc(83px + env(safe-area-inset-bottom,0px))}
  .lzcb-app .lzcb-chat-panel{position:fixed;left:auto;right:12px;bottom:calc(80px + env(safe-area-inset-bottom,0px));width:min(410px,calc(100vw - 24px));height:min(680px,calc(100dvh - 100px - env(safe-area-inset-bottom,0px)));max-height:none}
}
@media(max-width:600px){
  .lzcb-app .lzcb-chat-panel{left:0;right:0;top:0;bottom:0;width:100vw;height:100dvh;max-height:100dvh;border-radius:0;display:flex;flex-direction:column}
  .lzcb-app .lzcb-chat-header{padding-top:calc(13px + env(safe-area-inset-top,0px))!important}
  .lzcb-app .lzcb-chat-footnote{padding-bottom:calc(10px + env(safe-area-inset-bottom,0px))!important}
  .lzcb-app .lzcb-chat-help-card{max-width:calc(100vw - 30px)}
}

/* v0.2.103 help popup: icon column on the left, all help content on the right. */
.lzcb-chat-help-card{
  display:grid;
  grid-template-columns:36px minmax(0,1fr);
  column-gap:12px;
  row-gap:0;
  align-items:start;
  justify-content:normal;
  min-height:0;
}
.lzcb-chat-help-card .lzcb-chat-help-icon{
  grid-column:1;
  grid-row:1 / span 3;
  margin:0;
}
.lzcb-chat-help-card>strong{
  grid-column:2;
  grid-row:1;
  margin:1px 30px 5px 0;
}
.lzcb-chat-help-card>p{
  grid-column:2;
  grid-row:2;
  margin:0 0 13px;
}
.lzcb-chat-help-card>button:last-child{
  grid-column:2;
  grid-row:3;
  width:100%;
}


/* Standalone compatibility: prevent theme and page-builder button rules from distorting the assistant. */
.lzcb-chatbot .lzcb-chat-launcher{
  -webkit-appearance:none!important;
  appearance:none!important;
  width:58px!important;
  min-width:58px!important;
  max-width:58px!important;
  height:58px!important;
  min-height:58px!important;
  max-height:58px!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:18px!important;
  line-height:1!important;
  text-indent:0!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}
.lzcb-chatbot .lzcb-chat-launcher:focus-visible{outline:2px solid rgba(14,165,233,.45)!important;outline-offset:3px!important}
.lzcb-chatbot .lzcb-chat-launcher-icon{width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important}
.lzcb-chatbot .lzcb-chat-launcher-icon svg{width:29px!important;height:29px!important;min-width:29px!important;min-height:29px!important}
.lzcb-chatbot .lzcb-chat-close{width:34px!important;min-width:34px!important;max-width:34px!important;height:34px!important;min-height:34px!important;max-height:34px!important;margin:0!important}
.lzcb-chatbot .lzcb-chat-help-close{width:27px!important;min-width:27px!important;max-width:27px!important;height:27px!important;min-height:27px!important;max-height:27px!important;margin:0!important}
.lzcb-chatbot button,.lzcb-chatbot textarea,.lzcb-chatbot input{font-family:inherit!important;text-transform:none!important;letter-spacing:normal!important}
.lzcb-chatbot button:before,.lzcb-chatbot button:after{box-sizing:border-box}
@media(max-width:700px){
  .lzcb-chatbot .lzcb-chat-launcher{width:54px!important;min-width:54px!important;max-width:54px!important;height:54px!important;min-height:54px!important;max-height:54px!important;border-radius:17px!important}
  .lzcb-chatbot .lzcb-chat-launcher-icon{width:54px!important;height:54px!important;min-width:54px!important;min-height:54px!important}
}
.lzcb-chat-lead[hidden],.lzcb-chat-panel[hidden],.lzcb-chat-help-card[hidden],.lzcb-chat-launcher[hidden],.lzcb-chat-call-card[hidden]{display:none!important}


/* v1.0.4 pre-chat state */
.lzcb-chat-messages[hidden],
.lzcb-chat-form[hidden],
.lzcb-chat-footnote[hidden],
.lzcb-chat-new[hidden]{display:none!important}
.lzcb-chat-panel.is-awaiting-lead{height:auto!important;min-height:0!important;max-height:calc(100vh - 120px)!important}
@media(max-width:700px){
  .lzcb-chat-panel.is-awaiting-lead{height:auto!important;min-height:0!important;max-height:calc(100vh - 20px)!important}
}


/* v1.0.10 - clearer customer-help links shown beneath unavailable-offering answers */
.lzcb-chat-sources.is-helpful{
  display:grid;
  grid-template-columns:1fr;
  gap:7px;
  margin:2px 0 16px 3px;
  padding:10px;
  border:1px solid #e2e8f0;
  border-radius:12px;
  background:#fff;
}
.lzcb-chat-sources.is-helpful>span{
  width:auto;
  margin-bottom:1px;
  color:#64748b;
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
}
.lzcb-chat-sources.is-helpful a,
.lzcb-chat-sources.is-helpful a:visited{
  display:block;
  width:100%;
  max-width:none;
  padding:8px 10px;
  border-radius:9px;
  background:#f8fbfd;
  border:1px solid #dce9ef;
  color:#0b789f!important;
  font-size:11.5px;
  font-weight:650;
  line-height:1.35;
  white-space:normal;
  overflow:visible;
  text-overflow:clip;
}
.lzcb-chat-sources.is-helpful a:hover,
.lzcb-chat-sources.is-helpful a:focus{
  background:#eef9fd!important;
  border-color:#b7dce9!important;
}


/* v1.0.12 - discreet source-type labels above clean link titles */
.lzcb-chat-source-item{
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:2px;
}
.lzcb-chat-source-type{
  display:block;
  margin:0 0 1px 2px;
  color:#94a3b8;
  font-size:8px;
  font-weight:700;
  line-height:1.2;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.lzcb-chat-sources:not(.is-helpful) .lzcb-chat-source-item{
  max-width:100%;
}
.lzcb-chat-sources:not(.is-helpful) .lzcb-chat-source-item a,
.lzcb-chat-sources:not(.is-helpful) .lzcb-chat-source-item a:visited{
  max-width:100%;
}
.lzcb-chat-sources.is-helpful .lzcb-chat-source-item{
  width:100%;
  padding:8px 10px;
  border-radius:9px;
  background:#f8fbfd;
  border:1px solid #dce9ef;
}
.lzcb-chat-sources.is-helpful .lzcb-chat-source-item a,
.lzcb-chat-sources.is-helpful .lzcb-chat-source-item a:visited{
  display:block;
  width:100%;
  max-width:none;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:#0b789f!important;
  font-size:11.5px;
  font-weight:650;
  line-height:1.35;
  white-space:normal;
  overflow:visible;
  text-overflow:clip;
}
.lzcb-chat-sources.is-helpful .lzcb-chat-source-item:hover{
  background:#eef9fd;
  border-color:#b7dce9;
}
.lzcb-chat-sources.is-helpful .lzcb-chat-source-item a:hover,
.lzcb-chat-sources.is-helpful .lzcb-chat-source-item a:focus{
  background:transparent!important;
}

/* v1.0.14 - clearer contact actions and more readable fallback spacing */
.lzcb-chat-message.is-bot .lzcb-chat-bubble p + p{
  margin-top:10px;
}
.lzcb-chat-sources.is-helpful .lzcb-chat-source-item.is-contact{
  padding:10px 11px;
  border-color:#c8dce7;
  background:#f4fafc;
}
.lzcb-chat-sources.is-helpful .lzcb-chat-source-item.is-contact .lzcb-chat-source-type{
  margin-bottom:3px;
  color:#64748b;
  font-size:8.5px;
  letter-spacing:.12em;
}
.lzcb-chat-sources.is-helpful .lzcb-chat-source-item.is-contact a,
.lzcb-chat-sources.is-helpful .lzcb-chat-source-item.is-contact a:visited{
  color:#075f84!important;
  font-size:13px;
  font-weight:750;
  line-height:1.4;
  text-decoration:none;
}
.lzcb-chat-sources.is-helpful .lzcb-chat-source-item.is-contact:hover{
  background:#eaf7fb;
  border-color:#a9d3e2;
}
