#xai-chatbot {
    max-height: 400px;
    z-index: 1000;
}

#xai-chatbot-messages::-webkit-scrollbar {
    width: 8px;
}

#xai-chatbot-messages::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#xai-chatbot-messages::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

#xai-chatbot-messages::-webkit-scrollbar-thumb:hover {
    background: #555;
}