.header {
  color: #fff;
  background-color: #000;
  align-items: center;
  min-height: 50px;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  display: flex;
}

.header a {
  color: #fff;
  text-decoration: none;
}

.header-title {
  font-size: 1.2rem;
  font-weight: normal;
}

.header-title:after {
  content: " ▸ ";
  padding: 0 .5rem;
}

.header-subtitle {
  font-size: 1.2rem;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}

.search-panel {
  display: flex;
}

.search-panel__filters {
  flex: 0 0 300px;
  width: 300px;
  margin-right: 1rem;
}

.search-panel__results {
  flex: 3;
}

.ais-Highlight-highlighted {
  color: inherit;
  font-size: inherit;
  background-color: #ffeb3b;
}

#searchbox {
  margin-bottom: .5rem;
}

#stats {
  color: #5f6368;
  margin-top: 1rem;
  margin-bottom: 1.25rem;
  font-size: .9rem;
}

.search-panel__search-title {
  color: #5d5f91;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin: 0 0 .75rem;
  font-size: 1.1rem;
  font-weight: 700;
}

#pagination {
  text-align: center;
  margin: 2rem auto;
}

.ais-Hits-item article {
  display: flex;
}

.ais-Hits-item h1 {
  line-height: 1.3;
}

.ais-Hits-item img {
  object-fit: contain;
  object-position: top;
  flex-shrink: 0;
  width: 150px;
  height: auto;
  padding-right: 16px;
}

.search-panel__filters .ais-Panel {
  border-bottom: 1px solid #efefef;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

#clear-filters {
  margin-bottom: 1rem;
}

#clear-filters .ais-ClearRefinements-button {
  width: 100%;
}

#active-filters {
  margin-bottom: 1rem;
}

.active-filters {
  flex-wrap: wrap;
  gap: .5rem;
  display: flex;
}

.active-filters__tag {
  color: #3d4266;
  cursor: pointer;
  background: #eef0f8;
  border: 1px solid #d5daea;
  border-radius: 999px;
  padding: .4rem .75rem;
  font-size: .85rem;
  line-height: 1.2;
}

.active-filters__tag:hover {
  background: #e0e5f4;
}

.search-panel__filters .ais-RefinementList {
  margin-bottom: 0;
}

.search-panel__filters .ais-Panel-header {
  color: #5d5f91;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: .75rem;
  font-size: 1.1rem;
  font-weight: 700;
}

.search-panel__filters .ais-RefinementList-searchBox {
  margin-bottom: 1rem;
}

.search-panel__filters .ais-RefinementList-showMore {
  width: 100%;
}

.ais-Hits-item h1 a {
  color: inherit;
  text-decoration: none;
}

.ais-Hits-item h1 a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=instantsearch-app.4a5519d3.css.map */
