
/* disable the logo link to the main url */
.pf-v5-c-masthead__brand {
  pointer-events: none;
  cursor: default;
}
