:host {
  display: flex;
  align-items: center;

  .breadcrumb-wrapper {
    display: flex;
    margin-bottom: 7px;
  }

  .breadcrumb-wrapper:not(:last-child)::after {
    content: '/';
    padding: 0 11px 0 10px;
  }

  .parent-editor {
    display: none;

    &.visible {
      display: block;
    }
  }

  a {
    color: var(--default-color);
  }
}
