/* Match the authenticated app mark to the 28px mark used by the landing header. */
#root .platform-header .platform-brand-link {
  min-width: 44px;
  min-height: 44px;
  justify-content: flex-start;
}

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