/* Runtime-specific refinements for PatchRadar's full-route rerender model. */

/* Keep the navigation aligned with the same desktop content cap as the page shell. */
#app .site-header .top-nav {
  max-width: 1440px;
}

/* Search and filter interactions replace routed markup on each change.
   Do not replay entrance motion during those interactive rerenders. */
#app .page-shell > * {
  animation-name: none;
}
