/**
 * Full-screen canvas — strips theme chrome so the plugin's app-style layout
 * fills the viewport. Loaded on cart, checkout, my-account and the order
 * pages (see tsc_enqueue_assets). Pairs with templates/tsc-canvas.php.
 */

body.tsc-canvas {
    margin: 0;
}

/* Note: no `padding: 0` here on purpose — the mobile bottom nav adds
   body padding-bottom (see bottom-nav.css) and needs that to win. */

.tsc-canvas__shell {
    min-height: 100vh;
}
