.bng-wrapper {
  background: #f9f9f9;
  padding: 20px;
  border: 2px solid #ddd;
  border-radius: 10px;
  max-width: 700px;
}
.bng-inputs, .bng-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 15px;
}
.bng-parent-input {
  flex: 1 1 45%;
}
.bng-categories label {
  display: inline-block;
  margin-right: 10px;
}
#bng_results {
  margin-top: 20px;
}
#bng_results .name-box {
  padding: 10px;
  background: #fff;
  margin-bottom: 10px;
  border-left: 5px solid #0073aa;
}
