.list__header + .list--vote {
  padding-top: 0;
}

.list__title {
  display: flex;
  justify-content: space-between;
}

.list__item--vote {
  grid-template-columns: 1fr;
}

.list__foot {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.list__foot > * {
  margin-top: 12px;
}

.list__download {
  display: flex;
  align-items: center;
  margin-right: 6px;
}

.list__badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}

.list__badges .badge {
  margin: 2px 4px;
}

.list__item--vote .admin-area {
  margin-left: inherit;
}

.list__results {
  font-size: calc(1rem * 7 / 9);
}

.list__results-icon {
  margin-right: 4px;
}
