/* BRAND GOVERNANCE: keep NORMAL logo, kill GIANT overlay */
.noor-global-logo{
  position: relative !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 20 !important;
  pointer-events: none !important;
  margin: 10px 0 14px !important;
}
.noor-global-logo img{
  max-width: 140px !important;
  width: 140px !important;
  height: auto !important;
  filter: none !important;
}

/* Block known "giant overlay marks" only */
.aether-global-logo-mark,
[class*="global-logo-mark"],
[class*="global_logo_mark"]{
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.header, .brand-block, .brand-logo, .brand-title, .brand-text-small{
  position: relative !important;
  z-index: 25 !important;
}
