/* WAI-Core: src/app/static/css/overrides/chat-reply.css v1 */
/* custom overrides for chat reply positioning */
.chat-footer {
    flex-wrap: wrap;
    align-items: center;
}
.reply-preview {
    width: 100%;
    margin-right: 0;
}
