/* Shared VisualViewport contract for mobile form sheets. */
@media (max-width: 1023px) {
  [data-al-mobile-sheet-keyboard].al-mobile-sheet-keyboard-open {
    overflow: hidden !important;
  }

  [data-al-mobile-sheet-keyboard].al-mobile-sheet-keyboard-open :is(
    .al-sheet__panel,
    .al-modal__panel,
    .pladd-sheet__panel,
    [data-sheet-panel]
  ) {
    min-height: 0 !important;
    max-block-size: 100% !important;
  }

  [data-al-mobile-sheet-keyboard].al-mobile-sheet-keyboard-open :is(
    .al-sheet__body,
    .al-modal__body,
    .pladd-sheet__body,
    [data-sheet-body]
  ) {
    min-height: 0 !important;
    overflow-y: auto !important;
    scroll-padding-block: 16px !important;
  }

  [data-al-mobile-sheet-keyboard].al-mobile-sheet-keyboard-open .al-mobile-sheet-keyboard-footer-hidden {
    display: none !important;
  }
}
