/* OTO Q&A Chatbot - minimal base styles */
#oto-msgs::-webkit-scrollbar { width: 4px; }
#oto-msgs::-webkit-scrollbar-track { background: #f0f0f0; }
#oto-msgs::-webkit-scrollbar-thumb { background: #ccc; border-radius: 4px; }
#oto-qlist::-webkit-scrollbar { width: 4px; }
#oto-qlist::-webkit-scrollbar-track { background: #f0f0f0; }
#oto-qlist::-webkit-scrollbar-thumb { background: #ccc; border-radius: 4px; }
#oto-chat-bubble:hover { transform: scale(1.08) !important; }
