.datenfresser-sammelzentrum-combobox {
  position: relative;
  width: 100%;
}

.datenfresser-sammelzentrum-combobox__control {
  position: relative;
}

.datenfresser-sammelzentrum-combobox__search {
  width: 100%;
}

.datenfresser-sammelzentrum-combobox__list {
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 100%;
  margin: 0.25rem 0 0;
  padding: 0;
  list-style: none;
  max-height: 16rem;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.datenfresser-sammelzentrum-combobox__option {
  padding: 0.6rem 0.75rem;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.datenfresser-sammelzentrum-combobox__option:last-child {
  border-bottom: none;
}

.datenfresser-sammelzentrum-combobox__option:hover,
.datenfresser-sammelzentrum-combobox__option[aria-selected="true"] {
  background: #f3f3f3;
}

.datenfresser-sammelzentrum-combobox__option-meta {
  display: block;
  font-size: 0.85em;
  opacity: 0.7;
  margin-top: 0.15rem;
}

.datenfresser-sammelzentrum-combobox__hint {
  margin: 0.35rem 0 0;
  font-size: 0.9em;
  opacity: 0.75;
}

.datenfresser-sammelzentrum-combobox__empty {
  padding: 0.75rem;
  opacity: 0.75;
  cursor: default;
}
