/* Sidebar logo branding overrides.
   Unfold renders the logo at h-8 (32px) inside a fixed-height (65px)
   header band. Enlarge the image and let the header grow so it isn't
   cramped or clipped. The img is matched by its static filename. */
#nav-sidebar-inner > div:first-child,
#nav-sidebar-inner > div:first-child > div:first-child {
    height: auto !important;
    min-height: 84px;
}

#nav-sidebar-inner img[src*="/img/logo-"] {
    height: 5rem !important;   /* 56px, up from 32px */
    max-height: 5rem !important;
    width: auto !important;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
}
