.brand:not(.brand--custom) > :not(.brand__platform-logo) {
  display: none !important;
}

.brand__platform-logo {
  display: block;
  width: auto;
  max-width: min(210px, 100%);
  height: 34px;
  object-fit: contain;
}

.brand--compact .brand__platform-logo {
  max-width: 158px;
  height: 28px;
}

.public-shell__brand .brand__platform-logo {
  max-width: min(290px, 78vw);
  height: 50px;
}

@media (max-width: 560px) {
  .public-shell__brand .brand__platform-logo {
    max-width: min(244px, 78vw);
    height: 43px;
  }
}
