.button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 10px 40px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .3s ease;
  background-color: var(--primary);
  border: none;
  color: #fff;
  width: 200px;
  display: inline-block;
}
.site-page-pagination {
display:none;
}
.pagination .row-count  {
font-size: 1rem;
}
.button.permalink {
display: none;
}

.faceted-browse-page #categories-return {
display: none;
}

.main-header__advanced-search{
display: none;
}

#advanced-search {
  display: none;
}

.linked-resources-wrapper {
display: none
}