.entomol-chip + .entomol-chip {
  margin-left: 7px;
}

.entomol-chip.entomol-private {
  background: #fff3d9;
  color: #785500;
}

.entomol-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 10px;
}

.entomol-toolbar select {
  width: 100%;
  border: 1px solid #cbdad1;
  border-radius: 12px;
  padding: 13px 14px;
  background: #fff;
  font: inherit;
}

@media (max-width: 700px) {
  .entomol-toolbar {
    grid-template-columns: 1fr;
  }
}
