@media (max-width: 767px) {
  html.cofp-keyboard-open .cofp-command-dock,
  body.cofp-keyboard-open .cofp-command-dock {
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(110%) !important;
    transition: transform 160ms ease, opacity 120ms ease !important;
  }

  html.cofp-keyboard-open .cofp-league-chat-dialog,
  body.cofp-keyboard-open .cofp-league-chat-dialog {
    bottom: var(--cofp-keyboard-inset, 0px) !important;
    max-height: calc(var(--cofp-visual-height, 100dvh) - 8px) !important;
    height: min(64dvh, calc(var(--cofp-visual-height, 100dvh) - 8px)) !important;
    transition: none !important;
  }

  html.cofp-keyboard-open .cofp-league-chat-dialog[aria-hidden="false"],
  body.cofp-keyboard-open .cofp-league-chat-dialog[aria-hidden="false"] {
    transform: none !important;
  }

  html.cofp-keyboard-open .cofp-league-chat-dialog + *,
  body.cofp-keyboard-open .cofp-league-chat-dialog + * {
    overscroll-behavior: contain;
  }
}
