/* Kinefisio Chatbot plugin styles */
.kf-chatbot-container { position: fixed; bottom: 20px; z-index: 99999; }
.kf-chatbot-container.kf-right { right: 20px; }
.kf-chatbot-container.kf-left { left: 20px; }
.kf-chatbot-bubble { width:60px;height:60px;border-radius:50%;background:#007cba;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,0.2); border:none; }
.kf-chatbot-frame-wrap { margin-top:10px; }
.kf-chatbot-iframe { border:0; box-shadow:0 8px 20px rgba(0,0,0,0.15); border-radius:10px; }

/* inline container (script will insert widget inside this) */
.kf-chatbot-container-inline { position: fixed; bottom: 20px; z-index:99999; }
.kf-chatbot-container-inline.kf-right { right: 20px; }
.kf-chatbot-container-inline.kf-left { left: 20px; }
