button.components-button.block-editor-inserter__toggle.has-icon{
    width: 100% !important;
}

div.block-editor-inserter{
    width: 100% !important;
    height: 42px !important;
}

div.block-editor-inserter > button{
    background: var(--wp-admin-theme-color) !important;
    width: 100% !important;
    height: 100% !important;
}


div.acf-field-message{
    position: relative;
}

/* div.acf-field-message::after{
    position: absolute;
    right: 12px;
    top: 50%;
    transform:translateY(-50%);
    font-family: 'Material Icons';
    content: '\e313';
} */
/* 
.acf-block-fields.acf-fields.active > div.acf-field-message::after{
    content: '\e316';

} */

.btn__preview-open{
    text-transform: uppercase;
    background: #007cba;
    border: none;
    font-size: 24px;
    padding: 8px;
    color: white;
    width: 100%;
    text-align: center;
}

div.acf-label > label{
    line-height: 50px;
}