#eemc-chatbot-panel{font-size:13px;}
.eemc-bubble{font-size:13px;line-height:1.4;}
#eemc-chatbot-button{position:fixed;top:50%;right:16px;transform:translateY(-50%);z-index:9999;width:52px;height:52px;border-radius:50%;border:none;background:#0ea5e9;color:#fff;box-shadow:0 10px 20px rgba(0,0,0,0.15);cursor:pointer;}
#eemc-chatbot-panel{position:fixed;right:88px;bottom:24px;width:360px;height:540px;background:#fff;border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,0.18);display:none;flex-direction:column;z-index:9999;}
#eemc-chatbot-panel.open{display:flex;}
#eemc-chatbot-header{padding:10px 14px;font-weight:600;border-bottom:1px solid #eee;}
#eemc-suggestions{display:flex;flex-wrap:wrap;gap:8px;padding:8px 14px;}
.eemc-chip{font-size:13px;color:#0ea5e9;border:1px solid #0ea5e9;border-radius:9999px;padding:6px 10px;background:#fff;cursor:pointer;}
#eemc-chatbot-messages{padding:10px 14px;overflow-y:auto;flex:1;min-height:160px;}
#eemc-chatbot-inputbar{display:flex;padding:8px;gap:6px;border-top:1px solid #eee;}
#eemc-chatbot-inputbar input{flex:1;padding:8px 10px;border:1px solid #ccc;border-radius:8px;}
#eemc-chatbot-send{background:#0ea5e9;color:#fff;border:none;border-radius:8px;padding:8px 12px;cursor:pointer;}
/* Lead toggle below panel (v1.3) with caret */
#eemc-lead-toggle{border:none;border-radius:10px;padding:10px 12px;background:#111827;color:#fff;cursor:pointer;margin:10px 14px;display:inline-flex;align-items:center;gap:8px;}
#eemc-lead-toggle .caret{transition:transform .25s ease;}
#eemc-lead-toggle[aria-expanded="true"] .caret{transform:rotate(90deg);}
/* Slide container */
#eemc-lead-form{overflow:hidden;max-height:0;transition:max-height .3s ease, opacity .2s ease;opacity:.0;margin:0 14px;border-top:1px solid #eee;}
#eemc-lead-form.open{opacity:1;}
#eemc-lead-form .inner{padding:8px 0;display:block;}
#eemc-lead-form input,#eemc-lead-form textarea{width:100%;margin:6px 0;padding:8px 10px;border:1px solid #ccc;border-radius:8px;}
#eemc-lead-submit{display:block;width:100%;padding:8px 12px;background:#10b981;color:#fff;border:none;border-radius:8px;cursor:pointer;margin-top:8px;}
