@media (max-width: 600px) {
  html.target153-chat-active,
  html.target153-chat-active body {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  html.target153-chat-active #app {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    overflow: visible !important;
  }

  html.target153-chat-active .chat-page[data-v-54eccf16] {
    display: flex !important;
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  html.target153-chat-active .chat-header[data-v-54eccf16],
  html.target153-chat-active .input-area[data-v-54eccf16] {
    flex: 0 0 auto !important;
  }

  html.target153-chat-active .message-list[data-v-54eccf16] {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  html.target153-chat-active .input-area[data-v-54eccf16] {
    position: relative !important;
    z-index: 10 !important;
    margin: 0 !important;
  }
}
