#dtc-chatbot {
    border: 1px solid #ccc;
    padding: 15px;
    max-width: 400px;
    background: #f9f9f9;
    border-radius: 10px;
    font-family: Arial, sans-serif;
}

#dtc-chatbot p {
    margin-bottom: 10px;
}

#dtc-chatbot button {
    display: block;
    margin: 5px 0;
    padding: 8px 12px;
    border: none;
    background: #0073aa;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

#dtc-chatbot button:hover {
    background: #005177;
}
