@charset "utf-8";

.search-results .layout-content_main {
  display: grid;
}

.search-results .layout-content_main .area,
.search-results .layout-content_main .pagination {
  order: 2;
}

.search-results .layout-content_main .found_posts {
  order: 1;
  margin-bottom: calc(3.2em * 1.5);
}

.navigation.pagination .nav-links > .page-numbers.dots {
  min-width: inherit;
  margin: 0 .5em;
  background: inherit;
  color: inherit;
  font-weight: 700;
}