.diore-items-management-form-grid input[type="text"],
.diore-items-management-form-grid select {
  height: 40px;
}

.diore-items-management-sites-dropdown {
  position: relative;
}

.diore-items-management-product-search {
  position: relative;
  width: 100%;
}

.diore-items-management-product-search-results {
  position: absolute;
  z-index: 20;
  right: 0;
  left: 0;
  background: #fff;
  border: 1px solid #d0d0d0;
  border-top: 0;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.diore-items-management-product-search-row,
.diore-items-management-product-search-empty {
  display: block;
  width: 100%;
  min-height: 48px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.25;
  text-align: left;
  background: #f7f7f7;
  border: 0;
  border-top: 1px solid #d0d0d0;
}

  .diore-items-management-product-search-row:first-child,
  .diore-items-management-product-search-empty:first-child {
    border-top: 0;
  }

.diore-items-management-product-search-row {
  cursor: pointer;
}

  .diore-items-management-product-search-row:hover,
  .diore-items-management-product-search-row:focus {
    background: #fff;
  }

  .diore-items-management-product-search-row .sku-line,
  .diore-items-management-product-search-row .name {
    display: block;
    height: auto;
    min-height: 17px;
    color: #5d6873;
    font-size: 14px;
    line-height: 1.25;
  }

  .diore-items-management-product-search-row .sku {
    display: inline;
    height: auto;
    min-height: 0;
    color: #ff6a00;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
  }

  .diore-items-management-product-search-row .name {
    font-weight: 700;
  }

.diore-items-management-product-search-empty {
  color: #5d6873;
}

.diore-items-management-sites-toggle {
  width: 100%;
  min-height: 40px;
  padding: 8px 12px;
  text-align: left;
  background: #fff;
  border: 1px solid #ddd;
}

.diore-items-management-sites-panel {
  position: absolute;
  z-index: 10;
  width: 100%;
  max-height: 260px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.diore-items-management-sites-option,
.diore-items-management-checkbox-input {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 4px 8px;
}

.diore-items-management-sites-option {
  padding: 8px 12px;
}

.diore-items-management-form-grid .inputs {
  margin: 0 auto 15px;
}

.diore-items-management-buttons {
  text-align: center;
}

  .diore-items-management-submit-button {
    min-width: 160px;
  }

  .diore-items-management-sites-option label {
    width: calc(100% - 23px);
    margin: 0;
    text-align: left;
  }

  .diore-items-management-checkbox-input .diore-checkbox {
    width: auto;
    text-align: left;
  }
