/* Short conversations begin at the top; keep the composer and long-history scroll stable. */
body.ol-assistant-active #page-assistant .chat-box { justify-content:flex-start!important; }
body.ol-assistant-active #page-assistant .chat-box::before { content:none!important; }
body.ol-assistant-active #page-assistant .chat-box > :first-child { margin-top:0!important; }

/* 1.0.291: o teclado nao deve animar/recompor os containers do historico. */
@media (max-width: 899px) {
  body.ol-assistant-active .app,
  body.ol-assistant-active #page-assistant,
  body.ol-assistant-active #page-assistant .assistant-chat-panel,
  body.ol-assistant-active #page-assistant .chat-box,
  body.ol-assistant-active #page-assistant .chat-composer {
    transition: none !important;
    animation: none !important;
  }
}
