Sure. But it was nothing special. I added the following to my functions.php:
// CF7 style
if (is_plugin_active(‘contact-form-7/wp-contact-form-7.php’)) {
wp_enqueue_style( ‘custom_theme-cf7’, plugins_url() . ‘/contact-form-7/includes/css/styles.css’ );
}
And after that it works fine. Before that I had my own cf7 styling in the style.css