.llm-brand-header {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: inherit;
  margin: 0 auto 0.6rem;
  width: auto;
}

.llm-brand-header__logo {
  display: block;
  width: auto;
  height: clamp(40px, 8.75vw, 62px);
  max-width: min(240px, 72vw);
  object-fit: contain;
}

.llm-brand-header--compact .llm-brand-header__logo {
  height: clamp(38px, 7.5vw, 55px);
  max-width: min(200px, 60vw);
}

.llm-brand-header-mount {
  margin: 0 auto 0.35rem;
}

.llm-brand-header__fallback {
  font-size: 1rem;
  font-weight: 750;
  color: #0f3a73;
  letter-spacing: 0.01em;
}

