.candidate-results .address span.dashicons {
  margin-top: 6px;
  margin-right: 0.25em;
}

.candidate-results .announcement {
  padding: 1em;
  background-color: #f6f6f6;
  margin-bottom: 1em;
}

.candidate {
  display: flex;
  margin-bottom: 0.5em;
}

.candidate .candidate-photo img {
  width: 100px;
  height: 150px;
  object-fit: cover;
}

.candidate .candidate-information {
  padding: 0 1em;
}

.candidate .candidate-information span,
.candidate .candidate-information a {
  display: block;
}

.candidate .candidate-information .candidate-name {
  font-size: 1.25em;
  font-weight: bold;
}

section.region {
  margin-bottom: 1em;
}
