You can override all css for that element by using its ID (css id overrides css class).
A possibility would be:
#id{all:unset}
However, this has limited browser support and your specified element should have an ID.
See also: https://stackoverflow.com/a/36892781/9204431