.above {
  display: flex;
  width: 100%;
  min-width: 0;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 8px 24px 12px;
}

.logoWrapper {
  margin-right: auto;
  color: var(--on-text-secondary);
}

.logo {
  margin-right: 8px;
  color: var(--on-icon-secondary);
  top: -2px;
}

.left {
  margin-right: auto;
  display: flex;
  gap: 12px;
  align-items: center;
}

.right {
  margin-left: auto;
  flex: none;
  display: flex;
  gap: 4px;
  align-items: center;
  min-width: 0;
}
