/* Wanted Listings Search Page */

.results-meta {
  background: var(--earthy-surface-1);
  border: 1px solid var(--earthy-border);
  border-radius: var(--earthy-radius-md);
  padding: 0.75rem 1rem;
}

#load-more-wrapper .btn {
  border-radius: var(--earthy-radius-pill);
}

