/**
 * Artikel-Solr-Suchblock.
 * Abstände: --st-space-5/10/20 und --st-space-fluid (10px @ 380vw → 20px @ 2056vw).
 */
.saarland-article-search {
  width: 100%;
}

.saarland-article-search__form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: var(--st-space-fluid);
  margin: 0;
}

.saarland-article-search__form .form-item-q {
  flex: 1 1 100%;
  width: 100%;
  margin: 0;
  order: 1;
}

.saarland-article-search__help {
  flex: 0 0 100%;
  width: 100%;
  order: 2;
  margin: 0;
}

.saarland-article-search__help .saarland-article-search-help {
  margin-top: 0;
}

.saarland-article-search__form .form-actions {
  order: 3;
  margin: 0;
}

.saarland-article-search__input,
.saarland-article-search__form input[type="search"] {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  color: #172033 !important;
  -webkit-text-fill-color: #172033 !important;
  background-color: #fff !important;
  border-color: color-mix(in srgb, #172033 22%, #fff) !important;
  color-scheme: light;
}

.saarland-article-search__input::placeholder,
.saarland-article-search__form input[type="search"]::placeholder {
  color: color-mix(in srgb, #172033 55%, transparent) !important;
  -webkit-text-fill-color: color-mix(in srgb, #172033 55%, transparent) !important;
  opacity: 1;
}

.saarland-article-search__submit,
.saarland-article-search__form .form-actions .form-submit {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background-color: var(--st-accent, #b0004b) !important;
  border-color: var(--st-accent, #b0004b) !important;
}

.saarland-article-search__submit:hover,
.saarland-article-search__submit:focus-visible,
.saarland-article-search__form .form-actions .form-submit:hover,
.saarland-article-search__form .form-actions .form-submit:focus-visible {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background-color: var(--st-link-hover, #ff4f93) !important;
  border-color: var(--st-link-hover, #ff4f93) !important;
}

.st-search-page__form {
  width: 100%;
  margin: 0 0 var(--st-space-fluid);
}

.st-search-page__form .saarland-article-search {
  width: 100%;
}

.saarland-article-search__full-link {
  flex: 0 0 100%;
  font-size: 0.875rem;
}

.saarland-article-search__results {
  margin-top: var(--st-space-fluid);
}

.saarland-article-search__summary,
.saarland-article-search__empty,
.saarland-article-search__more {
  margin: 0 0 var(--st-space-10);
  font-size: 0.875rem;
  color: color-mix(in srgb, var(--st-text, currentColor) 72%, transparent);
}

.saarland-article-search__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--st-space-fluid);
}

.saarland-article-search__title {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.3;
}

.saarland-article-search__title a {
  color: inherit;
  text-decoration: none;
}

.saarland-article-search__title a:hover,
.saarland-article-search__title a:focus-visible {
  color: var(--st-link-hover, var(--st-accent, currentColor));
  text-decoration: underline;
}

.saarland-article-search__subtitle {
  margin: var(--st-space-5) 0 0;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.35;
  color: color-mix(in srgb, var(--st-text, currentColor) 88%, transparent);
}

.saarland-article-search__teaser {
  margin: var(--st-space-5) 0 0;
  font-size: 0.875rem;
  line-height: 1.45;
  color: color-mix(in srgb, var(--st-text, currentColor) 78%, transparent);
}

.saarland-article-search__meta {
  margin: var(--st-space-5) 0 0;
  font-size: 0.8125rem;
  color: color-mix(in srgb, var(--st-text, currentColor) 65%, transparent);
}

.saarland-article-search__more a {
  color: var(--st-link, inherit);
  text-decoration: none;
}

.saarland-article-search__more a:hover,
.saarland-article-search__more a:focus-visible {
  text-decoration: underline;
}

.saarland-article-search__pagination {
  margin-top: var(--st-space-fluid);
}

.saarland-article-search__pagination .pager__items {
  justify-content: center;
}
