/* Regent branding for the Keycloak v2 admin console (PatternFly v5).
   Light touch: masthead, primary actions, and brand logo only — layout and
   the rest of the PatternFly palette stay stock so upgrades stay safe. */

:root,
.pf-v5-theme-dark {
  --pf-v5-global--primary-color--100: #ad1c44;
  --pf-v5-global--primary-color--200: #9c193d;
  --pf-v5-global--active-color--100: #ad1c44;
}

.pf-v5-c-masthead {
  --pf-v5-c-masthead--BackgroundColor: #0d3e62;
}

.pf-v5-c-button.pf-m-primary {
  --pf-v5-c-button--m-primary--BackgroundColor: #ad1c44;
  --pf-v5-c-button--m-primary--hover--BackgroundColor: #bd4969;
  --pf-v5-c-button--m-primary--focus--BackgroundColor: #bd4969;
  --pf-v5-c-button--m-primary--active--BackgroundColor: #9c193d;
}

.pf-v5-c-button.pf-m-link {
  --pf-v5-c-button--m-link--Color: #ad1c44;
  --pf-v5-c-button--m-link--hover--Color: #9c193d;
}

.keycloak__pageheader_brand {
  max-height: 40px;
}
