@media (max-width: 700px) {
  .vc-chat-page .vc-chat-window {
    height: var(--vc-chat-available-height, calc(100dvh - 95px)) !important;
    min-height: 0 !important;
  }

  .vc-chat-widget .vc-chat-window {
    top: var(--vc-chat-viewport-top, 0px) !important;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    width: 100vw !important;
    height: var(--vc-chat-viewport-height, 100dvh) !important;
    min-height: 0 !important;
  }

  .vc-chat.has-dialog .vc-chat-main,
  .vc-chat-dialog,
  .vc-chat-messages {
    min-height: 0 !important;
  }

  .vc-chat-panel[data-chat-panel="settings"] {
    height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    padding-bottom: calc(96px + env(safe-area-inset-bottom)) !important;
    overscroll-behavior-y: contain;
    touch-action: auto !important;
    -webkit-overflow-scrolling: touch;
  }
}
