.nb-brand {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  text-decoration: none;
  gap: 14px;
}

.nb-brand__mark {
  display: block;
  flex-shrink: 0;
  width: auto;
}

.nb-brand__word {
  white-space: nowrap;
  letter-spacing: 0.005em;
  font-family: var(--nb-font-display);
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}

.nb-brand__neuro {
  color: var(--nb-teal-700);
}

.nb-brand__beers {
  color: var(--nb-amber-500);
}

.nb-brand--nav .nb-brand__mark {
  height: 46px;
}

.nb-brand--nav .nb-brand__word {
  font-size: 44px;
}

.nb-brand--footer .nb-brand__mark {
  height: 36px;
}

.nb-brand--footer .nb-brand__word {
  font-size: 34px;
}

.nb-brand--footer .nb-brand__neuro {
  color: #fff;
}
