#dentist-chatbot-root{position:fixed;z-index:99999;bottom:20px}
#dentist-chatbot-root.dcb-right{right:20px}
#dentist-chatbot-root.dcb-left{left:20px}
#dentist-chatbot-root .dcb-launch{
  width:var(--dcb-size,56px);height:var(--dcb-size,56px);border-radius:999px;border:none;
  background:var(--dcb-primary,#0ea5e9);color:#fff;font-weight:600;cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,.18);
}
#dentist-chatbot-root .dcb-box{
  position:fixed;bottom:90px;right:20px;max-width:360px;width:92vw;height:520px;background:#fff;
  border-radius:16px;overflow:hidden;box-shadow:0 20px 56px rgba(0,0,0,.22);
  display:none;font-family:var(--dcb-font,system-ui)!important;font-size:var(--dcb-font-size,14px)!important;
}
#dentist-chatbot-root.dcb-left .dcb-box{left:20px;right:auto}
#dentist-chatbot-root .dcb-box.open{display:flex;flex-direction:column}
#dentist-chatbot-root .dcb-header{background:var(--dcb-header-bg,#0f172a);padding:12px 14px;display:flex;align-items:center;gap:8px}
#dentist-chatbot-root .dcb-header .dcb-header-icon{width:22px;height:22px;object-fit:cover;border-radius:6px}
#dentist-chatbot-root .dcb-title{color:#fff;font-weight:700;flex:1}
#dentist-chatbot-root .dcb-close{background:transparent;color:#fff;border:none;font-size:20px;cursor:pointer}
#dentist-chatbot-root .dcb-body{flex:1;display:flex;flex-direction:column;gap:8px;padding:10px;background:#f8fafc}
#dentist-chatbot-root .dcb-messages{flex:1;overflow:auto;display:flex;flex-direction:column;gap:8px;padding-right:4px}
#dentist-chatbot-root .dcb-msg{display:flex}
#dentist-chatbot-root .dcb-msg.user{justify-content:flex-end}
#dentist-chatbot-root .dcb-msg .dcb-bubble{max-width:85%;padding:10px 12px;border-radius:14px;line-height:1.45;white-space:pre-wrap;background:var(--dcb-bot-bg,#f1f5f9)}
#dentist-chatbot-root .dcb-msg.user .dcb-bubble{background:var(--dcb-user-bg,#e2e8f0)}
#dentist-chatbot-root .dcb-bubble, #dentist-chatbot-root .dcb-bubble *{
  font-family:inherit!important;font-size:inherit!important;line-height:1.45;color:#0f172a;
}
#dentist-chatbot-root .dcb-form{display:flex;gap:8px;padding:8px;background:#fff}
#dentist-chatbot-root .dcb-input{flex:1;resize:vertical;min-height:40px;max-height:140px;border-radius:10px;border:1px solid #e2e8f0;padding:8px 10px;font:inherit}
#dentist-chatbot-root .dcb-send{background:var(--dcb-primary,#0ea5e9);color:#fff;border:none;border-radius:10px;padding:8px 14px;font-weight:600;cursor:pointer}
#dentist-chatbot-root .dcb-footer{padding:6px 10px;background:#fff;border-top:1px solid #e5e7eb}
#dentist-chatbot-root .dcb-footer small{color:#64748b}
#dentist-chatbot-root .dcb-quick-replies{display:flex;gap:6px;flex-wrap:wrap}
#dentist-chatbot-root .dcb-qr{border:none;background:#e2e8f0;color:#0f172a;border-radius:999px;padding:6px 10px;cursor:pointer}
#dentist-chatbot-root .dcb-toggle{display:flex;align-items:center;gap:8px;color:#0f172a}
#dentist-chatbot-root .dcb-faq-btn{align-self:flex-start;border:none;background:#e2e8f0;border-radius:10px;padding:6px 10px;cursor:pointer}
#dentist-chatbot-root .dcb-faq-panel{display:none;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:8px}
#dentist-chatbot-root .dcb-faq-panel.show{display:block}
#dentist-chatbot-root .dcb-faq-panel details{margin-bottom:6px}
#dentist-chatbot-root .dcb-faq-panel summary{cursor:pointer;font-weight:600}
#dentist-chatbot-root .dcb-bubble ul, #dentist-chatbot-root .dcb-bubble ol{margin:6px 0 6px 18px}
#dentist-chatbot-root .dcb-bubble p{margin:6px 0}
