#console article {
    border-radius: 20px;
    max-width: max(40%, 32ch);
}
#console article pre {
    background-color: transparent;
    color: #333;
    margin-bottom: 0;
    white-space: pre-wrap;
}
#console article.prompt {
    background-color: #D8A100;
    border-bottom-right-radius: 0;
    margin-right: 0;
    margin-left: auto;
}
#console article.response {
    border-bottom-left-radius: 0;
    max-height: 250px;
    overflow: auto;
}

#console > form[name=prompt] {
    bottom: 0;
    position: sticky;
}
