.isd-wrapper{ width:100%; }
.isd-toolbar{ display:flex; flex-wrap:wrap; gap:8px; padding:10px; background:#f7f7f9; border:1px solid #eee; border-radius:10px; margin-bottom:10px; }
.isd-btn{ appearance:none; border:1px solid #ddd; background:#fff; padding:8px 12px; border-radius:8px; cursor:pointer; font:500 14px/1.2 system-ui,Segoe UI,Roboto; }
.isd-btn:hover{ background:#fafafa; }
.isd-btn.isd-active{ border-color:#111; }
.isd-btn.isd-primary{ background:#111; color:#fff; border-color:#111; }
.isd-sep{ width:1px; background:#e5e5e5; height:28px; align-self:center; }
.isd-canvas-wrap{ height: var(--isd-height, 600px); width:100%; background:#fff; border:1px solid #eee; border-radius:10px; overflow:hidden; }
.isd-meta{ margin-top:10px; }
.isd-meta input{ width:100%; max-width:420px; padding:10px; border-radius:8px; border:1px solid #ddd; }
