.journey-page-content {
  min-height: 0;
}

@media (min-width: 1024px) {
  .page-shell.page-shell-desktop {
    height: calc(100dvh - var(--diego-nav-height));
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .page-shell.page-shell-desktop .page-shell-content {
    flex: 1;
    min-height: 0;
    overflow: hidden;
  }

  .page-shell.journey-page {
    padding-bottom: 1rem;
  }

  .journey-page-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
  }

  .journey-content-grid {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    padding-inline-end: 0.35rem;
    padding-bottom: calc(var(--journey-footer-height) + env(safe-area-inset-bottom) + 0.5rem);
  }

}
