/*
  Reply-slot typing layout v2.

  The older overlay changed thread/stack geometry when typing appeared. v2
  keeps typing scoped to the message row only; the React reply slot owns the
  reservation.
*/
.zero-chat-typing-row,
.zero-reply-slot-row {
  overflow-anchor:none !important;
}

.zero-chat-typing-row {
  align-self:stretch !important;
  align-items:flex-end !important;
  justify-content:flex-start !important;
  width:100% !important;
  min-width:0 !important;
  max-width:100% !important;
  margin-left:0 !important;
  margin-right:0 !important;
  transform:none;
}

.zero-chat-typing-row > * {
  margin-left:0 !important;
  margin-right:0 !important;
}
