header nav[aria-label="Действия"] {
  display: none;
}

header > div > div.w-w-full:last-child {
  display: none;
}

.messages .success>.buttons>a:first-child {
    display: none;
}

.listing .no-children {
    display: none;
}

.w-status {
    pointer-events: none;
}

.tippy-content > .w-dropdown__content > a {
        &:nth-child(2) {
            display: none;
        }
        &:nth-child(3) {
            display: none;
        }
        &:nth-child(4) {
            display: none;
        }
        &:last-child {
            display: none;
        }
}

.bulk-actions-buttons > li:first-child {
    display: none;
}

.actions > .dropdown li:has(button[name="action-submit"]) {
    display: none;
}

.actions > .dropdown li>button[name="action-submit"] {
    display: none;
}

a#tab-label-notifications {
    display: none;
}

.filter-options >li:last-of-type {
    display: none;
}

.listing-filter[aria-labelledby="page-types-title"]+.listing tr {
    &:first-child{
        display: none;
    }
    &:nth-child(2){
        display: none;
    }
}   