.css-var-config-editor {
  width: 300px;
  font-size: 13px;
  background-color: #fff;

  & > .next-menu {
    height: 100%;
    overflow: auto;
    padding: 0;
    border: none;
    border-radius: 0;
    background: initial;
    border-left: 1px solid #eee;
  }

  .editor-item {
    display: flex;
    justify-content: space-between;
    text-transform: initial;
    label {
      width: 40%;
      color: #666666;
    }
    .editor-input {
      flex: 1;
    }
  }

  .next-menu-item[role="listitem"],
  .next-menu-item[role="menuitem"] {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;

    .next-menu-item-inner {
      height: auto;
    }
  }

  .next-menu-group-label,
  .next-menu-group-item {
    padding: 5px 12px;
  }
  .next-menu-group-label,
  .next-menu-item-text {
    text-transform: capitalize;
    color: #000;
    margin-bottom: 10px;
  }

  .next-input.next-medium .next-input-label {
    min-width: 80px;
  }

  .next-input-inner.next-after {
    color: #999;
  }
}
