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

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

.ais-Hits-item img {
  max-height: 125px;
  padding-right: 16px;
}

.filters-container {
  flex-wrap: wrap;
  gap: 20px;
  display: flex;
}

.search-toggle-container {
  align-items: center;
  gap: 10px;
  margin-bottom: 1rem;
  display: flex;
}

.scanned-font-dropdown {
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  min-width: 300px;
  max-width: 400px;
  margin-top: 5px;
  padding: 10px;
  display: none;
  position: absolute;
  box-shadow: 0 2px 10px #0000001a;
}

.scanned-font-dropdown h4 {
  color: #333;
  margin-top: 0;
  margin-bottom: 10px;
}

.scanned-font-dropdown h5 {
  color: #555;
  margin-top: 10px;
  margin-bottom: 5px;
}

.scanned-font-dropdown p {
  margin: 5px 0;
  font-size: 14px;
}

.scanned-font-id {
  cursor: pointer;
  color: #007bff;
  text-decoration: underline;
}

.scanned-font-id:hover {
  color: #0056b3;
  text-decoration: underline;
}

.search-field-filters {
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 1rem;
  padding: 10px;
  display: flex;
}

.search-field-filters strong {
  color: #333;
  margin-right: 8px;
}

.search-field-filters label {
  cursor: pointer;
  color: #555;
  border-radius: 4px;
  align-items: center;
  gap: 4px;
  padding: 2px 6px;
  font-size: 14px;
  transition: background .2s;
  display: flex;
}

.search-field-filters label:hover {
  background: #e9ecef;
}

.search-field-filters input[type="checkbox"] {
  cursor: pointer;
  accent-color: #fcb43a;
}
/*# sourceMappingURL=index.4a5519d3.css.map */
