i want to overright the style of primeng components as per component level not for whole app, either i have to change the style in main theme.css file or inline
theme.css
Try using
:host >>> .ui-dropdown-item {...}
You won't need any surrounded div or adding the styles to the main style.css.
style.css