:root{--nav:#0b1d3a;--primary:#002673;--accent:#ab0906;--bg:#f1f4f8;--border:#d7dee8;--text:#1c2738;--muted:#667085;--success:#177245;--danger:#a51d2d;--warning:#8a5a00;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.admin-topbar{position:sticky;top:0;z-index:100;display:flex;align-items:center;min-height:64px;padding:0 22px;background:var(--nav);color:#fff;box-shadow:0 2px 12px rgba(0,0,0,.18)}.admin-brand{color:#fff;font-weight:800;font-size:1.2rem;margin-right:25px;white-space:nowrap}.admin-brand span{color:#53c9ff}.admin-topbar nav{display:flex;align-self:stretch}.admin-topbar nav a{display:flex;align-items:center;color:#dfe8f4;padding:0 14px;font-weight:650;font-size:.94rem}.admin-topbar nav a:hover,.admin-topbar nav a.active{background:rgba(255,255,255,.12);color:#fff;text-decoration:none}.admin-user{margin-left:auto;display:flex;gap:12px;align-items:center;font-size:.88rem}.admin-user a{color:#b9d8ff}.admin-menu-toggle{display:none;background:transparent;border:0;color:#fff;font-size:1.4rem;margin-left:auto}.admin-main{max-width:1440px;margin:0 auto;padding:28px 24px 60px}.page-heading{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:22px}.page-heading h1{margin:0 0 4px;font-size:1.85rem}.page-heading p{margin:0;color:var(--muted)}.page-actions{display:flex;gap:10px;flex-wrap:wrap}.button,button.button{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid transparent;border-radius:8px;padding:10px 14px;font:700 .92rem inherit;cursor:pointer;background:var(--primary);color:#fff;text-decoration:none}.button:hover{text-decoration:none;filter:brightness(1.08)}.button.secondary{background:#fff;color:var(--text);border-color:var(--border)}.button.danger{background:var(--danger)}.button.success{background:var(--success)}.button.small{padding:7px 10px;font-size:.82rem}.alert{padding:13px 16px;border-radius:9px;margin:0 0 18px;border:1px solid}.alert-success{background:#e7f7ed;border-color:#b7e2c7;color:#125d35}.alert-error,.alert-danger{background:#feebed;border-color:#f5c2c7;color:#842029}.alert-warning{background:#fff4da;border-color:#f4dda8;color:#725000}.card{background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 4px 18px rgba(31,44,64,.05);padding:20px}.card h2,.card h3{margin-top:0}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:24px}.stat{background:#fff;border:1px solid var(--border);border-radius:12px;padding:20px}.stat strong{display:block;font-size:2rem;color:var(--primary)}.stat span{color:var(--muted);font-weight:650}.dashboard-grid{display:grid;grid-template-columns:2fr 1fr;gap:20px}.table-wrap{overflow-x:auto;background:#fff;border:1px solid var(--border);border-radius:12px}.admin-table{width:100%;border-collapse:collapse;min-width:760px}.admin-table th,.admin-table td{padding:12px 14px;border-bottom:1px solid var(--border);text-align:left;vertical-align:middle}.admin-table th{background:#f8fafc;color:#475467;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em}.admin-table tr:last-child td{border-bottom:0}.admin-table .actions{display:flex;gap:7px;justify-content:flex-end}.badge{display:inline-block;padding:4px 8px;border-radius:999px;font-size:.74rem;font-weight:750}.badge.green{background:#dff4e7;color:#15633a}.badge.gray{background:#edf0f4;color:#586174}.badge.blue{background:#e1efff;color:#144f91}.badge.red{background:#fde4e7;color:#8d1d29}.filters{display:flex;gap:10px;align-items:end;margin-bottom:16px;flex-wrap:wrap}.filters .field{min-width:170px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.form-grid .full{grid-column:1/-1}.field label{display:block;font-weight:750;margin-bottom:7px}.field small,.help{display:block;color:var(--muted);font-size:.82rem;margin-top:5px;line-height:1.4}.field input[type=text],.field input[type=email],.field input[type=password],.field input[type=number],.field input[type=color],.field select,.field textarea{width:100%;border:1px solid #c8d1df;border-radius:8px;padding:10px 11px;font:inherit;background:#fff;color:var(--text)}.field textarea{min-height:110px;resize:vertical}.check-row{display:flex;gap:18px;flex-wrap:wrap}.check{display:flex;align-items:center;gap:8px}.check input{width:18px;height:18px}.form-footer{display:flex;gap:10px;justify-content:flex-end;margin-top:20px;padding-top:18px;border-top:1px solid var(--border)}.editor-shell{border:1px solid #bfc9d7;border-radius:9px;overflow:hidden;background:#fff}.editor-toolbar{display:flex;flex-wrap:wrap;gap:5px;padding:8px;background:#eef2f7;border-bottom:1px solid #ccd5e1}.editor-toolbar button,.editor-toolbar select{border:1px solid #bcc7d5;background:#fff;border-radius:5px;padding:6px 9px;cursor:pointer;font:inherit}.editor-area{min-height:520px;padding:18px;outline:none;overflow:auto}.editor-area:focus{box-shadow:inset 0 0 0 2px #78b7ff}.source-area{width:100%;min-height:520px;border:0;padding:15px;font:13px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace;display:none}.editor-shell.source-mode .editor-area{display:none}.editor-shell.source-mode .source-area{display:block}.media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:15px}.media-item{background:#fff;border:1px solid var(--border);border-radius:10px;overflow:hidden}.media-thumb{height:140px;display:grid;place-items:center;background:#edf1f5;padding:8px}.media-thumb img{max-width:100%;max-height:100%;object-fit:contain}.media-file-icon{font-size:2.7rem}.media-info{padding:10px}.media-info strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.87rem}.media-info small{color:var(--muted)}.media-actions{display:flex;gap:5px;padding:0 10px 10px}.modal{display:none;position:fixed;inset:0;z-index:1000;background:rgba(8,18,35,.68);padding:30px}.modal.open{display:grid;place-items:center}.modal-card{width:min(1100px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:12px;padding:20px}.modal-head{display:flex;justify-content:space-between;align-items:center;position:sticky;top:-20px;background:#fff;padding:12px 0;z-index:2}.modal-close{border:0;background:#eee;border-radius:50%;width:36px;height:36px;font-size:1.3rem;cursor:pointer}.media-picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:10px}.media-picker-item{border:1px solid var(--border);background:#fff;border-radius:8px;padding:8px;cursor:pointer;text-align:left}.media-picker-item:hover{border-color:#3885d5;box-shadow:0 0 0 2px #cfe5ff}.media-picker-item img{width:100%;height:95px;object-fit:contain;background:#f4f6f8}.media-picker-item span{display:block;font-size:.76rem;margin-top:5px;word-break:break-word}.login-body{min-height:100vh;display:grid;place-items:center;padding:20px;background:linear-gradient(135deg,#06142b,#123b74)}.login-card{width:min(430px,100%);background:#fff;padding:30px;border-radius:16px;box-shadow:0 18px 50px rgba(0,0,0,.3)}.login-card h1{margin:0 0 8px;color:var(--primary)}.login-card .field{margin:16px 0}.login-card .button{width:100%;padding:12px}.login-links{display:flex;justify-content:space-between;margin-top:16px;font-size:.88rem}.settings-sections{display:grid;gap:18px}.image-path-row{display:flex;gap:8px}.image-path-row input{flex:1}.audit-list{list-style:none;padding:0;margin:0}.audit-list li{padding:10px 0;border-bottom:1px solid var(--border)}.audit-list li:last-child{border-bottom:0}.audit-list small{display:block;color:var(--muted)}.empty{text-align:center;padding:35px;color:var(--muted)}@media(max-width:1000px){.admin-topbar{flex-wrap:wrap;padding:10px 16px}.admin-menu-toggle{display:block}.admin-topbar nav{display:none;order:3;width:100%;flex-direction:column;margin-top:8px}.admin-topbar nav.open{display:flex}.admin-topbar nav a{padding:10px}.admin-user{margin-left:15px}.stats{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}}@media(max-width:650px){.admin-main{padding:20px 12px 50px}.admin-user span{display:none}.page-heading{align-items:flex-start;flex-direction:column}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.stats{grid-template-columns:1fr}.modal{padding:8px}.media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.editor-area,.source-area{min-height:400px}}

/* Separate page-tab management */
.tab-manager-callout{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:20px;border-left:5px solid #2f86c5}.tab-manager-callout h2{margin:0 0 5px}.tab-manager-callout p{margin:0;color:var(--muted)}.tabs-help{display:flex;gap:10px;align-items:baseline;margin-bottom:16px}.tabs-help span{color:var(--muted)}.admin-table .actions form{margin:0}.admin-table .actions button:disabled{opacity:.35;cursor:not-allowed;filter:none}.tab-actions,.page-row-actions{flex-wrap:wrap}.badge[href]{text-decoration:none}.badge[href]:hover{text-decoration:none;filter:brightness(.96)}
@media(max-width:750px){.tab-manager-callout,.tabs-help{align-items:flex-start;flex-direction:column}.tab-manager-callout .button{width:100%}}

/* Visual WYSIWYG editor */
.editor-shell{border:1px solid #aeb9c8;border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 2px 8px rgba(25,42,70,.06)}
.editor-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:7px;padding:9px;background:#e9eef5;border-bottom:1px solid #c4cedb;position:relative;z-index:2}
.editor-toolbar-group{display:flex;align-items:center;gap:4px;padding-right:7px;border-right:1px solid #c3ccd8}
.editor-toolbar-group:last-child{border-right:0;padding-right:0}
.editor-toolbar-group-right{margin-left:auto}
.editor-toolbar button,.editor-toolbar select,.editor-color-control{min-height:34px;border:1px solid #aeb9c8;background:#fff;border-radius:6px;padding:6px 9px;cursor:pointer;font:600 .86rem/1.1 inherit;color:#172033}
.editor-toolbar button:hover,.editor-toolbar select:hover,.editor-color-control:hover{border-color:#367fc1;background:#f7fbff}
.editor-toolbar button.is-active{background:#d8eaff;border-color:#2777bd;box-shadow:inset 0 0 0 1px #2777bd}
.editor-toolbar button:disabled{opacity:.42;cursor:not-allowed;background:#f4f5f6}
.editor-toolbar select{min-width:125px}
.editor-color-control{display:flex;align-items:center;gap:6px;margin:0;font-weight:650}
.editor-color-control span{font-size:.78rem}
.editor-color-control input[type=color]{width:25px;height:22px;padding:0;border:0;background:transparent;cursor:pointer}
.editor-canvas{background:#dfe5ec;padding:12px}
.editor-frame{display:block;width:100%;min-height:620px;border:1px solid #aeb9c8;border-radius:5px;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.09)}
.source-area{display:none;width:100%;min-height:620px;border:1px solid #aeb9c8;border-radius:5px;padding:18px;resize:vertical;background:#111827;color:#e5e7eb;font:13px/1.6 ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",monospace;tab-size:2}
.editor-shell.source-mode .editor-frame{display:none}
.editor-shell.source-mode .source-area{display:block}
.editor-status{display:flex;justify-content:space-between;gap:14px;padding:7px 11px;border-top:1px solid #c4cedb;background:#f7f9fc;color:#647084;font-size:.76rem}
.editor-fullscreen{position:fixed!important;inset:0!important;z-index:5000!important;border-radius:0!important;display:flex!important;flex-direction:column!important}
.editor-fullscreen .editor-toolbar{flex:0 0 auto}
.editor-fullscreen .editor-canvas{flex:1 1 auto;min-height:0;display:flex;padding:8px}
.editor-fullscreen .editor-frame,.editor-fullscreen .source-area{flex:1 1 auto;min-height:0;height:100%}
.editor-fullscreen .editor-status{flex:0 0 auto}
body.editor-page-locked{overflow:hidden}
@media(max-width:900px){.editor-toolbar-group-right{margin-left:0}.editor-toolbar-group{border-right:0;padding-right:0}.editor-frame,.source-area{min-height:520px}}
@media(max-width:650px){.editor-toolbar{align-items:stretch}.editor-toolbar-group{width:100%;flex-wrap:wrap}.editor-toolbar button{flex:1 1 auto}.editor-toolbar select{flex:1 1 100%}.editor-canvas{padding:6px}.editor-frame,.source-area{min-height:430px}.editor-status{flex-wrap:wrap}}

/* Advanced visual editor v4 */
.admin-editor-page .admin-main{max-width:none;padding-left:clamp(16px,3vw,48px);padding-right:clamp(16px,3vw,48px)}
.admin-editor-page .form-footer{position:sticky;bottom:0;z-index:80;margin:24px -10px -10px;padding:14px 10px;background:rgba(241,244,248,.96);backdrop-filter:blur(9px);border-top:1px solid var(--border);box-shadow:0 -8px 24px rgba(22,38,62,.08)}
.editor-pro{position:relative;border:1px solid #aeb9c8;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 8px 28px rgba(25,42,70,.10)}
.editor-pro-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:13px 15px;background:#102a52;color:#fff}
.editor-pro-head>div:first-child{display:flex;align-items:baseline;gap:10px;min-width:0}
.editor-pro-head strong{font-size:.98rem}.editor-pro-head span{color:#cad8eb;font-size:.82rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.editor-pro-head-actions{display:flex;align-items:center;gap:7px;flex:0 0 auto}
.editor-pro-action{border:1px solid rgba(255,255,255,.35);border-radius:7px;background:rgba(255,255,255,.08);color:#fff;padding:7px 10px;font:700 .8rem inherit;cursor:pointer}
.editor-pro-action:hover,.editor-pro-action.is-active{background:rgba(255,255,255,.2)}.editor-pro-action.primary{background:#fff;color:#102a52;border-color:#fff}
.editor-pro-toolbar{position:sticky;top:64px;z-index:40;background:#e8edf4;border-bottom:1px solid #b8c3d2;box-shadow:0 2px 8px rgba(20,36,57,.08)}
.editor-pro-row{display:flex;align-items:center;gap:7px;padding:7px 9px;border-bottom:1px solid #c8d1dc;flex-wrap:wrap}.editor-pro-row:last-child{border-bottom:0}
.editor-pro-row-last{background:#f1f4f8}.editor-pro-group{display:flex;align-items:center;gap:4px;padding-right:8px;border-right:1px solid #bdc8d5;flex-wrap:wrap}.editor-pro-group:last-child{border-right:0;padding-right:0}.editor-pro-grow{flex:1 1 auto}.editor-pro-group-right{margin-left:auto}
.editor-pro-toolbar button,.editor-pro-toolbar select,.editor-pro-color{min-height:34px;border:1px solid #abb8c8;background:#fff;border-radius:6px;padding:6px 9px;color:#172033;font:650 .82rem/1.1 inherit;cursor:pointer;box-shadow:0 1px 1px rgba(0,0,0,.02)}
.editor-pro-toolbar button:hover,.editor-pro-toolbar select:hover,.editor-pro-color:hover{border-color:#2f75b6;background:#f7fbff}.editor-pro-toolbar button.is-active{background:#d6eaff;border-color:#1f6fb5;box-shadow:inset 0 0 0 1px #1f6fb5}.editor-pro-toolbar button:disabled{opacity:.4;cursor:not-allowed;background:#edf0f3}
.editor-pro-toolbar select[data-format]{min-width:145px}.editor-pro-toolbar select[data-font-name]{min-width:135px}.editor-pro-toolbar select[data-font-size]{min-width:80px}.editor-pro-toolbar select[data-viewport]{min-width:108px}
.editor-pro-feature{background:#e8f4ff!important;border-color:#4c92cf!important;color:#064c87!important}
.editor-pro-color{display:flex;align-items:center;gap:4px;padding:5px 7px;font-weight:800}.editor-pro-color input{width:25px;height:21px;padding:0;border:0;background:transparent;cursor:pointer}.editor-pro-highlight{background:#fffceb}
.editor-pro-workspace{height:76vh;min-height:680px;max-height:1200px;padding:18px;overflow:auto;background:linear-gradient(135deg,#dce3eb,#edf1f5);overscroll-behavior:contain}
.editor-pro-page{height:100%;min-height:100%;margin:0 auto;background:#fff;box-shadow:0 4px 18px rgba(25,42,70,.20);transition:max-width .2s ease,width .2s ease;border:1px solid #aeb9c8}
.editor-viewport-wide{width:100%;max-width:none}.editor-viewport-desktop{width:1200px;max-width:100%}.editor-viewport-tablet{width:768px;max-width:100%}.editor-viewport-mobile{width:390px;max-width:100%}
.editor-pro-frame,.editor-pro-source{display:block;width:100%;height:100%;min-height:100%;border:0;background:#fff}
.editor-pro-source{display:none;padding:22px;resize:none;outline:none;font:14px/1.6 ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",monospace;color:#182333;tab-size:2}
.editor-pro-source:focus{box-shadow:inset 0 0 0 3px #78b7ff}.editor-pro-source-mode .editor-pro-frame{display:none}.editor-pro-source-mode .editor-pro-source{display:block}
.editor-pro-resize{height:14px;background:#edf1f5;border-top:1px solid #c5ced9;cursor:ns-resize;display:grid;place-items:center;touch-action:none}.editor-pro-resize span{width:58px;height:4px;border-radius:999px;background:#9aa9ba}.editor-resizing{cursor:ns-resize!important;user-select:none!important}
.editor-pro-status{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:8px 12px;background:#f8fafc;border-top:1px solid #c5ced9;color:#627085;font-size:.76rem}.editor-pro-status-left,.editor-pro-status-right{display:flex;align-items:center;gap:14px;min-width:0}.editor-pro-status span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.editor-draft-banner{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:12px 14px;background:#fff7d9;border-top:1px solid #ead694;color:#604a00}.editor-draft-banner[hidden]{display:none}.editor-draft-banner>div:first-child{display:flex;gap:6px;flex-wrap:wrap}.editor-draft-banner>div:last-child{display:flex;gap:7px}
.editor-pro-fullscreen{position:fixed!important;inset:0!important;z-index:5000!important;border-radius:0!important;display:flex!important;flex-direction:column!important}.editor-pro-fullscreen .editor-pro-toolbar{top:0}.editor-pro-fullscreen .editor-pro-workspace{flex:1 1 auto;height:auto!important;min-height:0!important;max-height:none!important;padding:10px}.editor-pro-fullscreen .editor-pro-page{height:100%;min-height:0}.editor-pro-fullscreen .editor-pro-resize{display:none}.editor-pro-fullscreen .editor-pro-status{flex:0 0 auto}.editor-page-locked,.editor-modal-open{overflow:hidden}
.editor-modal{z-index:6000;padding:22px}.editor-modal-card{width:min(1160px,100%);max-height:94vh;padding:0;overflow:hidden;display:flex;flex-direction:column;border-radius:14px}.editor-modal-head{position:static;padding:18px 20px;border-bottom:1px solid var(--border);background:#fff}.editor-modal-head h2{margin:0 0 3px}.editor-modal-head small{color:var(--muted)}.editor-modal-card>.form-grid,.editor-image-settings-layout,.editor-table-tools-grid{padding:20px;overflow:auto}.editor-small-dialog{width:min(760px,100%)}.editor-preview-dialog{width:min(1320px,100%);height:min(92vh,950px)}
.editor-modal-footer{display:flex;align-items:center;gap:9px;padding:13px 18px;border-top:1px solid var(--border);background:#f7f9fc;flex:0 0 auto}.editor-modal-spacer{flex:1}
.editor-media-dialog{height:min(92vh,900px)}.editor-media-filters{display:grid;grid-template-columns:minmax(220px,1fr) 180px auto;gap:10px;padding:14px 18px;border-bottom:1px solid var(--border);background:#f7f9fc}.editor-media-filters input,.editor-media-filters select{width:100%;border:1px solid #b9c4d2;border-radius:7px;padding:9px 11px;font:inherit;background:#fff}
.editor-media-grid{padding:16px;overflow:auto;align-content:start;grid-template-columns:repeat(auto-fill,minmax(155px,1fr));flex:1}.editor-media-item{display:flex;flex-direction:column;text-align:left;min-height:190px;padding:8px}.editor-media-thumb{height:118px;border-radius:6px;background:#eef2f6;display:grid;place-items:center;overflow:hidden;margin-bottom:8px}.editor-media-thumb img{width:100%;height:100%;object-fit:contain}.editor-media-item strong{display:block;width:100%;font-size:.82rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.editor-media-item small{display:block;width:100%;margin-top:3px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.editor-document-icon{display:grid;place-items:center;width:70px;height:82px;border-radius:6px;background:#fff;border:2px solid #738399;color:#415269;font-weight:900;font-size:.88rem}.editor-media-loading{grid-column:1/-1;display:grid;place-items:center;min-height:220px;color:var(--muted)}.editor-media-loading.error{color:var(--danger)}
.editor-image-settings-layout{display:grid;grid-template-columns:230px 1fr;gap:20px}.editor-image-preview{height:230px;display:grid;place-items:center;padding:12px;background:#eef2f6;border:1px solid var(--border);border-radius:10px}.editor-image-preview img{max-width:100%;max-height:100%;object-fit:contain}.editor-image-settings-layout .form-grid{padding:0}
.editor-table-tools-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.editor-table-tools-grid .button{justify-content:flex-start}
.editor-preview-frame{width:100%;height:100%;min-height:0;border:0;background:#fff;flex:1}.cms-table-scroll{max-width:100%;overflow-x:auto}
@media(max-width:1100px){.editor-pro-toolbar{top:84px}.editor-pro-head span{display:none}.editor-pro-group-right{margin-left:0}.editor-pro-workspace{min-height:620px}.editor-media-filters{grid-template-columns:1fr 150px}.editor-media-filters .button{grid-column:1/-1}}
@media(max-width:700px){.admin-editor-page .admin-main{padding-left:10px;padding-right:10px}.editor-pro-head{align-items:flex-start}.editor-pro-head-actions{flex-wrap:wrap;justify-content:flex-end}.editor-pro-toolbar{position:static}.editor-pro-row{align-items:stretch}.editor-pro-group{width:100%;border-right:0;padding-right:0}.editor-pro-toolbar button{flex:1 1 auto}.editor-pro-toolbar select{flex:1 1 120px;min-width:0!important}.editor-pro-workspace{height:72vh;min-height:520px;padding:6px}.editor-pro-status{align-items:flex-start;flex-direction:column;gap:4px}.editor-pro-status-left,.editor-pro-status-right{width:100%;justify-content:space-between}.editor-draft-banner{align-items:flex-start;flex-direction:column}.editor-modal{padding:6px}.editor-modal-card{max-height:98vh}.editor-media-filters{grid-template-columns:1fr}.editor-media-filters .button{grid-column:auto}.editor-media-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:8px}.editor-image-settings-layout{grid-template-columns:1fr}.editor-image-preview{height:180px}.editor-table-tools-grid{grid-template-columns:1fr}.editor-modal-footer{flex-wrap:wrap}.editor-preview-dialog{height:97vh}}
