/* Shared mobile viewport shell for application and approval layouts. */
body {
  padding-bottom: env(safe-area-inset-bottom);
}

.page-container {
  min-height: 100svh;
  min-height: 100dvh;
  min-height: -webkit-fill-available;
}
