:root{--dvb-admin-bg:#f3f4f6;--dvb-panel:#ffffff;--dvb-text:#111827;--dvb-muted:#6b7280;--dvb-border:#e5e7eb;--dvb-primary:#166534;--dvb-primary-2:#15803d;--dvb-danger:#dc2626;--dvb-soft:#f9fafb}*{box-sizing:border-box}body.dvb-admin-body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--dvb-admin-bg);color:var(--dvb-text)}.dvb-admin-shell{max-width:1180px;margin:0 auto;padding:28px}.dvb-admin-header{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:20px}.dvb-admin-header h1{margin:0;font-size:34px;letter-spacing:-.04em}.dvb-admin-header p{margin:6px 0 0;color:var(--dvb-muted)}.dvb-kicker{font-weight:900;color:var(--dvb-primary);text-transform:uppercase;letter-spacing:.14em;font-size:12px!important}.dvb-card{background:var(--dvb-panel);border:1px solid var(--dvb-border);border-radius:22px;box-shadow:0 18px 50px rgba(15,23,42,.08);overflow:hidden}.dvb-table{width:100%;border-collapse:collapse}.dvb-table th,.dvb-table td{text-align:left;padding:14px 16px;border-bottom:1px solid var(--dvb-border);vertical-align:middle}.dvb-table th{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--dvb-muted);background:#f8fafc}.dvb-actions{display:flex;gap:7px;align-items:center;flex-wrap:wrap}.dvb-actions form{margin:0}.dvb-btn{border:1px solid var(--dvb-border);background:#fff;color:var(--dvb-text);border-radius:12px;padding:9px 13px;font-weight:800;text-decoration:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px}.dvb-btn:hover{border-color:#bbf7d0}.dvb-btn-primary{background:var(--dvb-primary);border-color:var(--dvb-primary);color:#fff}.dvb-btn-danger{color:#fff;background:var(--dvb-danger);border-color:var(--dvb-danger)}.dvb-btn-small{padding:6px 9px;border-radius:10px;font-size:12px}.dvb-btn-wide{width:100%;margin-bottom:8px}.dvb-btn-ghost{background:transparent}.dvb-badge{display:inline-flex;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:900}.dvb-badge.is-published{background:#dcfce7;color:#166534}.dvb-badge.is-draft{background:#fef3c7;color:#92400e}.dvb-alert{padding:13px 16px;border-radius:16px;margin:12px 0}.dvb-alert-success{background:#dcfce7;color:#166534}.dvb-alert-error{background:#fee2e2;color:#991b1b}.dvb-editor{min-height:100vh;display:flex;flex-direction:column}.dvb-editor-topbar{height:74px;background:#fff;border-bottom:1px solid var(--dvb-border);display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;padding:10px 14px;position:sticky;top:0;z-index:10}.dvb-topbar-left,.dvb-topbar-actions{display:flex;align-items:center;gap:10px}.dvb-topbar-left small{display:block;color:var(--dvb-muted);font-size:12px}.dvb-topbar-fields{display:flex;gap:8px;align-items:end}.dvb-topbar-fields label{font-size:11px;font-weight:900;color:var(--dvb-muted);text-transform:uppercase}.dvb-topbar-fields input,.dvb-topbar-fields select,.dvb-field input,.dvb-field select,.dvb-field textarea{display:block;width:100%;border:1px solid var(--dvb-border);border-radius:11px;padding:9px 10px;background:#fff;color:var(--dvb-text);font:inherit}.dvb-topbar-fields input{min-width:170px}.dvb-editor-grid{display:grid;grid-template-columns:300px 1fr 330px;gap:0;min-height:calc(100vh - 74px)}.dvb-sidebar{background:#fff;border-right:1px solid var(--dvb-border);overflow:auto;padding:14px}.dvb-right-panel{border-left:1px solid var(--dvb-border);border-right:0}.dvb-panel-section{margin-bottom:18px}.dvb-panel-section h2{font-size:13px;text-transform:uppercase;letter-spacing:.12em;color:var(--dvb-muted);margin:0 0 10px}.dvb-widget-list{display:grid;gap:8px}.dvb-widget-item{text-align:left;justify-content:flex-start;background:#f8fafc}.dvb-widget-item span{display:block}.dvb-widget-item small{color:var(--dvb-muted);font-weight:600}.dvb-tree-actions{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:10px}.dvb-tree{display:grid;gap:6px}.dvb-tree-item{border:1px solid var(--dvb-border);border-radius:12px;background:#fff;padding:8px 10px;cursor:pointer;font-size:13px;display:flex;align-items:center;gap:7px}.dvb-tree-item:hover,.dvb-tree-item.is-active{border-color:#22c55e;background:#f0fdf4}.dvb-tree-indent-1{margin-left:18px}.dvb-tree-indent-2{margin-left:36px}.dvb-tree-indent-3{margin-left:54px}.dvb-tree-type{font-size:10px;text-transform:uppercase;color:#15803d;font-weight:900}.dvb-canvas-shell{padding:18px;overflow:auto}.dvb-canvas-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;color:var(--dvb-muted);font-size:13px;font-weight:800}.dvb-canvas-toolbar a{color:var(--dvb-primary);text-decoration:none}.dvb-device-frame{margin:0 auto;background:#fff;border:1px solid var(--dvb-border);border-radius:24px;box-shadow:0 18px 50px rgba(15,23,42,.12);overflow:hidden;transition:max-width .2s}.dvb-device-frame.is-desktop{max-width:100%;height:calc(100vh - 130px)}.dvb-device-frame.is-tablet{max-width:768px;height:calc(100vh - 130px)}.dvb-device-frame.is-mobile{max-width:390px;height:calc(100vh - 130px)}#previewFrame{width:100%;height:100%;border:0;background:#fff}.dvb-selected-info{background:#f8fafc;border:1px dashed var(--dvb-border);border-radius:14px;padding:12px;color:var(--dvb-muted);font-size:13px;margin-bottom:12px}.dvb-field{margin-bottom:12px}.dvb-field label{font-size:12px;font-weight:900;color:#374151;display:block;margin-bottom:6px}.dvb-field-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.dvb-setting-group{border-top:1px solid var(--dvb-border);padding-top:12px;margin-top:12px}.dvb-setting-group h3{font-size:13px;margin:0 0 10px}.dvb-meta-line{font-size:12px;color:var(--dvb-muted)}@media(max-width:1100px){.dvb-editor-grid{grid-template-columns:260px 1fr}.dvb-right-panel{grid-column:1/-1;border-left:0;border-top:1px solid var(--dvb-border)}}@media(max-width:760px){.dvb-editor-topbar{height:auto;grid-template-columns:1fr;position:relative}.dvb-topbar-fields,.dvb-topbar-actions{flex-wrap:wrap}.dvb-editor-grid{grid-template-columns:1fr}.dvb-sidebar{border-right:0;border-bottom:1px solid var(--dvb-border)}.dvb-device-frame{height:70vh!important}.dvb-admin-header{display:block}.dvb-admin-header .dvb-btn{margin-top:14px}}

.dvb-tree-indent-4{margin-left:72px}.dvb-help-text{font-size:12px;line-height:1.45;color:var(--dvb-muted);background:#f8fafc;border:1px dashed var(--dvb-border);border-radius:12px;padding:9px 10px;margin-top:8px}.dvb-tree-item .dvb-tree-type{min-width:54px;text-align:center}.dvb-tree-item[data-id*="column_"]{background:#f8fafc}
.dvb-quick-add-group{background:#f8fafc;border:1px solid var(--dvb-border);border-radius:16px;padding:12px}.dvb-quick-widget-grid{display:grid;grid-template-columns:1fr;gap:7px;margin-top:10px}.dvb-quick-widget{justify-content:flex-start;text-align:left;background:#fff}.dvb-widget-item small{line-height:1.35}
/* DVPB-7C Column empty state polish */
.dvb-tree-title{flex:1;min-width:0}.dvb-tree-item small{margin-left:auto;color:var(--dvb-muted);font-size:11px;font-weight:800}.dvb-tree-item.is-empty-column{border-style:dashed;background:#f8fafc}.dvb-tree-item.is-empty-column .dvb-tree-type{color:#166534}.dvb-quick-widget{display:flex;justify-content:space-between;align-items:center;gap:8px}.dvb-quick-widget small{color:var(--dvb-muted);font-size:11px;font-weight:800}.dvb-selected-info strong{color:var(--dvb-text)}.dvb-column-target-note{font-size:12px;color:var(--dvb-muted)}@media(max-width:760px){.dvb-quick-widget-grid{grid-template-columns:1fr}.dvb-quick-widget{padding:10px 12px}.dvb-tree-item small{display:none}}

/* DVPB-7E Responsive controls polish */
.dvb-btn.is-active{background:#dcfce7;border-color:#22c55e;color:#166534}.dvb-setting-group h3::first-letter{text-transform:uppercase}.dvb-field input[type=checkbox]{display:inline-block;width:auto;margin-right:6px}.dvb-field label:has(input[type=checkbox]){display:flex;align-items:center;gap:6px}.dvb-field label:has(input[type=checkbox]) input{margin:0}

/* DVPB-7F Element actions polish */
.dvb-tree-item{position:relative;align-items:center}
.dvb-tree-item.is-hidden-element{opacity:.72;background:#f9fafb;border-style:dashed}
.dvb-tree-badge{display:inline-flex;align-items:center;border-radius:999px;background:#fef3c7;color:#92400e;font-size:10px;font-weight:900;padding:3px 7px;margin-left:auto;text-transform:uppercase;letter-spacing:.04em}
.dvb-tree-mini-actions{display:inline-flex;gap:3px;margin-left:6px;opacity:.35;transition:opacity .15s}
.dvb-tree-item:hover .dvb-tree-mini-actions,.dvb-tree-item.is-active .dvb-tree-mini-actions{opacity:1}
.dvb-tree-mini-actions button{border:1px solid var(--dvb-border);background:#fff;border-radius:8px;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:900;cursor:pointer;color:#374151}
.dvb-tree-mini-actions button:hover{border-color:#22c55e;color:#166534;background:#f0fdf4}
.dvb-element-actions-group{background:#f8fafc;border:1px solid var(--dvb-border);border-radius:16px;padding:12px}
.dvb-element-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
.dvb-element-action-grid .dvb-btn{width:100%}
.dvb-btn[disabled]{opacity:.45;cursor:not-allowed;background:#f3f4f6}
@media(max-width:760px){.dvb-tree-actions{display:grid;grid-template-columns:repeat(3,1fr)}.dvb-tree-actions .dvb-btn{width:100%;padding:8px 6px}.dvb-tree-mini-actions{opacity:1}.dvb-tree-mini-actions button{width:28px;height:28px}.dvb-tree-badge{margin-left:4px}.dvb-element-action-grid{grid-template-columns:1fr}}

/* DVPB-7G Save UX + Draft/Publish polish */
.dvb-save-status{display:inline-flex;align-items:center;gap:6px;font-weight:800;border-radius:999px;padding:3px 9px;margin-top:5px;background:#f3f4f6;color:#6b7280;width:max-content}
.dvb-save-status::before{content:"";width:7px;height:7px;border-radius:999px;background:currentColor;display:inline-block}
.dvb-save-status.is-clean{background:#f3f4f6;color:#6b7280}
.dvb-save-status.is-dirty{background:#fef3c7;color:#92400e}
.dvb-save-status.is-saving{background:#dbeafe;color:#1d4ed8}
.dvb-save-status.is-saved{background:#dcfce7;color:#166534}
.dvb-save-status.is-error{background:#fee2e2;color:#991b1b}
.dvb-public-link{white-space:nowrap}
.dvb-topbar-actions #saveDraftBtn{background:#f8fafc}
.dvb-topbar-actions #publishBtn{box-shadow:0 10px 20px rgba(22,101,52,.16)}
@media(max-width:760px){.dvb-topbar-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.dvb-topbar-actions .dvb-btn{width:100%;padding:9px 8px}.dvb-public-link{grid-column:1/-1}}

/* DVPB-7H Page list UX + quick actions */
.dvb-pages-shell{max-width:1180px}.dvb-pages-header{align-items:flex-start}.dvb-pages-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 14px}.dvb-summary-card{background:#fff;border:1px solid var(--dvb-border);border-radius:18px;padding:15px 16px;box-shadow:0 12px 32px rgba(15,23,42,.06)}.dvb-summary-card span{display:block;color:var(--dvb-muted);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.dvb-summary-card strong{display:block;margin-top:5px;font-size:28px;letter-spacing:-.04em}.dvb-pages-card{overflow:hidden}.dvb-card-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;border-bottom:1px solid var(--dvb-border);background:#fff}.dvb-card-toolbar h2{font-size:18px;margin:0}.dvb-card-toolbar p{margin:4px 0 0;color:var(--dvb-muted);font-size:13px}.dvb-pages-table td{vertical-align:top}.dvb-pages-table tr.is-home-page{background:#f8fffb}.dvb-page-title-cell,.dvb-page-slug-cell{display:grid;gap:5px}.dvb-page-title-cell strong{font-size:15px}.dvb-page-title-cell small{color:var(--dvb-muted);font-size:11px}.dvb-page-slug-cell a{color:var(--dvb-primary);font-weight:800;text-decoration:none;font-size:12px}.dvb-badge.is-home{background:#dbeafe;color:#1d4ed8;margin-left:0;width:max-content}.dvb-page-actions{min-width:280px}.dvb-page-actions .dvb-btn[disabled]{opacity:.45;cursor:not-allowed}.dvb-empty-state{padding:28px;text-align:center}.dvb-empty-state strong{font-size:20px}.dvb-empty-state p{color:var(--dvb-muted);margin:8px auto 16px;max-width:520px}@media(max-width:900px){.dvb-pages-summary{grid-template-columns:1fr}.dvb-card-toolbar{display:block}.dvb-card-toolbar .dvb-btn{margin-top:12px}.dvb-table-wrap{overflow-x:auto}.dvb-pages-table{min-width:860px}.dvb-page-actions{min-width:260px}}@media(max-width:760px){.dvb-pages-shell{padding:16px}.dvb-summary-card strong{font-size:24px}.dvb-admin-header h1{font-size:28px}.dvb-card-toolbar{padding:14px}.dvb-empty-state{padding:22px 14px}}

/* DVPB-7I Animation controls */
.dvb-animation-group{background:#fff7ed;border:1px solid #fed7aa;border-radius:16px;padding:12px}
.dvb-animation-group h3{color:#9a3412}
.dvb-animation-group .dvb-help-text{background:#fff7ed;border-color:#fdba74;color:#9a3412}
.dvb-animation-group .dvb-field-row{grid-template-columns:1fr 1fr}
.dvb-setting-group select option[value=none]{color:#6b7280}
@media(max-width:760px){.dvb-animation-group .dvb-field-row{grid-template-columns:1fr}}

/* DVPB-7J Hover effects */
.dvb-hover-group{background:#f0f9ff;border:1px solid #bae6fd;border-radius:16px;padding:12px}
.dvb-hover-group h3{color:#075985}
.dvb-hover-group .dvb-help-text{background:#f0f9ff;border-color:#7dd3fc;color:#075985}
.dvb-hover-group .dvb-field-row{grid-template-columns:1fr 1fr}
@media(max-width:760px){.dvb-hover-group .dvb-field-row{grid-template-columns:1fr}}


/* DVPB-7K Button style controls */
.dvb-button-style-group{background:#f5f3ff;border:1px solid #ddd6fe;border-radius:16px;padding:12px}
.dvb-button-style-group h3{color:#5b21b6}
.dvb-button-style-group .dvb-help-text{background:#f5f3ff;border-color:#c4b5fd;color:#5b21b6}
.dvb-button-style-group .dvb-field-row{grid-template-columns:1fr 1fr}
.dvb-subtitle{margin:14px 0 10px;font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#6d28d9}
@media(max-width:760px){.dvb-button-style-group .dvb-field-row{grid-template-columns:1fr}}

/* DVPB-7L Background advanced */
.dvb-background-group{background:#ecfeff;border:1px solid #a5f3fc;border-radius:16px;padding:12px}
.dvb-background-group h3{color:#155e75}
.dvb-background-group .dvb-help-text{background:#ecfeff;border-color:#67e8f9;color:#155e75}
.dvb-background-group .dvb-field-row{grid-template-columns:1fr 1fr}
.dvb-background-group input[type=url]{font-size:12px}
@media(max-width:760px){.dvb-background-group .dvb-field-row{grid-template-columns:1fr}}
/* DVPB-7L-H1 Fixed preview + collapsible settings */
body.dvb-editor-body{height:100dvh;overflow:hidden}
body.dvb-editor-body .dvb-editor{height:100dvh;min-height:0;overflow:hidden}
body.dvb-editor-body .dvb-editor-topbar{position:relative;top:auto;z-index:20;flex:0 0 74px}
body.dvb-editor-body .dvb-editor-grid{height:calc(100dvh - 74px);min-height:0;overflow:hidden}
body.dvb-editor-body .dvb-sidebar{height:100%;min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain}
body.dvb-editor-body .dvb-canvas-shell{height:100%;min-height:0;overflow:hidden;display:flex;flex-direction:column}
body.dvb-editor-body .dvb-canvas-toolbar{flex:0 0 auto}
body.dvb-editor-body .dvb-device-frame{flex:1 1 auto;min-height:0;height:auto!important}
body.dvb-editor-body #previewFrame{display:block;height:100%}
.dvb-setting-group{position:relative}
.dvb-setting-title{display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;user-select:none}
.dvb-collapse-toggle{width:28px;height:28px;min-width:28px;border:1px solid var(--dvb-border);background:#fff;border-radius:10px;color:#374151;font-size:18px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:.15s ease}
.dvb-collapse-toggle:hover{border-color:#22c55e;background:#f0fdf4;color:#166534}
.dvb-collapse-toggle span{display:block;line-height:1;margin-top:-1px}
.dvb-setting-group.is-collapsed{padding-bottom:0}
.dvb-setting-group.is-collapsed > :not(h3){display:none!important}
.dvb-setting-group.is-collapsed > h3{margin-bottom:0!important}
@media(max-width:1100px){body.dvb-editor-body .dvb-editor-grid{height:calc(100dvh - 74px);overflow:auto}.dvb-canvas-shell{min-height:65vh}.dvb-right-panel{max-height:50vh}}
@media(max-width:760px){body.dvb-editor-body{overflow:auto}body.dvb-editor-body .dvb-editor{height:auto;min-height:100dvh;overflow:visible}body.dvb-editor-body .dvb-editor-grid{height:auto;overflow:visible}body.dvb-editor-body .dvb-sidebar{height:auto;max-height:70vh}.dvb-canvas-shell{height:75vh!important}.dvb-collapse-toggle{width:30px;height:30px}}


/* DVPB-7L-H2 Admin layout polish + device preview icon fix */
.dvb-sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
body.dvb-editor-body .dvb-editor-topbar{height:64px;min-height:64px;padding:8px 12px;grid-template-columns:auto minmax(360px,1fr) auto;gap:10px}
body.dvb-editor-body .dvb-topbar-left{gap:8px;min-width:180px}
body.dvb-editor-body .dvb-topbar-left strong{font-size:14px;line-height:1.1;white-space:nowrap}
body.dvb-editor-body .dvb-save-status{font-size:11px;max-width:145px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
body.dvb-editor-body .dvb-topbar-fields{display:grid;grid-template-columns:minmax(150px,1fr) minmax(130px,1fr) 94px;gap:8px;min-width:0}
body.dvb-editor-body .dvb-topbar-fields label{min-width:0}
body.dvb-editor-body .dvb-topbar-fields input,body.dvb-editor-body .dvb-topbar-fields select{height:36px;min-width:0;padding:7px 9px;font-size:13px}
body.dvb-editor-body .dvb-topbar-actions{gap:7px;justify-content:flex-end;min-width:0}
.dvb-device-switcher{display:inline-flex;align-items:center;gap:5px;padding:3px;border:1px solid var(--dvb-border);border-radius:14px;background:#f8fafc;white-space:nowrap}
.dvb-device-btn{width:38px;height:34px;padding:0;border-radius:11px;font-size:17px;line-height:1;background:transparent}
.dvb-device-btn:hover{background:#fff;border-color:#86efac}
.dvb-device-btn.is-active{background:#dcfce7!important;border-color:#22c55e!important;color:#166534!important;box-shadow:0 0 0 2px rgba(34,197,94,.14)}
body.dvb-editor-body .dvb-editor-grid{grid-template-columns:320px minmax(0,1fr) 340px;height:calc(100dvh - 64px)}
body.dvb-editor-body .dvb-canvas-shell{padding:12px 16px;background:#f8fafc}
body.dvb-editor-body .dvb-canvas-toolbar{height:26px;margin-bottom:8px;font-size:12px}
body.dvb-editor-body .dvb-device-frame{align-self:center;width:100%;height:100%!important;min-height:0;max-height:100%;transition:width .18s ease,max-width .18s ease,box-shadow .18s ease}
body.dvb-editor-body .dvb-device-frame.is-desktop{width:100%;max-width:100%}
body.dvb-editor-body .dvb-device-frame.is-tablet{width:min(768px,100%);max-width:768px}
body.dvb-editor-body .dvb-device-frame.is-mobile{width:min(390px,100%);max-width:390px}
.dvb-tree-actions{display:grid;grid-template-columns:repeat(6,1fr);gap:5px}
.dvb-tree-actions .dvb-btn{min-width:0;padding:7px 0;font-size:13px}
.dvb-tree-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"type title actions" "type meta actions";column-gap:7px;row-gap:2px;align-items:center;padding:8px 8px}
.dvb-tree-type{grid-area:type;min-width:48px!important;font-size:9px!important;line-height:1;border-radius:999px;background:#f0fdf4;padding:4px 5px;text-align:center}
.dvb-tree-title{grid-area:title;display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}
.dvb-tree-item small{grid-area:meta;display:block;margin-left:0!important;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px!important;line-height:1.2}
.dvb-tree-badge{grid-area:meta;justify-self:start;margin-top:14px}
.dvb-tree-mini-actions{grid-area:actions;display:grid;grid-template-columns:repeat(2,22px);gap:3px;align-self:center;margin-left:0!important}
.dvb-tree-mini-actions button{width:22px;height:22px;padding:0;border-radius:7px;font-size:11px;line-height:1;background:#fff}
.dvb-tree-indent-1{margin-left:12px}.dvb-tree-indent-2{margin-left:24px}.dvb-tree-indent-3{margin-left:36px}.dvb-tree-indent-4{margin-left:48px}
.dvb-widget-item{display:grid;grid-template-columns:minmax(0,1fr);gap:2px;padding:9px 11px}
.dvb-widget-item span{font-size:13px;line-height:1.15}.dvb-widget-item small{font-size:11px;line-height:1.25}
.dvb-right-panel .dvb-panel-section h2,.dvb-left-panel .dvb-panel-section h2{font-size:12px;margin-bottom:9px}
.dvb-selected-info{padding:10px 11px;font-size:12px;line-height:1.35}
.dvb-setting-group{border:1px solid var(--dvb-border);border-radius:14px;padding:10px 10px;margin-top:10px;background:#fff}
.dvb-setting-title{margin:-2px 0 0!important}.dvb-setting-title span:first-child{font-size:13px;font-weight:900}
.dvb-collapse-toggle{width:24px;height:24px;min-width:24px;border-radius:9px;font-size:16px}
.dvb-field{margin-bottom:10px}.dvb-field label{font-size:11px;margin-bottom:5px}.dvb-field input,.dvb-field select,.dvb-field textarea{padding:8px 9px;font-size:13px}
@media(max-width:1280px){body.dvb-editor-body .dvb-editor-topbar{grid-template-columns:1fr auto;min-height:112px;height:112px}body.dvb-editor-body .dvb-topbar-fields{grid-column:1/-1;order:3}body.dvb-editor-body .dvb-editor-grid{height:calc(100dvh - 112px);grid-template-columns:300px minmax(0,1fr) 320px}}
@media(max-width:1100px){body.dvb-editor-body .dvb-editor-grid{height:calc(100dvh - 112px);overflow:hidden;grid-template-columns:280px minmax(0,1fr) 300px}.dvb-tree-indent-1{margin-left:8px}.dvb-tree-indent-2{margin-left:16px}.dvb-tree-indent-3{margin-left:24px}.dvb-tree-indent-4{margin-left:32px}}
@media(max-width:760px){body.dvb-editor-body{height:auto;overflow:auto}body.dvb-editor-body .dvb-editor-topbar{height:auto;min-height:0;grid-template-columns:1fr;position:relative}body.dvb-editor-body .dvb-topbar-fields{grid-template-columns:1fr 1fr 96px}body.dvb-editor-body .dvb-topbar-actions{justify-content:flex-start;flex-wrap:wrap}body.dvb-editor-body .dvb-editor-grid{height:auto;grid-template-columns:1fr;overflow:visible}.dvb-device-switcher{order:-1}.dvb-canvas-shell{height:78vh!important}.dvb-tree-actions{grid-template-columns:repeat(3,1fr)}}

/* DVPB-7L-H3 Structure collapse + settings proportion polish */
body.dvb-editor-body .dvb-left-panel{padding:12px 10px}
body.dvb-editor-body .dvb-right-panel{padding:12px 12px}
.dvb-left-panel .dvb-panel-section{margin-bottom:15px}
.dvb-left-panel .dvb-panel-section h2,.dvb-right-panel .dvb-panel-section h2{letter-spacing:.16em;font-size:11px;margin-bottom:9px}
.dvb-tree-actions{display:grid!important;grid-template-columns:repeat(6,34px)!important;justify-content:start;gap:6px;margin-bottom:11px}
.dvb-tree-actions .dvb-btn{width:34px;height:32px;min-width:0;padding:0!important;border-radius:10px;font-size:13px;line-height:1}
.dvb-tree{display:grid;gap:5px}
.dvb-tree-item{display:grid!important;grid-template-columns:20px 54px minmax(0,1fr) auto!important;grid-template-areas:"collapse type main actions"!important;column-gap:6px;align-items:center;min-height:42px;padding:7px 7px!important;border-radius:12px;background:#fff;box-shadow:none}
.dvb-tree-item.has-children{background:#fff}
.dvb-tree-item.is-collapsed{background:#fbfdff}
.dvb-tree-collapse-btn,.dvb-tree-collapse-placeholder{grid-area:collapse;width:20px;height:24px;display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:#64748b;border-radius:7px;font-size:17px;font-weight:900;line-height:1;cursor:pointer;padding:0}
.dvb-tree-collapse-btn:hover{background:#f0fdf4;color:#166534}
.dvb-tree-collapse-placeholder{opacity:.25;cursor:default}
.dvb-tree-type{grid-area:type!important;min-width:0!important;width:54px;font-size:8px!important;line-height:1!important;border-radius:999px;background:#f0fdf4;padding:4px 5px!important;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#15803d;font-weight:900}
.dvb-tree-main{grid-area:main;display:flex;flex-direction:column;justify-content:center;min-width:0;line-height:1.12}
.dvb-tree-title{display:block!important;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:850;line-height:1.16;color:#0f172a}
.dvb-tree-main small{display:block!important;margin:3px 0 0!important;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9.5px!important;line-height:1.05!important;color:#64748b;font-weight:800;grid-area:auto!important}
.dvb-tree-mini-actions{grid-area:actions!important;display:grid!important;grid-template-columns:repeat(2,20px)!important;gap:3px;align-self:center;margin-left:0!important;opacity:.14;transition:opacity .15s ease}
.dvb-tree-item:hover .dvb-tree-mini-actions,.dvb-tree-item.is-active .dvb-tree-mini-actions{opacity:1}
.dvb-tree-mini-actions button{width:20px!important;height:20px!important;min-width:20px!important;border-radius:7px!important;font-size:10px!important;padding:0!important;line-height:1;background:#fff;color:#475569}
.dvb-tree-badge{grid-area:main;justify-self:end;align-self:start;margin:0 0 0 6px!important;padding:2px 6px;font-size:8.5px;line-height:1}
.dvb-tree-indent-1{margin-left:8px!important}.dvb-tree-indent-2{margin-left:16px!important}.dvb-tree-indent-3{margin-left:24px!important}.dvb-tree-indent-4{margin-left:32px!important}
.dvb-tree-item.is-empty-column{background:#f8fafc;border-style:dashed}.dvb-tree-item.is-active{box-shadow:0 0 0 1px rgba(34,197,94,.18)}
.dvb-selected-info{display:flex;flex-direction:column;justify-content:center;min-height:54px;padding:10px 12px!important;font-size:12px!important;line-height:1.25!important;border-radius:13px;margin-bottom:10px!important}
.dvb-selected-info strong{font-size:13px;line-height:1.1}.dvb-meta-line{font-size:11px;line-height:1.25;margin-top:3px}
.dvb-setting-group{border:1px solid var(--dvb-border)!important;border-radius:14px!important;padding:8px 9px!important;margin-top:8px!important;background:#fff;overflow:hidden}
.dvb-setting-group h3,.dvb-setting-title{min-height:30px;margin:0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px;font-size:13px!important;line-height:1.1!important;font-weight:900!important}
.dvb-setting-group:not(.is-collapsed) > h3{margin-bottom:8px!important}
.dvb-collapse-toggle{width:24px!important;height:24px!important;min-width:24px!important;border-radius:9px!important;font-size:15px!important;align-self:center!important;margin-left:auto!important}
.dvb-collapse-toggle span{line-height:1!important;margin:0!important;transform:translateY(-1px)}
.dvb-setting-group.is-collapsed{padding-top:7px!important;padding-bottom:7px!important}
.dvb-field{margin-bottom:9px!important}.dvb-field label{font-size:11px!important;line-height:1.2!important;margin-bottom:5px!important}.dvb-field input,.dvb-field select,.dvb-field textarea{min-height:36px;padding:7px 9px!important;font-size:13px!important;border-radius:10px!important}.dvb-field input[type=checkbox]{min-height:0}.dvb-field-row{gap:7px!important}.dvb-help-text{font-size:11px!important;line-height:1.35!important;padding:8px 9px!important;border-radius:10px!important}.dvb-element-action-grid{gap:6px}.dvb-element-actions-group .dvb-btn{min-height:32px}
@media(max-width:760px){.dvb-tree-actions{grid-template-columns:repeat(6,32px)!important}.dvb-tree-actions .dvb-btn{width:32px;height:31px}.dvb-tree-item{grid-template-columns:20px 52px minmax(0,1fr) auto!important}.dvb-tree-type{width:52px}.dvb-tree-title{font-size:12px}.dvb-tree-mini-actions{opacity:1}.dvb-tree-mini-actions button{width:21px!important;height:21px!important}.dvb-setting-group{padding:8px!important}.dvb-setting-group h3,.dvb-setting-title{min-height:32px}}


/* DVPB-7L-H4 Structure tree simplify + color labels + drag sort foundation */
.dvb-tree-hint{margin:0 0 10px;color:#64748b;font-size:11px;line-height:1.35;background:#f8fafc;border:1px dashed #dbe3ef;border-radius:11px;padding:8px 9px}
.dvb-tree-actions,.dvb-tree-mini-actions{display:none!important}
.dvb-tree{gap:7px!important}
.dvb-tree-item{grid-template-columns:22px 64px minmax(0,1fr) 18px!important;grid-template-areas:"collapse type main handle"!important;min-height:44px!important;border-radius:13px!important;padding:7px 8px!important;border-width:1px!important;cursor:pointer;user-select:none;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,opacity .16s ease,transform .16s ease}
.dvb-tree-item:hover{transform:translateY(-1px)}
.dvb-tree-item.is-dragging{opacity:.45;transform:scale(.985)}
.dvb-tree-item.is-drop-target{box-shadow:0 0 0 2px rgba(22,101,52,.20),0 10px 28px rgba(15,23,42,.08)!important;border-style:solid!important}
.dvb-tree-drag-handle{grid-area:handle;color:#94a3b8;font-weight:900;letter-spacing:-3px;font-size:15px;line-height:1;align-self:center;justify-self:center;cursor:grab;opacity:.75}.dvb-tree-item:active .dvb-tree-drag-handle{cursor:grabbing}
.dvb-tree-collapse-btn{position:relative;z-index:2;background:#fff!important;border:1px solid rgba(148,163,184,.24)!important;color:#334155!important;font-size:15px!important;box-shadow:0 1px 2px rgba(15,23,42,.04)}
.dvb-tree-collapse-btn:hover{background:#f8fafc!important;color:#0f172a!important;border-color:#94a3b8!important}.dvb-tree-collapse-placeholder{width:20px!important}
.dvb-tree-main{padding-top:1px}.dvb-tree-title{font-size:12.5px!important;font-weight:900!important}.dvb-tree-main small{font-size:10px!important;color:#64748b!important;margin-top:4px!important}
.dvb-tree-type{width:64px!important;font-size:8px!important;letter-spacing:.02em;border-radius:999px!important;border:1px solid transparent!important;text-transform:uppercase}
.dvb-tree-item.is-type-section{background:#f0fdf4;border-color:#86efac}.dvb-tree-item.is-type-section.is-active{background:#dcfce7;border-color:#22c55e}.dvb-tree-item.is-type-section .dvb-tree-type{background:#dcfce7;color:#166534;border-color:#bbf7d0}
.dvb-tree-item.is-type-container{background:#eff6ff;border-color:#bfdbfe}.dvb-tree-item.is-type-container.is-active{background:#dbeafe;border-color:#60a5fa}.dvb-tree-item.is-type-container .dvb-tree-type{background:#dbeafe;color:#1d4ed8;border-color:#bfdbfe}
.dvb-tree-item.is-type-column{background:#faf5ff;border-color:#e9d5ff}.dvb-tree-item.is-type-column.is-active{background:#f3e8ff;border-color:#c084fc}.dvb-tree-item.is-type-column .dvb-tree-type{background:#f3e8ff;color:#7e22ce;border-color:#e9d5ff}
.dvb-tree-item.is-type-widget{background:#fffbeb;border-color:#fde68a}.dvb-tree-item.is-type-widget.is-active{background:#fef3c7;border-color:#f59e0b}.dvb-tree-item.is-type-widget .dvb-tree-type{background:#fef3c7;color:#b45309;border-color:#fde68a}
.dvb-tree-item.is-hidden-element{opacity:.68;filter:saturate(.75)}.dvb-tree-item.is-empty-column{border-style:dashed!important;background:#f8fafc!important}
.dvb-tree-badge{grid-area:main!important;justify-self:end;align-self:center;margin:0!important;background:#fff7ed!important;color:#c2410c!important;border:1px solid #fed7aa!important}
.dvb-tree-indent-1{margin-left:10px!important}.dvb-tree-indent-2{margin-left:20px!important}.dvb-tree-indent-3{margin-left:30px!important}.dvb-tree-indent-4{margin-left:40px!important}
.dvb-tree-item.is-collapsed{box-shadow:inset 0 -1px 0 rgba(15,23,42,.03)}
.dvb-tree-item.is-collapsed .dvb-tree-main small::after{content:' • collapsed';font-weight:700;color:#94a3b8}
@media(max-width:760px){.dvb-tree-item{grid-template-columns:22px 60px minmax(0,1fr) 18px!important}.dvb-tree-type{width:60px!important}.dvb-tree-indent-1{margin-left:8px!important}.dvb-tree-indent-2{margin-left:16px!important}.dvb-tree-indent-3{margin-left:24px!important}.dvb-tree-indent-4{margin-left:32px!important}.dvb-tree-hint{font-size:10.5px}}


/* DVPB-7M Typography Controls */
.dvb-typography-group{border-color:#ddd6fe!important;background:#fbfaff}
.dvb-typography-group>.dvb-setting-title,.dvb-typography-group>h3{color:#6d28d9!important}
.dvb-typography-group .dvb-help-text{background:#faf5ff;border-color:#e9d5ff;color:#6b21a8}
.dvb-field-row .dvb-field{min-width:0}


/* DVPB-7M-H2: compact controls, slider inputs, and square color pickers */
body.dvb-editor-body .dvb-right-panel{
  scrollbar-gutter: stable;
}
body.dvb-editor-body #settingsPanel{
  display:grid;
  gap:7px;
}
body.dvb-editor-body .dvb-setting-group{
  margin-top:0!important;
  padding:7px 8px!important;
  border-radius:13px!important;
}
body.dvb-editor-body .dvb-setting-group h3,
body.dvb-editor-body .dvb-setting-title{
  min-height:28px!important;
  font-size:12px!important;
  line-height:1!important;
  letter-spacing:-.01em;
}
body.dvb-editor-body .dvb-setting-group:not(.is-collapsed) > h3{
  margin-bottom:7px!important;
}
body.dvb-editor-body .dvb-field{
  margin-bottom:7px!important;
}
body.dvb-editor-body .dvb-field label{
  display:block;
  margin-bottom:4px!important;
  font-size:10.5px!important;
  line-height:1.1!important;
  color:#4b5563!important;
}
body.dvb-editor-body .dvb-field input,
body.dvb-editor-body .dvb-field select,
body.dvb-editor-body .dvb-field textarea{
  min-height:32px!important;
  padding:6px 8px!important;
  font-size:12.5px!important;
  border-radius:9px!important;
}
body.dvb-editor-body .dvb-field-row{
  gap:6px!important;
}
body.dvb-editor-body .dvb-field-row .dvb-field{
  margin-bottom:7px!important;
}
.dvb-range-field label,
.dvb-color-field label{
  margin-bottom:5px!important;
}
.dvb-range-control{
  display:grid;
  grid-template-columns:minmax(0,1fr) 62px;
  align-items:center;
  gap:7px;
  min-height:32px;
}
.dvb-range-slider{
  width:100%!important;
  min-height:20px!important;
  height:20px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  accent-color:var(--dvb-primary);
}
.dvb-range-number{
  width:62px!important;
  min-height:30px!important;
  padding:5px 6px!important;
  text-align:center;
  font-size:12px!important;
  font-weight:800;
  background:#f9fafb!important;
}
.dvb-color-control{
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  align-items:center;
  gap:7px;
}
.dvb-color-picker{
  width:34px!important;
  height:34px!important;
  min-height:34px!important;
  padding:2px!important;
  border-radius:9px!important;
  cursor:pointer;
}
.dvb-color-value{
  min-height:32px!important;
  padding:6px 8px!important;
  font-size:12px!important;
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace!important;
}
.dvb-field input[type=color]::-webkit-color-swatch-wrapper{padding:0}
.dvb-field input[type=color]::-webkit-color-swatch{border:0;border-radius:7px}
.dvb-field input[type=color]::-moz-color-swatch{border:0;border-radius:7px}
.dvb-field-note{
  display:block;
  margin-top:4px;
  color:#6b7280;
  font-size:10.5px;
  line-height:1.25;
}
body.dvb-editor-body .dvb-help-text{
  margin-top:7px;
  font-size:10.5px!important;
  line-height:1.28!important;
  padding:7px 8px!important;
}
body.dvb-editor-body .dvb-subtitle{
  margin:8px 0 6px!important;
  font-size:11px!important;
  line-height:1!important;
}
body.dvb-editor-body .dvb-collapse-toggle{
  width:24px!important;
  height:24px!important;
  min-width:24px!important;
  border-radius:8px!important;
}
body.dvb-editor-body .dvb-selected-info{
  padding:9px 10px!important;
  border-radius:12px!important;
  margin-bottom:8px!important;
  font-size:12px!important;
}
body.dvb-editor-body .dvb-btn-small{
  min-height:30px;
  padding:5px 8px;
  font-size:11.5px;
}
@media(max-width:1100px){
  body.dvb-editor-body .dvb-right-panel{
    max-height:45vh!important;
  }
}
@media(max-width:760px){
  body.dvb-editor-body .dvb-right-panel{
    max-height:52vh!important;
    padding:9px!important;
  }
  body.dvb-editor-body #settingsPanel{
    gap:6px;
  }
  body.dvb-editor-body .dvb-setting-group{
    padding:7px!important;
  }
  body.dvb-editor-body .dvb-field-row{
    grid-template-columns:1fr!important;
  }
  .dvb-range-control{
    grid-template-columns:minmax(0,1fr) 58px;
  }
  .dvb-range-number{
    width:58px!important;
  }
  .dvb-color-control{
    grid-template-columns:34px minmax(0,1fr);
  }
}

/* DVPB-7M-H3: mobile admin layout isolation fix
   Mobile-only overrides: keep desktop/tablet layout untouched. */
@media (max-width: 760px){
  body.dvb-editor-body{
    height:auto!important;
    min-height:100dvh!important;
    overflow:auto!important;
    background:var(--dvb-admin-bg)!important;
  }
  body.dvb-editor-body .dvb-editor{
    display:block!important;
    min-height:100dvh!important;
    height:auto!important;
    overflow:visible!important;
  }
  body.dvb-editor-body .dvb-editor-topbar{
    position:static!important;
    top:auto!important;
    z-index:1!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    padding:10px 12px 12px!important;
    gap:9px!important;
    border-bottom:1px solid var(--dvb-border)!important;
    box-shadow:0 8px 20px rgba(15,23,42,.04)!important;
  }
  body.dvb-editor-body .dvb-topbar-left{
    order:1!important;
    width:100%!important;
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr)!important;
    align-items:center!important;
    gap:10px!important;
  }
  body.dvb-editor-body .dvb-topbar-left > div{min-width:0!important;}
  body.dvb-editor-body .dvb-topbar-left strong{
    display:block!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    font-size:17px!important;
    line-height:1.12!important;
  }
  body.dvb-editor-body .dvb-save-status{
    display:inline-flex!important;
    max-width:100%!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
  body.dvb-editor-body .dvb-topbar-actions{
    order:2!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    width:100%!important;
    gap:7px!important;
    align-items:stretch!important;
  }
  body.dvb-editor-body .dvb-device-switcher{
    order:1!important;
    grid-column:1/-1!important;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:6px!important;
    width:100%!important;
    padding:4px!important;
    border-radius:16px!important;
    background:#f8fafc!important;
    border:1px solid var(--dvb-border)!important;
  }
  body.dvb-editor-body .dvb-device-btn{
    width:100%!important;
    min-height:40px!important;
    padding:7px!important;
    border-radius:13px!important;
    font-size:17px!important;
  }
  body.dvb-editor-body .dvb-topbar-actions > .dvb-public-link{
    order:2!important;
    grid-column:1/-1!important;
  }
  body.dvb-editor-body .dvb-topbar-actions > #saveDraftBtn,
  body.dvb-editor-body .dvb-topbar-actions > #publishBtn,
  body.dvb-editor-body .dvb-topbar-actions > #saveCurrentBtn{order:3!important;}
  body.dvb-editor-body .dvb-topbar-actions > #saveCurrentBtn{grid-column:1/-1!important;}
  body.dvb-editor-body .dvb-topbar-actions .dvb-btn,
  body.dvb-editor-body .dvb-topbar-left .dvb-btn{
    min-height:39px!important;
    padding:8px 10px!important;
    border-radius:13px!important;
    font-size:13px!important;
    white-space:nowrap!important;
  }
  body.dvb-editor-body .dvb-topbar-fields{
    order:3!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) 112px!important;
    width:100%!important;
    gap:7px!important;
    align-items:end!important;
  }
  body.dvb-editor-body .dvb-topbar-fields label{
    min-width:0!important;
    font-size:10px!important;
    line-height:1.1!important;
    letter-spacing:.08em!important;
  }
  body.dvb-editor-body .dvb-topbar-fields input,
  body.dvb-editor-body .dvb-topbar-fields select{
    min-width:0!important;
    width:100%!important;
    min-height:38px!important;
    padding:7px 9px!important;
    border-radius:12px!important;
    font-size:13px!important;
  }
  body.dvb-editor-body .dvb-editor-grid{
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
  }
  body.dvb-editor-body .dvb-left-panel,
  body.dvb-editor-body .dvb-right-panel,
  body.dvb-editor-body .dvb-canvas-shell{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    border-left:0!important;
    border-right:0!important;
  }
  body.dvb-editor-body .dvb-left-panel{
    order:1!important;
    padding:12px!important;
    border-bottom:1px solid var(--dvb-border)!important;
    background:#fff!important;
  }
  body.dvb-editor-body .dvb-canvas-shell{
    order:2!important;
    padding:12px!important;
    min-height:0!important;
    background:#f8fafc!important;
    border-bottom:1px solid var(--dvb-border)!important;
  }
  body.dvb-editor-body .dvb-right-panel{
    order:3!important;
    padding:12px!important;
    background:#fff!important;
  }
  body.dvb-editor-body .dvb-panel-section{margin-bottom:14px!important;}
  body.dvb-editor-body .dvb-canvas-toolbar{
    position:static!important;
    margin:0 0 10px!important;
    padding:0 2px!important;
    min-height:28px!important;
  }
  body.dvb-editor-body .dvb-device-frame{
    width:100%!important;
    height:72vh!important;
    min-height:520px!important;
    max-height:760px!important;
    border-radius:22px!important;
    margin:0 auto!important;
  }
  body.dvb-editor-body .dvb-device-frame.is-tablet{max-width:min(100%,768px)!important;}
  body.dvb-editor-body .dvb-device-frame.is-mobile{max-width:min(100%,390px)!important;}
  body.dvb-editor-body #previewFrame{
    display:block!important;
    width:100%!important;
    height:100%!important;
  }
  body.dvb-editor-body .dvb-widget-list{grid-template-columns:1fr!important;}
  body.dvb-editor-body .dvb-tree{
    max-width:100%!important;
    overflow:visible!important;
  }
  body.dvb-editor-body .dvb-tree-item{
    width:100%!important;
    max-width:100%!important;
    min-height:46px!important;
  }
  body.dvb-editor-body .dvb-tree-indent-1{margin-left:7px!important}
  body.dvb-editor-body .dvb-tree-indent-2{margin-left:14px!important}
  body.dvb-editor-body .dvb-tree-indent-3{margin-left:21px!important}
  body.dvb-editor-body .dvb-tree-indent-4{margin-left:28px!important}
  body.dvb-editor-body .dvb-selected-info,
  body.dvb-editor-body #settingsPanel,
  body.dvb-editor-body .dvb-setting-group{max-width:100%!important;}
}
@media (max-width: 430px){
  body.dvb-editor-body .dvb-topbar-fields{grid-template-columns:1fr 1fr!important;}
  body.dvb-editor-body .dvb-topbar-fields label:last-child{grid-column:1/-1!important;}
  body.dvb-editor-body .dvb-topbar-actions{grid-template-columns:1fr 1fr!important;}
  body.dvb-editor-body .dvb-topbar-actions .dvb-btn{
    font-size:12.5px!important;
    padding-left:8px!important;
    padding-right:8px!important;
  }
  body.dvb-editor-body .dvb-tree-item{grid-template-columns:22px 58px minmax(0,1fr) 16px!important;}
  body.dvb-editor-body .dvb-tree-type{width:58px!important;font-size:7px!important;}
}
