/* One SVG owns the brand colors and shape across browser and page chrome. */
.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.brand-mark {
  display: block;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

@media (min-width: 641px) {
  .nav-brand .brand-mark {
    width: 32px;
    height: 32px;
  }
}

.error-icon {
  animation: none;
}

.error-icon .brand-mark {
  width: 80px;
  height: 80px;
}
