#zakat-chatbot {
    width: 320px;
    border: 1px solid #ddd;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    overflow: hidden;
}

.chat-header {
    background: #1e7f5c;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

.chat-body {
    height: 380px;
    padding: 10px;
    overflow-y: auto;
    background: #f9f9f9;
}

.bot-msg {
    background: #e1f5ed;
    padding: 8px;
    margin: 6px 0;
    border-radius: 5px;
}

.bot-options button {
    width: 100%;
    margin-top: 5px;
    padding: 6px;
    background: #1e7f5c;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
