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

/* Cart/checkout width: page.php drops its generic 860px cap on these pages so
   the WC block layout can go two-column (fields left, order summary right).
   1240px keeps form lines readable while the summary sits at the right edge. */
.woocommerce-cart     .container,
.woocommerce-checkout .container { max-width: 1240px; }

/* Checkout terms checkbox: ToS link in brand green, clearly clickable (2026-07) */
.wp-block-woocommerce-checkout-terms-block a,
.wc-block-checkout__terms a {
    color: var(--tx-green);
    text-decoration: underline;
}
.wp-block-woocommerce-checkout-terms-block a:hover,
.wc-block-checkout__terms a:hover { color: var(--tx-green-dark, #2acc0f); }

/* Checkout terms notice text: readable on the dark theme. */
.wp-block-woocommerce-checkout-terms-block,
.wc-block-checkout__terms { color: var(--tx-white); }
