/**
 * SOLO official brand component — layout only (no app chrome changes)
 */
.solo-brand-root {
  display: block;
  line-height: 0;
}

.solo-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}

.solo-brand--full.solo-brand--sidebar {
  align-items: center;
  width: 100%;
}

.solo-brand__symbol {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.solo-brand__full-img,
.solo-brand__lockup {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.solo-brand--sidebar .solo-brand__full-img {
  max-height: 38px;
}

.solo-brand__tagline {
  margin: 6px 0 0;
  padding: 0 4px;
  font-family: 'Rubik', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  max-width: 100%;
}

.solo-brand__tagline-part {
  color: #0a192f;
}

.solo-brand__tagline-part--dark {
  color: #eef3ff;
}

.solo-brand__tagline-part--accent {
  color: #00b8e6;
}

.solo-brand--login {
  margin-bottom: 8px;
}

.solo-brand--login .solo-brand__full-img {
  max-height: 44px;
}

.solo-brand--login .solo-brand__tagline {
  font-size: 12px;
  margin-top: 10px;
}

.solo-mobile-home__brand .solo-brand__symbol,
.solo-mobile-jobs__brand .solo-brand__symbol,
.solo-mobile-journal__brand .solo-brand__symbol {
  max-height: 26px;
  width: auto;
}

/* Collapsed sidebar — symbol only in brand block */
#soloSidebarBrandCollapsed {
  display: none;
}

.solo-sidebar.is-collapsed #soloSidebarBrandExpanded {
  display: none !important;
}

.solo-sidebar.is-collapsed #soloSidebarBrandCollapsed {
  display: block !important;
}

.solo-sidebar.is-collapsed .solo-brand__symbol {
  max-height: 34px;
  width: auto;
}
