.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 {
  gap: 2rem;
  display: flex;
}

@media (width <= 768px) {
  .search-panel {
    flex-direction: column;
  }
}

.search-panel__filters {
  flex: 0 0 250px;
}

@media (width <= 768px) {
  .search-panel__filters {
    flex: auto;
    width: 100%;
  }
}

.search-panel__filters h3 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.1rem;
}

.search-panel__filters .filter-group {
  margin-bottom: 2rem;
}

.date-range-form {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.date-range-form .date-input-group {
  flex-direction: column;
  display: flex;
}

.date-range-form .date-input-group input[type="date"] {
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  padding: .4rem;
  font-family: inherit;
}

.date-range-form .date-filter-btn {
  color: #fff;
  cursor: pointer;
  background-color: #333;
  border: none;
  border-radius: 4px;
  margin-top: .5rem;
  padding: .4rem;
}

.date-range-form .date-filter-btn:hover {
  background-color: #555;
}

.date-range-form .date-reset-btn {
  cursor: pointer;
  background: #ccc;
  border: none;
  border-radius: 4px;
  align-self: flex-start;
  margin-top: .2rem;
  padding: .2rem .5rem;
  font-size: .8rem;
}

.date-range-form .date-reset-btn:hover {
  background: #bbb;
}

.search-panel__results {
  flex: 1;
}

#hits .ais-Hits-list {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

#hits .ais-Hits-item {
  box-shadow: none;
  border: none;
  width: 100%;
  margin: 1rem 0;
  padding: 0;
}

.hit-card {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  flex-direction: column;
  height: 100%;
  padding: 1.5rem;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 2px 4px #0000000d;
}

.hit-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px #0000001a;
}

.hit-card .hit-header {
  margin-bottom: 1rem;
}

.hit-card .hit-name {
  color: #333;
  margin: 0 0 .5rem;
  font-size: 1.1rem;
  line-height: 1.4;
}

.hit-card .hit-name em {
  background-color: #fff9c4;
  font-style: normal;
}

.hit-card .hit-date {
  color: #666;
  background: #f5f5f5;
  border-radius: 4px;
  padding: .2rem .5rem;
  font-size: .85rem;
}

.hit-card .hit-body {
  color: #555;
  flex-grow: 1;
  margin-bottom: 1.5rem;
  font-size: .9rem;
}

.hit-card .hit-footer {
  margin-top: auto;
}

.hit-card .hit-link-button {
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  background-color: #007bff;
  border-radius: 4px;
  width: 100%;
  padding: .5rem 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
}

.hit-card .hit-link-button:hover {
  background-color: #0056b3;
  text-decoration: none;
}

#searchbox {
  margin-bottom: 2rem;
}

#searchbox .ais-SearchBox-input {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  padding: .8rem;
  font-size: 1rem;
}

#searchbox .ais-SearchBox-submit, #searchbox .ais-SearchBox-reset {
  display: none;
}

#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;
}

.hit-body {
  color: #555;
  flex-grow: 1;
  margin-bottom: 1.5rem;
  font-size: .9rem;
}

.hit-excerpt {
  color: #333;
  background-color: #f9f9f9;
  border-left: 3px solid #007bff;
  margin-top: .75rem;
  padding: .5rem;
  font-size: .85rem;
  font-style: italic;
  line-height: 1.5;
}

.hit-excerpt em {
  background-color: #fff9c4;
  font-style: normal;
  font-weight: 500;
}

.hit-footer {
  margin-top: auto;
}

.snippet-hidden {
  display: none;
}
/*# sourceMappingURL=index.fe1ad8a9.css.map */
