/* ==========================================================================
   TX Gaming — account.css
   Placeholder: styles will be added in the next build step.
   Depends on: base.css, components.css
   ========================================================================== */

/* My Account edge-to-edge (overrides page.php's inline max-width:860px) */
body.woocommerce-account .site-main > .container {
    max-width: none !important;
    padding-inline: clamp(16px, 4vw, 40px) !important;
}
