body {
  max-width: 800px; /* Or your desired max width */
  margin: 0 auto;

  /* Keep your other body styles */
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  background-color: #f5f5fa;
  color: #333;
}
.header {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 0.5rem 1rem;
  background-image: linear-gradient(284deg, grey, darkgrey );
  color: #fff;
  margin-bottom: 1rem;
}

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

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

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

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

.search-panel {
  display: flex;
}

.search-panel__results {
  flex: 3;
}

.ais-Highlight-highlighted {
  background: yellow;
  color: #333; /* Changed text color for better contrast */
  font-style: normal;
  font-weight: bold;
}


#searchbox {
  margin-bottom: 2rem;
}

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

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

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