Hello, I could not duplicate the same problem considering these configurations. May I ask how you have configured our modules in your app.module.ts ?
I have been testing this case for the version 8.3.x However, logging in had no impact to duplicate the problem.
Also, thank you for sharing this question, but it should not be directly connected to this matter. If you are facing the same problem as in the question, that is discussable.
Hello, you should be able to override this CSS property directly.
I apologize for the delay in responding. We have reviewed the issue independently of the provided steps and encountered a similar problem. I will be discussing this with my team and will provide an update shortly. Thank you for your patience and cooperation.
Thank you for your inquiry. We would like to inform you that modifications to this component will be available in the next release. We appreciate your continued cooperation.
Hello, you can utilize the component replacement documentation and the key should be eGdprConfigComponents.CookieConsent
Since then the mobile navigation bar has a separate replacement key, you will need to customize it by using the NavbarMobile key
    this.replaceComponent.add({
      component: MySettingsComponent,
      key: eThemeLeptonXComponents.NavbarMobile,
    });
                        This would be enough for this newly added feature. The documentation will be updated accordingly.
Can you try adding this
impersonation: {
    userImpersonation: true,
    tenantImpersonation: true,
},
for your oAuthConfig that is in environment.ts