I have a p-splitter in my web app. Its a horizontal p-splitter from primefaces primeng libraries. One panel on left side and other panel on right side. I want to apply style to only right side panel. Currently the p-splitter have attribute [panelStyle] which applies the style to all the panels. But I want this to get applied to only specific panel. Not much documentation available from primefaces for this. How can I solve the issue?