/* Fuerza a la PRIMERA burbuja a bajar 30mm reales desde el borde inferior */
main.thread,
#thread,
.thread {
  display: flex !important;
  flex-direction: column-reverse !important;
  justify-content: flex-end !important;
  padding-bottom: 30mm !important;
}
