.hs-menu-items-editor .dndPlaceholder {
  height: 100px;
  background-color: #ddd;
  margin-bottom: 10px; }

.hs-menu-items-editor__items-list {
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
  min-height: 20px; }
  .hs-menu-items-editor__items-list.depth-0 {
    margin-top: 0; }
  .hs-menu-items-editor__items-list li {
    margin-bottom: 15px;
    background-color: #f1f1f1; }
  .hs-menu-items-editor__items-list .btn-add-item {
    margin-top: 15px; }

.hs-menu-items-editor__item, .hs-menu-items-editor__item-move-btn {
  border: 1px solid #ddd;
  border-radius: 4px; }

.hs-menu-items-editor__item {
  position: relative;
  display: flex;
  padding: 10px 15px;
  background-color: #fff; }

.hs-menu-items-editor__item-col {
  margin-right: 10px; }
  .hs-menu-items-editor__item-col:last-child {
    margin-right: 0; }
  .hs-menu-items-editor__item-col.field-title {
    width: 50%; }
  .hs-menu-items-editor__item-col.field-url {
    width: 100%; }
  .hs-menu-items-editor__item-col .btn {
    margin-top: 27px; }

.hs-menu-items-editor__item-move-btn {
  padding: 5px 10px; }

.hs-menu-items-editor__children-container {
  overflow: auto;
  margin-top: -2px;
  min-height: 50px;
  padding-left: 50px;
  background-image: url("../img/icon-next-level.svg");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: 10px 10px;
  border: 1px solid #ddd;
  border-top: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }
