/* Styles minimaux du plugin (composants génériques réutilisés par le
   thème). Le design complet (couleurs, typographies) vit dans le thème
   habaru-theme — ce fichier ne fait que garantir un rendu correct même
   sans le thème dédié. */

.habaru-chatbot { position: fixed; right: 20px; bottom: 20px; z-index: 9999; font-family: 'Inter', sans-serif; }
.habaru-chatbot__toggle { width: 56px; height: 56px; border-radius: 50%; background: #0B8F55; color: #fff; border: none; font-size: 24px; cursor: pointer; box-shadow: 0 4px 12px rgba(0,0,0,.2); }
.habaru-chatbot__panel { position: absolute; bottom: 68px; right: 0; width: 320px; max-height: 440px; background: #fff; border-radius: 16px; box-shadow: 0 8px 24px rgba(0,0,0,.15); display: flex; flex-direction: column; overflow: hidden; }
.habaru-chatbot__header { background: #0B8F55; color: #fff; padding: 12px 16px; display: flex; justify-content: space-between; align-items: center; }
.habaru-chatbot__header button { background: none; border: none; color: #fff; font-size: 18px; cursor: pointer; }
.habaru-chatbot__messages { flex: 1; overflow-y: auto; padding: 12px; font-size: 14px; }
.habaru-chatbot__message { margin-bottom: 8px; padding: 8px 12px; border-radius: 12px; max-width: 85%; }
.habaru-chatbot__message--user { background: #F28C28; color: #fff; margin-left: auto; }
.habaru-chatbot__message--bot { background: #F2F2F2; color: #222; }
.habaru-chatbot__business-card { background: #E9F7F0; border-radius: 10px; padding: 8px 12px; margin-bottom: 8px; font-size: 13px; }
.habaru-chatbot__form { display: flex; border-top: 1px solid #eee; }
.habaru-chatbot__form input { flex: 1; border: none; padding: 10px; font-size: 14px; }
.habaru-chatbot__form button { border: none; background: #0B8F55; color: #fff; padding: 0 16px; cursor: pointer; }

.habaru-badge { position: absolute; top: 8px; padding: 2px 8px; border-radius: 999px; font-size: 11px; color: #fff; }
.habaru-badge--featured { left: 8px; background: #F28C28; }
.habaru-badge--verified { right: 8px; background: #0B8F55; }
