/* Restore the active chat to normal grid flow; legacy keyboard CSS fixed these nodes. */
@media (max-width: 760px) {
  html body.player-support-route.player-support-keyboard #root .support-chat-page > .support-chat.standalone.keyboard-active {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
  }

  html body.player-support-route.player-support-keyboard #root .support-chat.standalone.keyboard-active > .chat-messages,
  html body.player-support-route.player-support-keyboard #root .support-chat.standalone.keyboard-active > footer:not(.support-keyboard-composer) {
    position: static !important;
    inset: auto !important;
  }
}
