#aa_chatbot-container {
    width: 100%;
    max-height: 75vh;
    display: flex;
    flex-direction: column;
}
#aa_chatbot-messages:empty {
    display: none;
}
#aa_chatbot-messages {
    flex-grow: 1;
    overflow-y: auto;
}