<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* only for Move */
.block-editor__container .wp-block-divi-placeholder .et-controls #et-switch-to-gutenberg,
.gutenberg__editor .wp-block-divi-placeholder .et-controls #et-switch-to-gutenberg,
.et-db #et-boc .et-l .et-fb-modal__support-notice {
    display: none !important;
}

#wpadminbar .ab-top-menu &gt; .menupop &gt; .ab-sub-wrapper,
#wpadminbar .quicklinks .menupop ul li,
#wpadminbar .quicklinks #wp-admin-bar-root-default #wp-admin-bar-archive,
#wpadminbar #wp-toolbar #wp-admin-bar-root-default #wp-admin-bar-menu-toggle {
    display: none !important;
}

.smg_media_info_text {
    display: block;
    height: 150px;
    width: 97%;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0px 20px 0px 16px;
    font-size: 13px;
    line-height: 1.2;
    text-align: justify;
}

.attachments-browser:not(.has-load-more) .attachments,
.attachments-browser.has-load-more .attachments-wrapper,
.attachments-browser .uploader-inline,
.attachments-browser .media-toolbar {
    right: 5px !Important;
}

.uploader-inline-content {
    top: 0% !important;
}

.media-modal ul.attachments {
    width: 70% !important;
}
</pre></body></html>