.post-selection h4 {
  margin-bottom: 5px;
  font-weight: 300;
  text-transform: uppercase;
}

.post-selection h2 {
  margin: 0;
  font-size: 3rem;
}

.post-selection .search-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.post-selection .search-results li {
  padding: 20px;
  font-weight: bold;
  font-size: 1.5rem;
  background: white;
}

.post-selection .dashicons-arrow-down-alt2,
.post-selection .dashicons-arrow-up-alt2 {
  transform: rotate(-90deg);
}

.post-or {
  font-weight: bold; text-align: center; color: var(--primary); text-transform: uppercase;
}
