
/* My Kitchen was set FLUSH for the previous banner, whose artwork carried a wide
   band of empty space at the top. THIS art starts at 3.2% of its height — the
   wordmark landed 37px down while the fixed nav ends at 68px, so the logo and the
   Add / Capture / Ask HU row sat underneath it.
   The page takes its normal nav clearance back. Mobile keeps 0: there is no fixed
   top nav below 769px. */
@media (min-width:769px){
  html body #page-dashboard.page.active{ padding-top:var(--nav-h,68px) !important; }
  html body #page-dashboard.active #huKitchenReact .max-w-7xl{ padding-top:0 !important; }
}
