.searchandfilter {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: linear-gradient(-90deg, #00CAE0, #0590D5 20%, #0A2447);
}

.blog-search-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 20px 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.blog-search-bar {
  width: 100%;
  height: 48px;
  border-radius: 48px;
  outline: 0;
  border: none;
  padding: 15px 20px;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  box-shadow: none;
  transition: all 250ms;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.blog-search-button {
  width: 48px;
  height: 48px;
  background: transparent;
  position: absolute;
  top: 20px;
  right: 30px;
  border: 0;
  outline: 0;
  padding: 0;
  background: url(https://cdn.brief.vet/plumbs/marketing-site/images/icons/Icons_Search.svg);
  background-repeat: no-repeat;
  background-size: 17px 17px;
  background-position: center;
  cursor: pointer;
}

.search-results-page {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-results-container {
  width: 100%;
  max-width: 1440px;
  padding: 40px 0 0;
}

.search-results-header {
  padding: 20px 30px 30px;
}
