
.j77_block_preview > h3 > svg {
    fill: #555d66 !important;
    margin-right: 10px;
    padding-top: 5px;
}

.j77_block_preview {
    max-width: 100%;
    overflow-x: auto;
}

.j77_block_preview table.preview_table {
    font-size: 10px;
    box-sizing: border-box;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
}

.j77_block_preview table.preview_table tr {
    color: #191e23;
    background-color: #fff;
    border: 1px solid #ccc;
}

.acf-block-preview .j77_block_preview table tbody tr:nth-of-type(2n+1) {
    background-color: #f7f7f7;
    color: #191e23;
}

.j77_block_preview table.preview_table tr th {
    width: 10%;
    background-color: initial !important;
    text-align: left;
    padding-left: 10px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.j77_block_preview table.preview_table tr td {
    width: 90%;
    background-color: initial !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.j77_block_preview table.preview_table tr td h4 {
    text-align: right;
    margin: 0;
}

.j77_block_preview table.preview_table tr td img{
    max-height: 50px;
    width: auto;
    display: block;
    margin: 5px;
}

.j77_block_preview table.preview_table tr td .preview_file > a{
    max-width: 200px;
    display: block;
    text-align: center;
    border: 1px solid #ccc;
    margin: 5px 0;
}

.j77_block_preview table.preview_table tr td .preview_file > a figure {
    text-align:center;
}

.j77_block_preview table.preview_table tr td .preview_file > a figure img {
    display: inline-block;
}


.j77_block_preview table.preview_table tr td .preview_file > a:hover {
    background-color: #f7f7f7;
}

.j77_block_preview table.preview_table tr td .preview_file > a figure figcaption {
    padding: 0;
}

.j77_block_preview table.preview_table tr td .preview_wysiwyg {
    border: 1px solid #ccc;
    padding: 5px;
    margin: 5px 0;
}

.j77_block_preview table.preview_table tr td .preview_list_element {
    background-color: #fff;
    padding: 2px 5px;
    margin-right: 5px;
    border: 1px solid #ccc;
}

.j77_block_preview table.preview_table tr td .preview_list_element a {
    text-decoration: underline;
}

.j77_block_preview table.preview_table tr td .preview_link a {
    text-decoration: underline;
}

#editor .edit-post-layout .edit-post-sidebar {
    /* width: 30%; */
    width:100%;
}

#editor .edit-post-layout.is-sidebar-opened .edit-post-layout__content {
    margin-right: 30%;
}

#editor .edit-post-layout:not(.is-sidebar-opened) .edit-post-layout__content {
    margin-right: 0 !important;
}

#editor  .block-editor-editor-skeleton__sidebar{
    width:30%;
}