.searchwp-form {
  margin-bottom: 1rem;
}

.swp-total-results-notice {
  margin-bottom: 1rem;
}

.swp-flex .swp-result-item.type-presentation {
  border: none;
  margin: 0;
  padding: .5rem 0;
}

.swp-result-item--desc {
  display: none;
}

.swp-flex .swp-result-item > div {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 1rem;
  background-color: #e6ebf7;
}

.swp-result-item h2.entry-title {
  margin: 0;
  font-size: 120%;
}

.swp-result-item h2.entry-title a:focus,
.swp-result-item h2.entry-title a:hover {
  font-size: inherit;
}

.swp-result-item p {
  margin-bottom: .5rem;
}

.swp-result-item ul.links {
  margin-bottom: 0;
}

.swp-result-item button.more {
  padding: 0;
  background: transparent;
  color: black;
  font-weight: normal;
}

.swp-result-item button.more span {
  font-weight: bold;
  text-decoration: underline;
}

.swp-result-item .hide {
  display: none;
}

.navigation.pagination {
  margin-bottom: 1rem;
}

.navigation.pagination .swp-results-pagination .page-numbers.current, .navigation.pagination .swp-results-pagination .page-numbers.dots {
  background: #06c;
}