.results td:first-child {
  white-space: nowrap;
}

.results td:nth-child(3) {
  padding: 0.25rem 0 0.25rem 0.5rem;
}

.results td:nth-child(5) {
  padding: 0.25rem 0.25rem 0.25rem 0;
}

.results td:where(:nth-child(3), :nth-child(5))::before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: var(--rounding);
}

.results :where([title="Independent"], [title="Other"])::before {
  background: #bbb;
}

.results [title="Conservative"]::before {
  background: #08d;
}

.results [title="Green"]::before {
  background: #6a2;
}

.results [title="Labour"]::before {
  background: #d03;
}

.results [title="Liberal Democrats"]::before {
  background: #ea2;
}
