/* Dark mobile web thread-span hotfix.
   Keep scoped: B7 dark web can auto-place the conversation in a tiny right grid
   column, while light web and Android already have full-thread recovery rules. */
@media (max-width:1023px), (hover:none) {
  .zero-chat-app:not(.is-android-shell):not(.is-light-theme) .zero-chat-thread {
    grid-column:1 / -1!important;
    grid-row:1 / 4!important;
    align-self:stretch!important;
    justify-self:stretch!important;
    box-sizing:border-box!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    height:100dvh!important;
    min-height:100dvh!important;
  }

  .zero-chat-app:not(.is-android-shell):not(.is-light-theme) .zero-chat-thread-stack {
    box-sizing:border-box!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
  }
}
