/* Apply style based on the internal ID of the current user's role */ /* Apply style for the Administrator role */ html[data-role-id="3"] { } /* Apply style for the CEO role */ html[data-role-id="8"] { } /* Apply style for the Sales Manager role */ html[data-role-id="9"] { }