/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */
/**
 * @file
 * Search results specific styles.
 */
.block-facets .block__title {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  border-bottom: 1px solid var(--grey-color);
  margin-bottom: 20px;
  color: var(--text-color);
  padding-bottom: 4px;
}

[dir="ltr"] .block-facets .block__title {
  text-align: left;
}

[dir="rtl"] .block-facets .block__title {
  text-align: right;
}

.block-facets ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.block-facets ul li + li {
  margin-top: 0;
}

.block-facets + .block-facets {
  margin-top: 32px;
}

.block-facets .item-list__checkbox .facet-item {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

.block-facets .item-list__checkbox .facet-item + .facet-item {
  margin-top: 8px;
}

.block-facets .item-list__date_range {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}

.block-facets .item-list__date_range li {
  flex: 100%;
}

@media (min-width: 30.25rem) {
  .block-facets .item-list__date_range li {
    flex: 1;
  }
}

.block-facets .item-list__date_range li input {
  width: 100%;
}

.search-page {
  padding-bottom: 64px;
}

@media only screen and (min-width: 768px) {
  [dir="ltr"] .search-page .sidebar_left {
    padding-right: 20px;
  }

  [dir="rtl"] .search-page .sidebar_left {
    padding-left: 20px;
  }
}

.search-page .bef-exposed-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media (max-width: 48rem) {
  .search-page .bef-exposed-form {
    border-top: 1px solid var(--grey-color);
    padding-top: 20px;
    margin-top: 32px;
  }
}

.search-page .form-item-search {
  width: 100%;
}

.search-page .form-item-sort-by,
.search-page .form-item-items-per-page {
  flex: 100%;
}

@media (min-width: 30.25rem) {
  .search-page .form-item-sort-by,
  .search-page .form-item-items-per-page {
    flex: 1;
  }
}

.search-page .form-actions {
  flex: 100%;
}

.search-page input[type=text] {
  border-width: 0 0 1px 0;
  color: var(--text-color);
  border-radius: 0;
  background-color: transparent !important;
  font-size: 16px;
  background-image: url(../../media/images/search.svg);
  background-size: 20px;
  background-repeat: no-repeat;
}

[dir="ltr"] .search-page input[type=text] {
  padding: 8px 46px 8px 16px;
  background-position: 98.5% center;
}

[dir="rtl"] .search-page input[type=text] {
  padding: 8px 16px 8px 46px;
  background-position: 1.5% center;
}

.search-page input[type=text]::placeholder {
  color: var(--text-color);
  opacity: 1;
}

.search-page input[type=text]:focus, .search-page input[type=text]:hover {
  padding: 8px 16px;
  border-width: 0 0 1px 0 !important;
  border-color: var(--primary-color) !important;
  transition: all 0.5s ease-in-out;
}

.search-page input[type=text]:focus::placeholder, .search-page input[type=text]:hover::placeholder {
  color: var(--text-color);
  opacity: 1;
}

@media (max-width: 48rem) {
  .search-page input[type=text] {
    border-width: 1px;
    border-radius: 10px;
  }

  .search-page input[type=text]:focus, .search-page input[type=text]:hover {
    border-width: 1px !important;
  }
}

.search-page select {
  border-radius: 10px;
  color: var(--text-color);
  font-size: 16px;
  line-height: 20px;
  background-color: #fff;
}

.search-page input.button {
  order: 2;
}

.search-page input[name=reset] {
  background: var(--primary-color-10);
  color: var(--primary-color);
  order: 1;
}

.search-page input[name=reset]:hover {
  background: var(--primary-color);
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.search-page .view-content {
  margin-top: 20px;
}

.search-page .view-content .views-row + .views-row {
  border-top: 1px solid var(--grey-color);
  margin-top: 20px;
  padding-top: 20px;
}

.search-page .views-field-type {
  font-family: var(--font-bold);
  font-weight: 700;
  font-size: 12px;
  color: var(--text-color);
  line-height: 15px;
  margin-bottom: 4px;
}

.search-page .views-field-title {
  margin-bottom: 4px;
}

.search-page .views-field-title a {
  font-family: var(--font-bold);
  font-weight: 700;
  font-size: 16px;
  color: var(--primary-color);
  line-height: 20px;
  margin-bottom: 20px;
}

.search-page .views-field-search-api-excerpt {
  font-family: var(--font-regular);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: justify;
}

.search-page .views-field-search-api-excerpt strong {
  font-family: var(--font-bold);
  font-weight: 700;
  text-decoration: underline;
}

.search-page .pager {
  width: fit-content;
  list-style: none;
  margin: 32px auto 0 auto;
  padding: 0;
}

.search-index .result-type {
  font-family: var(--font-bold);
  font-weight: 700;
  font-size: 12px;
  color: var(--text-color);
  line-height: 15px;
  margin-bottom: 4px;
}

.search-index .node__title {
  display: block;
  margin-bottom: 4px;
  font-family: var(--font-bold);
  font-weight: 700;
  font-size: 16px;
  color: var(--primary-color);
  line-height: 20px;
  margin-bottom: 20px;
  text-decoration: unset;
  transition: all 0.5s ease-in-out;
}

.search-index .node__title:hover {
  text-decoration: underline;
  transition: all 0.5s ease-in-out;
}

.search-index .field--search-api-excerpt {
  font-family: var(--font-regular);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: justify;
}

.search-index .field--search-api-excerpt strong {
  font-family: var(--font-bold);
  font-weight: 700;
  text-decoration: underline;
}

.view-empty {
  font-family: var(--font-regular);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-color);
  margin: 20px 0;
}

[dir="ltr"] .view-empty {
  text-align: left;
}

[dir="rtl"] .view-empty {
  text-align: right;
}

.block-active-facet-pills {
  margin: 0 !important;
  width: 100%;
}

.block-active-facet-pills .facet-pills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 20px 0;
}

