/* Ajuste Aelara – mantener los mensajes abajo y dejar ~20 mm libres sobre la barra */
main.thread, #thread, .thread, [data-chat-list] {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  padding-bottom: 100px !important; /* ~20 mm */
  scroll-behavior: smooth;
}
