.nc-brand-lockup {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  min-width: max-content;
}

.nc-brand-lockup .nc-brand-mark {
  width: 2.25rem !important;
  height: 2.25rem !important;
  object-fit: contain !important;
  flex: 0 0 2.25rem;
  filter: drop-shadow(0 2px 8px rgba(229, 9, 20, 0.34));
}

.nc-brand-name {
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

@media (max-width: 720px) {
  .nc-brand-lockup { gap: 0.35rem !important; }
  .nc-brand-lockup .nc-brand-mark {
    width: 1.9rem !important;
    height: 1.9rem !important;
    flex-basis: 1.9rem;
  }
  .nc-brand-name { font-size: 0.875rem; }
}
