/* Specific rule to override the checkout block width */
article > .entry-content > .wp-block-woocommerce-checkout:not(.alignfull):not(.alignleft):not(.alignright) {
    width: var(--theme-default-editor, var(--theme-block-max-width));
}