@media (max-width: 768px) {
  .route-shell > .page-panel,
  .route-shell > .detail-shell {
    padding-bottom: 24px !important;
  }

  .route-shell > .page-panel-menu > .menu-list {
    padding-bottom: 0 !important;
  }

  .powered-by-public {
    padding: 12px 16px calc(var(--nav-h) + 8px + env(safe-area-inset-bottom, 0px)) !important;
  }
}
