.crm-topbar {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-height: 50px;
  padding: 8px 14px;
  background: #fff;
  border-bottom: 1px solid #dde3ec;
  color: #1c2430;
  font: 400 16px/normal "IBM Plex Sans", sans-serif;
}

.crm-topbar .brand {
  display: flex;
  align-items: center;
  height: 30px;
  font-weight: 700;
  white-space: nowrap;
}
