#lasibotti-woocommerce-chat-root {
  --lb-accent: #111;
  --lb-yellow: #ffcc00;
  --lb-blue: #1f7ae0;
  font-family: Arial, Helvetica, sans-serif;
}

#lasibotti-woocommerce-chat-root .lbz-bubble {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 999999;
  border: 0;
  border-radius: 999px;
  background: var(--lb-accent);
  color: var(--lb-yellow);
  font-weight: 900;
  font-size: 16px;
  padding: 15px 20px;
  box-shadow: 0 10px 28px rgba(0,0,0,.24);
  cursor: pointer;
}

#lasibotti-woocommerce-chat-root .lbz-panel {
  position: fixed;
  right: 22px;
  bottom: 82px;
  z-index: 999999;
  width: min(380px, calc(100vw - 28px));
  height: 560px;
  max-height: calc(100vh - 110px);
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 14px;
  box-shadow: 0 18px 60px rgba(0,0,0,.28);
  overflow: hidden;
  display: none;
}

#lasibotti-woocommerce-chat-root .lbz-panel.lbz-open {
  display: flex;
  flex-direction: column;
}

#lasibotti-woocommerce-chat-root .lbz-head {
  background: #111;
  color: #ffcc00;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

#lasibotti-woocommerce-chat-root .lbz-title {
  font-weight: 900;
  font-size: 16px;
  line-height: 1.2;
}

#lasibotti-woocommerce-chat-root .lbz-sub {
  font-size: 12px;
  color: #fff;
  opacity: .9;
  margin-top: 2px;
}

#lasibotti-woocommerce-chat-root .lbz-close {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  padding: 0 2px;
}

#lasibotti-woocommerce-chat-root .lbz-msgs {
  flex: 1;
  overflow: auto;
  background: #f5f7fb;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#lasibotti-woocommerce-chat-root .lbz-msg {
  max-width: 86%;
  white-space: pre-wrap;
  line-height: 1.38;
  font-size: 14px;
  border-radius: 12px;
  padding: 10px 12px;
  box-shadow: 0 1px 2px rgba(0,0,0,.06);
}

#lasibotti-woocommerce-chat-root .lbz-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
  white-space: normal;
}

#lasibotti-woocommerce-chat-root .lbz-btnlink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  background: #111;
  color: #ffcc00 !important;
  text-decoration: none !important;
  font-weight: 900;
  padding: 11px 14px;
  border: 2px solid #111;
  box-shadow: 0 4px 12px rgba(0,0,0,.16);
}

#lasibotti-woocommerce-chat-root .lbz-btnlink:hover {
  background: #ffcc00;
  color: #111 !important;
}

#lasibotti-woocommerce-chat-root .lbz-textlink {
  color: #1f7ae0;
  text-decoration: underline;
  font-weight: 700;
  word-break: break-all;
}

#lasibotti-woocommerce-chat-root .lbz-bot {
  align-self: flex-start;
  background: #fff;
  color: #111;
  border: 1px solid #e6e8ee;
}

#lasibotti-woocommerce-chat-root .lbz-user {
  align-self: flex-end;
  background: #1f7ae0;
  color: #fff;
}

#lasibotti-woocommerce-chat-root .lbz-form {
  display: flex;
  gap: 8px;
  padding: 10px;
  border-top: 1px solid #e6e8ee;
  background: #fff;
}

#lasibotti-woocommerce-chat-root .lbz-input {
  flex: 1;
  resize: none;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
  min-height: 42px;
  font-family: Arial, Helvetica, sans-serif;
}

#lasibotti-woocommerce-chat-root .lbz-send {
  border: 0;
  border-radius: 10px;
  background: #111;
  color: #ffcc00;
  font-weight: 900;
  padding: 0 14px;
  cursor: pointer;
}

#lasibotti-woocommerce-chat-root .lbz-send:disabled,
#lasibotti-woocommerce-chat-root .lbz-input:disabled {
  opacity: .55;
  cursor: not-allowed;
}

#lasibotti-woocommerce-chat-root .lbz-quick {
  padding: 10px 14px;
  background: #fff;
  border-top: 1px solid #edf0f4;
}

#lasibotti-woocommerce-chat-root .lbz-quick-title {
  font-size: 11px;
  font-weight: 900;
  color: #5f6673;
  text-transform: uppercase;
  letter-spacing: .4px;
  margin-bottom: 7px;
}

#lasibotti-woocommerce-chat-root .lbz-chiprow {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

#lasibotti-woocommerce-chat-root .lbz-chip {
  border: 1px solid #d9dde6;
  background: #fff;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  color: #111;
}

#lasibotti-woocommerce-chat-root .lbz-chip:hover {
  background: #111;
  color: #ffcc00;
  border-color: #111;
}

#lasibotti-woocommerce-chat-root .lbz-chip:disabled {
  opacity: .55;
  cursor: not-allowed;
}

@media (max-width: 520px) {
  #lasibotti-woocommerce-chat-root .lbz-bubble {
    right: 14px;
    bottom: 14px;
  }

  #lasibotti-woocommerce-chat-root .lbz-panel {
    right: 14px;
    bottom: 72px;
    width: calc(100vw - 28px);
    height: calc(100vh - 94px);
  }
}
