.custom-search {
  max-width: 350px;
}
.custom-search__wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5rem;
}
.custom-search__loupe {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExIDE5QzE1LjQxODMgMTkgMTkgMTUuNDE4MyAxOSAxMUMxOSA2LjU4MTcyIDE1LjQxODMgMyAxMSAzQzYuNTgxNzIgMyAzIDYuNTgxNzIgMyAxMUMzIDE1LjQxODMgNi41ODE3MiAxOSAxMSAxOVoiIHN0cm9rZT0iI0M0QzRDNCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTIxIDIxTDE2LjY1IDE2LjY1IiBzdHJva2U9IiNDNEM0QzQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  background-size: 100%;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 1.3rem;
  transform: translate(-10px, -50%);
}
.custom-search__input {
  border: 2px solid #727272;
  padding: 0.5rem 3rem 0.5rem 2rem;
  border-radius: 1.8rem;
  outline: none;
  width: 100%;
}
.custom-search__reset {
  color: #727272;
  font-size: 0.8rem;
  text-decoration: underline;
  border: none;
  background: none;
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
}
.custom-search__result-wrapper {
  background-color: #f6f6f6;
  border-radius: 8px;
  padding: 0.5rem;
}
.custom-search .cs-result {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-search .cs-result__controls {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}
.custom-search .cs-result__button {
  color: #1e1e1e;
  border: 2px solid #1e1e1e;
  border-radius: 1.8rem;
  background-color: white;
  padding: 0.5rem 1rem;
}
.custom-search .cs-result-item {
  padding: 0.5rem;
  border-bottom: 1px solid #bfbfbf;
}
.custom-search .cs-result-item__link {
  color: #1e1e1e;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.custom-search .cs-result-item__label {
  color: #1e1e1e;
  border: 2px solid #1e1e1e;
  border-radius: 3px;
  padding: 0.1rem 0.5rem;
}
.custom-search__no-results-message {
  text-align: center;
  margin: 0.5rem 0;
}
/*# sourceMappingURL=view.css.map */