/* CSR Landmark — unified header logo (load LAST on every page) */
header a.logo_normal img,
header a.logo_sticky img,
a.logo_normal img,
a.logo_sticky img,
.logo_panel img,
.menu_v4 .logo_panel img,
.footer-logo img,
.nav-logo img,
a.nav-logo img {
  width: 100px !important;
  height: 100px !important;
  max-width: 100px !important;
  max-height: 100px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  object-fit: contain !important;
  object-position: center center !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 0 !important;
}
