/* Fix to remove the Checkout Block additional fields from the My Account Order View and Checkout Thank You pages*/
body.woocommerce-account .woocommerce-MyAccount-content .wc-block-components-additional-fields-list,
body.woocommerce-order-received .woocommerce-order .wc-block-components-additional-fields-list {
	display: none;
}