.coach-logo {
  max-height: calc(var(--topbar-height) - var(--space-2) * 2);
  width: auto;
  object-fit: contain;
  transition: max-height var(--duration-normal) var(--ease-out);
}
.app-shell.is-collapsed .app-shell__topbar .coach-logo {
  max-height: calc(var(--topbar-height-collapsed) - var(--space-2) * 2);
}

.coach-logo-fallback {
  font-family: var(--font-display);
  font-weight: var(--weight-semibold);
  font-size: var(--text-lg);
  color: var(--text-primary);
  white-space: nowrap;
}
