.site-shell-brand,
.logo {
  display: flex;
  align-items: center;
}

.site-shell-brand {
  gap: 10px;
}

.site-shell-brand-logo,
img.logo-icon {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  border-radius: 7px;
  background: transparent !important;
  color: transparent !important;
  box-shadow: 0 0 0 1px rgba(88, 166, 255, 0.18), 0 0 18px rgba(88, 166, 255, 0.12);
  flex-shrink: 0;
}

.site-shell-brand-text {
  color: #e6edf3;
  font-size: 15px;
  font-weight: 600;
}

.sidebar img.logo-icon,
aside img.logo-icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
}
