/* Shared IMJI mark; adjacent wordmark provides the accessible brand name. */
.imji-brand-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-inline-end: 8px;
  vertical-align: middle;
  object-fit: contain;
  /* The transparent artwork has optical padding; keep its ink within 32px. */
  transform: scale(1.45);
  flex-shrink: 0;
}
.brand-wordmark.wordmark {
  font-style: normal;
  letter-spacing: -0.045em;
}
.imji-sidebar-brand {
  display: flex;
}
.sidebar .imji-sidebar-brand {
  align-items: flex-start;
  gap: 12px;
}
.imji-sidebar-brand > .imji-brand-icon {
  margin: 1px 0 0;
}
.imji-sidebar-copy {
  min-width: 0;
  overflow: hidden;
}
.sidebar .imji-sidebar-brand .brand-wordmark {
  color: #0d5140;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: -0.055em;
}
.sidebar .imji-sidebar-brand .brand-tagline {
  margin-top: 4px;
  color: var(--text-muted);
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
}
.sidebar .imji-sidebar-brand .sub {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.4;
}
.imji-platform-identity {
  display: flex;
  align-items: center;
  padding: 8px 4px 16px;
  font-size: 16px;
  font-weight: 700;
  color: #164d3c;
}
