#bizchatbot-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 350px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    z-index: 9999;
    font-family: sans-serif;
}

#bizchatbot-header {
    background-color: #1a3a6c;
    color: white;
    padding: 10px;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
}

#bizchatbot-messages {
    height: 300px;
    overflow-y: auto;
    padding: 10px;
}

#bizchatbot-input {
    padding: 10px;
    border-top: 1px solid #ccc;
}

#bizchatbot-input input {
    width: 80%;
    padding: 8px;
    border: 1px solid #aaa;
    border-radius: 4px;
}

#bizchatbot-input button {
    padding: 8px 12px;
    background-color: #1a3a6c;
    color: white;
    border: none;
    border-radius: 4px;
    margin-left: 5px;
}

.chat-ai-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    font-size: 0.95rem;
}

.chat-ai-table th,
.chat-ai-table td {
    border: 1px solid #ccc;
    padding: 8px 12px;
    text-align: center;
}

.chat-ai-table th {
    background-color: #f0f0f0;
    font-weight: bold;
}
