/* Hide tax sub-tabs in WooCommerce settings */
.woocommerce_page_wc-settings .subsubsub {
	display: none !important;
}