/* =========================================================
   FT — CART & CHECKOUT PAGE GUTTERS (No-Container Template)
   ---------------------------------------------------------
   Both pages use Blank – No Container | Header, Footer
   (2026-07-27). One shared geometry rule: capped at 1170px
   (matches the checkout block's alignwide width and Pro's
   site max), centered on desktop, 1rem side gutters via
   padding on mobile, 2rem vertical rhythm.
   The Return to Cart link is the native Checkout block
   element and renders INSIDE .wp-block-woocommerce-checkout,
   so it inherits this geometry — no separate selector needed.
   Note: checkout block carries a stale alignwide class —
   harmless; these rules govern. Do NOT strip its width.
   Replaces: snippet 4283885 (Remove Container) — dead code
   under the no-container template; deactivate it.
   ========================================================= */

body.woocommerce-cart .wp-block-woocommerce-cart,
body.woocommerce-checkout .wp-block-woocommerce-checkout {
  box-sizing: border-box;
  max-width: 1170px;
  margin: 2rem auto !important;
  padding-left: 1rem;
  padding-right: 1rem;
}
