.hl-header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.hl-title {
  font-size: 1.9rem;
  font-weight: 600;
}

.hl-logo {
  width: 135px;
  height: auto;
  opacity: 0.96;
  margin-left: 12px;
}
