.header {
  color: #fff;
  background-image: linear-gradient(284deg, #fedd4e, #fcb43a);
  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: 1;
}

.search-panel__results {
  flex: 3;
}

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

#searchbox {
  margin-bottom: 2rem;
}

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

.hit-name {
  margin-top: 10px;
  font-size: 1.1rem;
  font-weight: bold;
}

.hit-authors {
  margin-top: 3px;
  font-size: .8rem;
}

.hit-publication-year {
  margin-top: 20px;
  font-size: .8rem;
}

.hit-rating {
  margin-top: 3px;
  font-size: .8rem;
}

.ais-Hits-item {
  box-shadow: none;
  border: 1px solid #e7e7e7;
  padding: 30px;
}
/*# sourceMappingURL=index.fe1ad8a9.css.map */
