.vb-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
}

.vb-brand:hover,
.vb-brand:focus {
  text-decoration: none;
}

.vb-brand__logo {
  height: 2.25rem;
  width: auto;
  max-width: 3.75rem;
  border-radius: 0.45rem;
  object-fit: contain;
  flex-shrink: 0;
}

.vb-brand__name {
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
}

.navbar-dark .vb-brand,
.navbar-dark .vb-brand__name {
  color: #fff;
}

.vb-cabinet-top .vb-brand {
  font-weight: 700;
  color: #101828;
}

html[data-theme="dark"] .vb-cabinet-top .vb-brand,
html[data-theme="dark"] .vb-cabinet-top .vb-brand__name {
  color: #f3f4f6;
}
