
/* v1.8.5 — neutral startup state.
   Before Angular resolves the real identity, no themed/main placeholder
   is allowed to be visible in the logo area. */
html:not([data-gfa-real-logo-ready="1"]) .gfa-v185-logo-zone,
html:not([data-gfa-real-logo-ready="1"]) img[src*="main-logo" i],
html:not([data-gfa-real-logo-ready="1"]) img[src*="main_logo" i],
html:not([data-gfa-real-logo-ready="1"]) img[src*="logo-main" i]{
  visibility:hidden!important;
  opacity:0!important;
}