.block-active-facet-pills .facet-pills__pill {
  display: block;
  margin: 0;
}

.block-active-facet-pills .facet-pills__pill__link {
  display: block;
  background-color: var(--primary-color);
  color: #fff;
  font-family: var(--font-regular);
  line-height: normal;
  font-size: 12px;
  font-weight: 400;
  border-radius: 6px;
  margin: 0;
  transition: background-color 0.5s ease-out;
}

[dir="ltr"] .block-active-facet-pills .facet-pills__pill__link {
  padding: 4px 20px 4px 8px;
}

[dir="rtl"] .block-active-facet-pills .facet-pills__pill__link {
  padding: 4px 8px 4px 20px;
}

.block-active-facet-pills .facet-pills__pill__link:visited, .block-active-facet-pills .facet-pills__pill__link:focus {
  background-color: var(--primary-color);
  color: #fff;
  font-family: var(--font-regular);
  font-weight: 400;
}

.block-active-facet-pills .facet-pills__pill__link:hover {
  background-color: var(--pr-btn-bg-hover);
  color: #fff;
  font-family: var(--font-regular);
  line-height: normal;
  font-size: 12px;
  font-weight: 400;
  border-radius: 6px;
  margin: 0;
  transition: background-color 0.5s ease-out;
}

[dir="ltr"] .block-active-facet-pills .facet-pills__pill__link:hover {
  padding: 4px 20px 4px 8px;
}

[dir="rtl"] .block-active-facet-pills .facet-pills__pill__link:hover {
  padding: 4px 8px 4px 20px;
}

.block-active-facet-pills .facet-pills__pill__link::after {
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.result-found-wrap {
  font-family: var(--font-regular);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

[dir="ltr"] .result-found-wrap {
  text-align: left;
}

[dir="rtl"] .result-found-wrap {
  text-align: right;
}

.result-found-wrap b {
  font-family: var(--font-bold);
  font-weight: 700;
}

/*# sourceMappingURL=search-results.css.map*/