/* ─── Rezolve AI — Keycloak Admin Console Branding ─── */

/* Hide the default Keycloak brand image */
img.pf-v5-c-brand {
  display: none !important;
}

/* Inject Rezolve logo in place of the Keycloak logo */
.pf-v5-c-masthead__brand a {
  background: url('../img/rezolve-logo.png') no-repeat center left / contain;
  display: block;
  width: 150px;
  height: 40px;
}
