@keyframes EditorIcon_fadeIn__vyCyM{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes EditorIcon_fadeOut__MoqPU{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}.EditorIcon_pre-block-dark__PhgB_ pre{background-color:#20262d}.EditorIcon_icon-main__qYSet{display:flex;align-items:center;justify-content:center;position:fixed;right:30px;bottom:100px;height:50px;width:50px;border-radius:50%;background-color:var(--Primary-Grren-600,#357960);filter:drop-shadow(0 0 12px rgba(53,121,96,.8));z-index:3;cursor:pointer;animation:EditorIcon_fadeIn__vyCyM .5s ease-in-out forwards}.EditorIcon_icon-main__qYSet .EditorIcon_editor-icon__X3eoM{height:20px;width:20px;background-image:var(--com-extra-icons-mobile-image);background-position:-8px -758px}.EditorIcon_icon-main__qYSet:hover{background-color:var(--Primary-Grren-600,#2a6751)}.EditorIcon_hide__2WS_l{animation:EditorIcon_fadeOut__MoqPU .5s ease-in-out forwards;pointer-events:none}@media only screen and (max-width:767px){.EditorIcon_icon-main__qYSet{right:15px;bottom:80px}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:200px 0}}.article-editor-modal{position:fixed;top:66px;left:0;height:100vh;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;z-index:10}.article-editor-modal,.article-editor-modal .modal-content{right:auto;bottom:auto;width:100%;background-color:var(--layout-bg-color)}.article-editor-modal .modal-content{position:relative;top:auto;left:auto;height:100%;border-radius:8px;padding:20px}.article-editor-modal .editor-modal{height:calc(100% - 100px);padding:30px}.article-editor-modal .post-title-section{margin-bottom:20px}.article-editor-modal .post-title-section .post-title-header{display:flex;justify-content:space-between;align-items:center}.article-editor-modal .post-title-section .post-title-label{display:block;margin-bottom:8px;font-family:inherit;font-size:inherit;font-weight:600;line-height:normal;letter-spacing:normal;color:var(--text-primary)}.article-editor-modal .post-title-section .post-title-label .mandatory{color:#e74c3c}.article-editor-modal .post-title-section .post-title-input{width:100%;padding:12px;border:1px solid var(--border-color);border-radius:4px;font-family:inherit;font-size:16px;font-weight:inherit;line-height:normal;letter-spacing:normal;background-color:var(--input-bg-color);color:var(--text-primary)}.article-editor-modal .post-title-section .post-title-input:focus{outline:none;border-color:var(--primary-color)}.article-editor-modal .post-title-section .post-title-input::placeholder{color:var(--text-secondary)}.article-editor-modal .close-button{position:absolute;top:15px;right:15px;bottom:auto;left:auto;background:none;border:none;font-family:inherit;font-size:24px;font-weight:inherit;line-height:normal;letter-spacing:normal;cursor:pointer;color:#666}