/*
 * Plugin Name: Accent Disable Invoice Fields
 * Description: Disable invoice fields in WooCommerce on the account page.
 */

body.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content section.preference-section:nth-of-type(4) .button-wrapper {
    display: none;
}