/* Replace default Keycloak console brand with EDGAR identity branding. */
.pf-v5-c-masthead__brand img[src*="keycloak"],
.pf-v5-c-page__header-brand-link img[src*="keycloak"],
.pf-v6-c-masthead__brand img[src*="keycloak"],
.pf-v6-c-page__header-brand-link img[src*="keycloak"],
.pf-v5-c-masthead__brand svg,
.pf-v5-c-page__header-brand-link svg,
.pf-v6-c-masthead__brand svg,
.pf-v6-c-page__header-brand-link svg,
.kc-logo-text,
.kcLogoText {
  display: none !important;
}

.pf-v5-c-masthead__brand,
.pf-v5-c-page__header-brand-link,
.pf-v6-c-masthead__brand,
.pf-v6-c-page__header-brand-link {
  display: inline-flex !important;
  align-items: center;
  gap: 0.6rem;
}

.pf-v5-c-masthead__brand::before,
.pf-v5-c-page__header-brand-link::before,
.pf-v6-c-masthead__brand::before,
.pf-v6-c-page__header-brand-link::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url("../img/doe-logo.png") center center / contain no-repeat;
}

.pf-v5-c-masthead__brand::after,
.pf-v5-c-page__header-brand-link::after,
.pf-v6-c-masthead__brand::after,
.pf-v6-c-page__header-brand-link::after {
  content: "EDGAR Identity";
  color: #1f2937;
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
}
