/* ==========================================================================
   UniBazzar storefront — page glue
   ==========================================================================
   The previous version of this file redefined the html font-size (14px),
   the global `.container` (max-width:90% + 2rem padding) and a competing
   #258cfb focus ring on top of the design system. Each has moved into its
   proper layer — see docs/frontend-visual-review.md §G2/§G3/§G7.
   Keep this file for true page-scoped glue only.
   ========================================================================== */

/* Keep the footer from riding up on short pages */
.site-main {
  min-height: 60vh;
}
