.tag-dropdown-title,
.status-popup-title {
  display: none;
}

.tag-dropdown-search-wrap {
  margin-bottom: 8px;
}

.tag-dropdown-search {
  width: 100%;
}

.tag-dropdown-list,
.status-popup-list {
  width: 100%;
  min-width: 0;
}

.tag-dropdown-item,
.status-popup-item {
  justify-content: flex-start;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow: hidden;
}

.tag-dropdown-item > *,
.status-popup-item > * {
  min-width: 0;
  max-width: 100%;
}

.tag-dropdown-text-label {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tag-dropdown-empty {
  padding: 8px 10px 4px;
  color: var(--admin-muted);
  font-size: 12px;
}
