.search-results-page .finder {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 28px;
}

.search-results-page #finder-search {
  margin-bottom: 16px;
  width: 100%;
}

.search-results-page #search-form {
  width: 100%;
  max-width: none;
}

.search-results-page .finder h1 {
  font-size: 30px;
  margin-bottom: 16px;
}

.search-results-page .finder-results-heading {
  font-size: 22px;
  margin: 6px 0 14px;
}

.search-results-page #finder-search .form-control {
  min-height: 52px;
  border-radius: 10px;
  font-size: 16px;
  padding: 0 14px;
}

.search-results-page #finder-search button[type="submit"],
.search-results-page #finder-search .btn {
  min-height: 52px;
  border-radius: 10px;
  padding: 0 18px;
  margin-left: 10px;
  flex: 0 0 auto;
}

.search-results-page #finder-search .input-group {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.search-results-page #finder-search .input-group > .form-control {
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
}

.search-results-page #finder-search .js-finder-search-query.form-control {
  width: 100% !important;
  max-width: none !important;
}

.search-results-page #search-result-list li {
  border: 1px solid #eef1f4;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 14px 16px;
  background: #fafbfc;
}

.search-results-page #search-result-list li .result-title {
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 1.35;
}

.search-results-page #search-result-list li .result-text {
  color: #4f5b66;
}

.search-results-page #search-result-list li .result-url {
  margin-top: 8px;
  font-size: 13px;
}

.search-results-page #search-result-list li .result-url-link {
  display: inline-block;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.4;
}

.search-results-page .search-pagination {
  margin-top: 16px;
  padding-bottom: 8px;
}

.clean-category-list .article-list .item,
.clean-category-list .items-leading .item {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 14px;
}

.clean-category-list .entry-header h2,
.clean-category-list .entry-header h3 {
  margin: 0 0 10px;
  line-height: 1.35;
}

.clean-category-list .entry-header + p,
.clean-category-list .item p {
  color: #4f5b66;
}

.clean-category-list .readmore {
  margin-top: 10px;
}

/* Clean look for technical category-list pages (e.g. /team/all-kollektivy/). */
.view-category .com-content-category__pagination,
.view-category #filter-search,
.view-category #limit {
  display: none !important;
}

.view-category .com-content-category__table {
  border: 0 !important;
  width: 100%;
}

.view-category .com-content-category__table thead {
  display: none;
}

.view-category .com-content-category__table tbody tr {
  display: table-row;
  border-bottom: 1px solid #eef1f4;
}

.view-category .com-content-category__table tbody td {
  display: table-cell;
  border: 0 !important;
  padding: 10px 4px !important;
  vertical-align: top;
}

.view-category .com-content-category__table tbody td.list-author,
.view-category .com-content-category__table tbody td.list-hits {
  display: none;
}

.view-category .com-content-category__table tbody td.list-title a {
  display: inline-block;
  font-weight: 500;
  line-height: 1.45;
  text-decoration: none;
}

.view-category .com-content-category__table tbody td.list-title a:hover {
  text-decoration: underline;
}

.view-category .category-page-title {
  margin: 0 0 16px;
  font-size: 30px;
  line-height: 1.25;
}
