/**
 * Book of Lists – Algolia search box styling.
 * Builds on the Algolia "classic" theme; tweaks to match the BizWest palette.
 */

.bol-search-wrap {
  max-width: 640px;
  margin: 0 auto 24px;
}

/* Autocomplete container theming */
.bol-search-wrap .aa-Form {
  border-radius: 6px;
  border-color: #a6243640;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.bol-search-wrap .aa-Form:focus-within {
  border-color: #a72430;
  box-shadow: 0 0 0 2px #a7243033;
}

.bol-search-wrap .aa-InputWrapperPrefix .aa-SubmitButton {
  color: #1d2c4a;
}

/* Result rows: "Company (List name)" */
.bol-aa-item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  text-decoration: none;
  color: #1d2c4a;
  width: 100%;
}

.bol-aa-company {
  font-weight: 600;
}

.bol-aa-company mark,
.bol-aa-company .aa-highlighted {
  background: #a7243022;
  color: #a72430;
  font-style: normal;
  padding: 0;
}

.bol-aa-list {
  font-size: 0.85em;
  color: #6b7280;
}

.aa-Panel {
  z-index: 10000;
}
