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

.search-description {
  color: rgba(175, 186, 196, 0.8);
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.5;
}

.search-hint {
  color: rgba(175, 186, 196, 0.6);
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

.search-hint kbd {
  background: #242930;
  border: 1px solid rgba(175, 186, 196, 0.3);
  border-radius: 3px;
  padding: 2px 6px;
  font-family: monospace;
  font-size: 0.85em;
  color: #57cc8a;
}

/* Custom styling for Pagefind - using theme colors */
.pagefind-ui__search-input {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  border: 2px solid rgba(175, 186, 196, 0.3);
  border-radius: 8px;
  box-sizing: border-box;
  background: #242930;
  color: #93999e;
}

.pagefind-ui__search-input:focus {
  outline: none;
  border-color: #57cc8a;
}

.pagefind-ui__result {
  border: 1px solid rgba(175, 186, 196, 0.2);
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
  background: #242930;
}

.pagefind-ui__result-title .pagefind-ui__result-link,
.pagefind-ui__result-title a {
  color: #57cc8a !important;
  text-decoration: none;
  font-weight: 600;
}

.pagefind-ui__result-title .pagefind-ui__result-link:hover,
.pagefind-ui__result-title a:hover {
  color: #b6b5b5 !important;
  text-decoration: none;
}

.search-error {
  background: #242930;
  border: 1px solid rgba(175, 186, 196, 0.3);
  border-radius: 8px;
  padding: 2rem;
  text-align: center;
  color: #afbac4;
  margin-top: 2rem;
}

.search-error p {
  margin: 0.5rem 0;
}

.search-error a {
  color: #57cc8a;
  text-decoration: none;
}

.search-error a:hover {
  color: #fff;
  text-decoration: none;
}

/* Additional Pagefind UI styling for theme consistency */
.pagefind-ui__result-excerpt {
  color: rgba(175, 186, 196, 0.8);
}

.pagefind-ui__message {
  color: #afbac4;
}

.pagefind-ui__button {
  background: #57cc8a;
  color: #fff;
  border: none;
}

.pagefind-ui__button:hover {
  background: #fff;
  color: #57cc8a;
}