/* Restore the keypad artwork to the full screen from the top edge. */
.vault-root:has(.vault-keypad-stage) {
  height: 100dvh;
  min-height: 100dvh;
  padding: 0;
}

.vault-keypad-stage {
  min-height: 100dvh;
}

.is-staging .vault-keypad-stage {
  min-height: calc(100dvh - 36px);
}

.is-staging .vault-root:has(.vault-keypad-stage) {
  height: calc(100dvh - 36px);
  min-height: calc(100dvh - 36px);
}
