#editor .edit-post-layout__metaboxes {
    order: -1;
    max-width: 1920px;
    margin: auto;
    width: 100%;
}
.acf-block-body .acf-block-preview {
    min-height: 50px !important;
    border: 1px solid #ddd;
    margin-bottom: 30px !important;
}
.editor-styles-wrapper .wp-elements-2 a, .editor-styles-wrapper .wp-elements-2 a, .editor-styles-wrapper .wp-elements-0 a, .editor-styles-wrapper .wp-elements-1 a {
    color: var(--wp--preset--color--white);
    color: #000 !important;
}

.acf-relationship .list .acf-rel-item {
    cursor: pointer;
    overflow: hidden;
}

.acf-relationship .list .acf-rel-item .thumbnail {
    width: 75px !important;
    height: 75px !important;
}
.acf-relationship .list .acf-rel-item .thumbnail img {
    max-width:75px !important;
    max-height: 75px !important;
}
/* ukryte kolekcje w bocznym pasku menu w edycji produktu */
/*#in-product_cat-169-1 {*/
/*    display: none;*/
/*}*/
#product_catchecklist {
    display: flex;
    flex-direction: column;
}
#product_catchecklist #in-product_cat-169-1 {
    order: 10000000;
}