#ai-chatbot {
    border: 1px solid #ddd;
    padding: 15px;
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
    border-radius: 8px;
    background: #f9f9f9;
}
#ai-chatbot textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    margin-bottom: 10px;
}
#ai-chatbot button {
    background: #0073aa;
    color: white;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
}
#ai-chatbot-response {
    margin-top: 10px;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}
