/* Shared brand lockup: workspace, administration, design system and SSR catalogue. */
.sprut-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--visual-285441,#285441);
  vertical-align: middle;
  line-height: 1;
  text-decoration: none;
  letter-spacing: normal;
  flex-shrink: 0;
  font-family: Manrope, sans-serif;
}
.sprut-brand img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
  mix-blend-mode: multiply;
  flex: 0 0 auto;
}
.sprut-brand .sprut-brand-type {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: var(--visual-285441,#285441);
}
.sprut-brand .sprut-brand-type strong {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
}
.sprut-brand .sprut-brand-type > span {
  font-size: 9px;
  letter-spacing: 0.48em;
  font-weight: 600;
  color: var(--visual-285441,#285441);
  line-height: 1;
  padding-left: 2px;
}
.sprut-brand--stacked {
  flex-direction: column;
  gap: 14px;
  text-align: center;
}
.sprut-brand--stacked img {
  width: 160px;
  height: 160px;
}
.sprut-brand--stacked .sprut-brand-type strong {
  font-size: 44px;
  letter-spacing: 0.045em;
}
.sprut-brand--stacked .sprut-brand-type > span {
  font-size: 15px;
  letter-spacing: 0.65em;
  padding-left: 10px;
}
.sprut-brand--mark {
  gap: 0;
}
.sprut-brand--mark img {
  width: 32px;
  height: 32px;
}
