<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* ============================== */
/* TinyMCE Skin.min.css Customize */
/* ============================== */

div.tox-tinymce {
        border: 1px solid #dcdcdc; 
        -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
        -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

div.tox-tinymce.focused { border-color:#acacac; }

/* in readonly mode, prevent a double border on top */
div.tox div.tox-edit-area { border-top-width: 0px; }
div.tox div.tox-anchorbar { border-top-width: 1px; border-top-style: solid; border-top-color: #ccc; }

/* popup dialogs */
div.tox div.tox-dialog { border-color: #dcdcdc; }
div.tox div.tox-dialog__footer { border-color: #dcdcdc; }

div.tox div.tox-dialog__header button { margin-right:-8px; }

/* fullscreen */
.fullscreen div.tox-tinymce { height:100% !important; width: 100% !important; }

/* make menus and dialogs appear in full-screen mode */
.tox-silver-sink { z-index: 9999!important; }

/* if no width is specified, give html fields the same width as a textarea */
div.tox-tinymce { min-width: 154px; }

/* reset */
[class^=tox] { box-sizing: content-box; }
</pre></body></html>