/* Unchanged brand rules from Nexripe theme customization. */
.tc-lab-bar__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  letter-spacing: -0.025em;
  text-decoration: none;
  color: inherit;
}
.tc-lab-bar__brand-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  border-radius: 22.37%;
  overflow: hidden;
  background: #111;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
}
.tc-lab-bar__brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tc-lab-bar__brand-text {
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  color: #0f172a;
}
.tc-lab-bar__brand-exripe {
  font-weight: 600;
  color: #94a3b8;
  margin-right: 0.125rem;
}
