.task-assistant-messages {
    min-height: 55vh;
    max-height: 65vh;
    overflow-y: auto;
}

.task-assistant-message {
    max-width: 85%;
}

.task-assistant-text {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}
