.competitors-wrapper {
  margin-top: 0 !important;
}
.top_label .competitors-wrapper .gfield_label {
  display: none !important;
}
.competitors-wrapper .gpnf-nested-entries {
  min-width: auto;
  border-top: 0;
}

.competitors-wrapper .gpnf-add-entry {
  position: relative;
  top: -6px;
  margin-top: 0;
  padding: 0;
  background: none;
  color: #4848ff;
  text-transform: lowercase;
  font-weight: normal;
}
.competitors-wrapper .gpnf-add-entry::before {
  content: "+";
}

.competitors-wrapper .gpnf-add-entry[disabled="true"] {
  display: none;
}

.competitors-wrapper .gpnf-nested-entries-container {
  margin-top: 0 !important;
}

.competitors-wrapper .gpnf-nested-entries {
  display: inline-block;
}

.competitors-wrapper .gpnf-nested-entries li {
  display: list-item;
  float: left;
  margin-right: 26px;
  list-style: decimal !important;
}
.gpnf-delete-entry-wrapper {
  display: inline-block !important;
  margin-bottom: 0 !important;
  position: relative;
}

.competitors-wrapper .gpnf-delete-entry:hover,
.competitors-wrapper .gpnf-delete-entry {
  position: relative;
  bottom: 1px;
  margin: 0 1px;
  box-shadow: none;
  color: #cc0000;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

#gpnf-child-form-container {
  position: relative;
  top: -148px;
}

#gpnf-child-form-container .ui-dialog {
  position: relative;
  top: auto !important;
  left: auto !important;
  width: auto !important;
  height: auto !important;
}

.hide_disabled_prices li input.disabled ~ label .ginput_price {
  display: none;
}

.hide-prices .ginput_price {
  display: none !important;
}

.hide-checked-none-option .gfield_radio li:nth-of-type(3) {
  display: none;
}
