
/* ============ Branding: logo in sidebar brand slot ============ */
.sidebar__brand img {
  max-height: 32px;
  max-width: 160px;
  object-fit: contain;
  display: block;
}
.sidebar__brand span {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  white-space: nowrap;
}

/* login page branding */
.login-brand {
  text-align: center;
  margin-bottom: 24px;
}
.login-brand img {
  max-height: 48px;
  max-width: 220px;
  object-fit: contain;
  margin-bottom: 8px;
}
.login-brand span {
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 18px;
  color: var(--text-primary);
}
