.contao_manager {
    display: none !important;
}

[id*="tl_article"] .tl_right, .tl_listing_container .tl_right_nowrap {
    display: flex;
    justify-content: flex-end;
    position: relative;
    top: 1px;
}

[id*="tl_article"] .tl_right a, .tl_listing_container .tl_right_nowrap a {
    margin-right: 4px;
}

[id*="tl_article"] .tl_right a.children, .tl_listing_container .tl_right_nowrap a.children[href*="do=news"] {
    order: -1;
    position: relative;
    width: 16px;
    height: 16px;
}

[id*="tl_article"] .tl_right a.children img, .tl_listing_container .tl_right_nowrap a.children[href*="do=news"] img {
    display: none;
}

[id*="tl_article"] .tl_right a.children::after, .tl_listing_container .tl_right_nowrap a.children[href*="do=news"]::after {
    content: "";
    display: inline-block;
    background-image: url('/system/themes/flexible/icons/edit.svg');
    background-size: cover;
    background-position: center;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
}

[id*="tl_article"] .tl_right a.edit, .tl_listing_container .tl_right_nowrap a.edit[href*="do=news"] {
    position: relative;
    width: 16px;
    height: 16px;
}

[id*="tl_article"] .tl_right a.edit img, .tl_listing_container .tl_right_nowrap a.edit[href*="do=news"] img {
    display: none;
}

[id*="tl_article"] .tl_right a.edit::after, .tl_listing_container .tl_right_nowrap a.edit[href*="do=news"]::after {
    content: "";
    display: inline-block;
    background-image: url('/system/themes/flexible/icons/header.svg');
    background-size: cover;
    background-position: center;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
}


