/* Shared symbol + existing wordmark; preserve alpha and reserved dimensions. */
.nox-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  white-space: nowrap;
}
.nox-brand-lockup > img.nox-brand-icon {
  display: block;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  margin: 0;
  object-fit: contain;
  background: transparent;
  border: 0;
  border-radius: 0;
  filter: none;
}
@media (max-width: 600px) {
  .nox-brand-lockup > img.nox-brand-icon {
    width: 27px;
    height: 27px;
    flex-basis: 27px;
  }
}
