I am currently exploring methods to incorporate a custom.css file after the loading of a third-party plugin. I am familiar with registering and enqueueing CSS files in functions.php. Is it possible to establish a dependency for the stylesheets of the third-party plugin? For instance, I am interested in loading a custom.css file following the loading of the WooCommerce plugin. I aim to achieve this without directly modifying the plugin. Is there a way to accomplish this through functions.php?