.t3-new-content-element-wizard-window .media-new-content-element-wizard {
    float: none;
    width: 100%;
}

.t3-new-content-element-wizard-window .media-new-content-element-wizard .media {
    display: grid;
    grid-template-columns: unset;
}

#typo3-pagetree-tree .node-bg.node-access-granted {
    fill: #d0dce8;
}

#typo3-pagetree-tree .node-bg.node-over.node-access-granted {
    fill: #ebf3fb;
}

#typo3-pagetree-tree .node-bg.node-migrated {
    fill: #fff8e3;
}

#typo3-pagetree-tree .node-bg.node-over.node-migrated {
    fill: #ffece3;
}

.ck-anchor-placeholder {
    background-color: #eee;
    border: 1px dashed #888;
    padding: 1px;
    font-size: 10px;
    color: #333;
    position: absolute;
    margin-top: -12px;
}

.t3js-module-docheader.module-docheader {
    /** Fixes custom styles override in ig_ldap_sso_auth **/
    position: unset;
}
