/*
 * Match the authenticated app mark optically to the landing header.
 * The app PNG has wider transparent margins, so a 36px box produces the
 * same visible 28px-wide mark as the compact landing asset.
 */
#root .platform-header .platform-brand-link {
  min-width: 44px;
  min-height: 44px;
  justify-content: flex-start;
}

#root .platform-header .platform-brand-logo {
  width: 36px !important;
  height: 36px !important;
  flex: 0 0 36px;
  object-fit: contain;
}
