#faq-bot-container { position: fixed; bottom: 20px; right: 20px; z-index: 9999; }
#faq-bot-btn { background: #00a2b8; color: white; border: none; padding: 12px 20px; border-radius: 30px; cursor: pointer; }
#faq-bot-window { position: fixed; bottom: 70px; right: 20px; width: 300px; max-height: 400px; background: white; border: 1px solid #ccc; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.2); overflow-y: auto; font-family: Arial; }
#faq-bot-header { padding: 10px; background: #00a2b8; color: white; display: flex; justify-content: space-between; }
#faq-bot-content { padding: 10px; }
.faq-item { margin-bottom: 10px; }
.faq-question { font-weight: bold; cursor: pointer; }
.faq-answer { display: none; margin-top: 5px; }