.cl-editor{
  border:1px dashed #d6d6d9;
  border-radius:12px;
  padding:16px;
  background:#fafafa;
  display:grid;
  gap:10px;
}
.cl-ed-imagebtn{ margin-bottom:6px; }
.cl-ed-title{ margin:0; }
.cl-ed-row{ display:grid; grid-template-columns:1fr 1fr; gap:10px; }
@media (max-width:700px){ .cl-ed-row{ grid-template-columns:1fr; } }