/**
 * Search Box Styles
 * Reuses multi-filter dropdown styling (.filter-group, .toggle, .options)
 * Only adds layout-specific styling for the search-box wrapper
 */
.search-box {
  display: flex;
  gap: 1.5em;
  flex-grow: 1;
}

.search-box-submit {
  padding: 0.5em 1.5em;
  cursor: pointer;
}

.search-box-container {
  display: flex;
  align-items: center;
  gap: 1.5em;
}/*# sourceMappingURL=search-box.css.map */