section.views-exposed-form .form-item-sort-by,
section.views-exposed-form .form-item-sort-order {
  display: none;
}

.view-search .view-header {
  background: #f1f1f1;
  padding: 25px;
  margin-bottom: 25px;
}

@media (min-width: 600px) {
  .view-search .view-header {
    display: flex;
    justify-content: space-between;
  }
}

.view-search .view-header .form-group {
  margin: 0;
}

.view-search .view-header .sort-links h3 {
  font-size: 16px;
  margin: 0;
  display: inline-block;
  font-weight: 400;
}

.view-search .view-header .sort-links ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.view-search .view-header .sort-links ul li {
  list-style: none;
  display: inline-block;
  padding-left: 5px;
}

.view-search .view-header .sort-links ul li a.active {
  font-weight: bold;
}

.statistics-counter {
  display: none;
}