/* Logo website (theme.logoUrl) — dipakai semua template */
.site-brand-logo {
  display: block;
  max-height: 2.75rem;
  width: auto;
  max-width: min(220px, 55vw);
  object-fit: contain;
  object-position: left center;
}

a.brand .site-brand-logo,
a.vis-brand .site-brand-logo,
.topnav .site-brand-logo {
  max-height: 2.5rem;
}

.tpl-visual .vis-brand .site-brand-logo {
  max-height: 2.85rem;
}

.tpl-visual.is-compact .vis-brand .site-brand-logo {
  max-height: 2.15rem;
}

.tpl-univ .brand .site-brand-logo {
  max-height: 3rem;
}

.tpl-mp .brand .site-brand-logo {
  max-height: 2.35rem;
}
