How to override the Product Accessories module CSS in my theme?

How to override the Product Accessories module CSS in my theme?

Module style file is located at
app/code/Magediary/AccessoryUpsell/view/frontend/web/css/source/_module.less


If you want to change the style, then override the _module.less file here:
app/design/frontend/[Namespace]/[theme]/Magediary_AccessoryUpsell/web/css/source/_module.less

OR


Don't forget to run the following commands after making changes
  1. rm -rf pub/static/* var/view_preprocessed/*
  2. php bin/magento setup:static-content:deploy