@media (min-width: 782px){

    #editor .editor-block-inspector__card-content{
        max-width: 70%;    
    }

    #editor .edit-post-layout.is-sidebar-opened .block-editor-editor-skeleton__sidebar{
        width: 50%;
        max-width: 500px;
    }

    #editor .edit-post-layout.is-sidebar-opened .edit-post-sidebar{
        display: inline;
    }

}

@media (max-width: 1024px){

    #editor .editor-block-inspector__card-content{
        max-width: 50%;    
    }

    #editor .acf-block-panel{
        margin: auto !important;
    }

    #editor .acf-block-panel-actions{
        width: auto !important;
        position: static !important;
        margin: 16px -16px !important;
        padding: 0 16px !important;
    }

}

#editor{
    font-size: 14px;
}

#editor ul{
    margin: 0;
}

#editor .wp-block{
    max-width: 90%;
}

#editor .editor-block-list__layout{
    padding: 0;
    overflow: hidden;
}

#editor .edit-post-sidebar__panel-tabs{
    z-index: 100;
    position: relative;
}

#editor .acf-block-preview-button{
    display: none;
}

li[aria-selected="true"]{
    display: none;
}

#editor .acf-tab-wrap{
    margin: 0;
}

#editor .acf-tab-wrap > ul{
    padding: 10px 10px 0;
    border: none;
}

#editor .acf-tab-wrap > ul li a{
    background: none;
    border: none;
    font-weight: normal;
}

#editor .acf-tab-wrap > ul li.active{
    border-bottom: 3px solid #0085ba;
}

#editor .acf-tab-wrap > ul li.active a{
    font-weight: 600;
}

#editor .acf-field-repeater{
    padding: 0 0 10px;
}

#editor .acf-repeater .acf-actions{
    margin-rigth: 10px;
}

#editor .acf-repeater [data-event="add-row"], #editor .acf-repeater [data-event="remove-row"]{
    margin: 0;
}

#editor .acf-repeater .acf-actions{
    margin-right: 10px;
}

#editor .acf-repeater .acf-icon[data-event="add-row"]{
    display: none !important;
}

#editor .acf-repeater [data-event="remove-row"]{
    top: 13px;
}

#editor .layout{
    margin: 5px 0 0;
}

button[type="submit"] br{
    display: none;
}

#editor .acf-table .acf-row-handle{
    font-size: 15px;
    font-weight: bold;
    color: dimgray;
}

#editor .acf-field-repeater > .acf-label{
    padding: 10px 0 0 17px;
}

#editor .acf-repeater .ui-sortable .acf-row:nth-child(even) .acf-row-handle.order{
    background-color: #e0e0e0;
}

#editor .acf-repeater .acf-row-handle .acf-icon.-collapse {
    top: 20px;
}

/* #editor .acf-block-panel{ */
/*     margin: 30px 0 0; */
/* } */
/*  */
/* #editor .acf-block-panel-actions{ */
/*     margin: 0; */
/*     padding: 0; */
/*     width: 103px; */
/*     position: absolute; */
/*     top: 68px; */
/*     right: 17px; */
/* } */
/*  */
/* #editor .acf-block-panel-actions button{ */
/*     font-size: 10px; */
/* } */
/*  */
/* #editor tbody{ */
/*     background-color: white; */
/* } */
/*  */
/* #editor tbody tr.acf-row{ */
/*     margin: 30px 0 0; */
/*     border-bottom: 1px solid #CCC; */
/* } */
/*  */
/* #editor tbody tr.acf-row:first-child{ */
/*     margin: 5px 0 0; */
/* } */
/*  */
/* #editor tbody tr.acf-row:nth-last-child(-n + 2){ */
/*     border: none; */
/* } */
/*  */
/* #editor .acf-row-handle{ */
/*     border: none; */
/* } */
/*  */
/* #editor .acf-fields > .acf-field{ */
/*  */
/*     padding: 0; */
/*     border: none; */
/*     margin: 0 0 15px; */
/*  */
/* } */
/*  */
/* #editor .acf-block-fields{ */
/*     width: 100%; */
/*     margin: 0 auto; */
/*     left: 2px; */
/* } */
/*  */
/* #editor .acf-label{ */
/*     margin: 5px 0 0; */
/* } */
/*  */
/* #editor .acf-label label{ */
/*     font-size: 10px; */
/*     font-weight: bold; */
/*     text-align: left; */
/*     margin: 0; */
/* } */
/*  */
/* #editor .acf-table, #editor .acf-fields{ */
/*     border: none; */
/* } */
/*  */
/* #editor .acf-repeater.-block{ */
/*     margin: 0 0 35px; */
/* } */
/*  */
/* #editor .acf-repeater .acf-row-handle.order{ */
/*  */
/*     display: none; */
/*  */
/* } */
/*  */
/* #editor .acf-table .acf-row-handle{ */
/*  */
/*     width: 0 !important; */
/*     padding: 0; */
/* } */
/*  */
/* #editor .acf-repeater .acf-row-handle .acf-icon{ */
/*  */
/*     top: 1px; */
/*     margin: 0; */
/*  */
/* } */
/*  */
/* #editor .acf-repeater .acf-row-handle .acf-icon.-plus{ */
/*  */
/*     left: -42px; */
/*  */
/* } */
/*  */
/* #editor .acf-repeater .acf-row-handle .acf-icon.-minus{ */
/*  */
/*     left: -20px; */
/*  */
/* } */
/*  */
/* #editor .acf-repeater .acf-actions{ */
/*     text-align: left; */
/* } */
/*  */
/* #editor .acf-field-post-type-selector .checkbox_list li{ */
/*     display: inline-block; */
/*     margin-right: 10px; */
/* } */
/*  */
/* #editor .acf-field-post-type-selector .checkbox_list li input{ */
/*     margin-right: 2px; */
/* } */
/*  */
/* #editor .acf-field-group > .acf-label label{ */
/*     font-size: 15px; */
/*     margin: 20px 0 0; */
/* } */
/*  */
/* #editor .layout > .acf-fields{ */
/*     padding: 10px; */
/* } */
/*  */
