/* @define HierarchyLevelsEditor */
.HierarchyLevelsEditor {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.HierarchyLevelsEditor-removeRowButton {
    text-decoration: none;
}

/* stylelint-disable-next-line plugin/selector-bem-pattern */
.HierarchyLevelsEditor > .Header-main {
    border-bottom: none;
}

/* stylelint-disable-next-line plugin/selector-bem-pattern */
.HierarchyLevelsEditor-table > .GenericTable-tableContainer > table {
    table-layout: fixed;
}

.HierarchyLevelsEditor-body {
    padding: 1rem;
    overflow: hidden;
}
