.backlog-header {
  margin-top: -25px;
  margin-bottom: 20px;

  .header {
    margin: 0;
    font: var(--default-font-h1);
    color: var(--wiki-font-h1-color);
  }
}

.entities-group-header {
  cursor: pointer;
  color: var(--default-color);
  transition: opacity 0.2s ease;

  &:hover {
    opacity: 0.6;
  }
}

.icon-toggle {
  cursor: pointer;
  height: 24px;
}

.entity-header {
  display: flex;
  align-items: center;
}

.entities-list-wrapper {
  margin-right: 50px;
  margin-bottom: 20px;
}
