.SEARCH .search-input {
  max-width: 600px;
}
.SEARCH img {
  width: 100%;
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
.SEARCH .intro {
  width: 100%;
}
.SEARCH .result-item {
  padding: 12px 0;
  border-bottom: 1px solid #e5e5e5;
}
.SEARCH .result-title {
  font-size: 18px;
  color: #1a0dab;
  text-decoration: none;
}
.SEARCH .result-title:hover {
  text-decoration: underline;
}
.SEARCH .result-url {
  font-size: 14px;
  color: #006621;
}
.SEARCH .result-snippet {
  font-size: 14px;
  color: #545454;
}
.SEARCH .spinner-wrapper {
  margin-top: 4rem;
}
.SEARCH {
  /* filter select */
}
.SEARCH .filter-bar .form-select {
  min-width: 160px;
}
@media (max-width: 576px) {
  .SEARCH .search-input {
    width: 100%;
  }
}/*# sourceMappingURL=SEARCH.css.map */