.stefic-docs-list{ list-style:none !important; padding:0; margin:0; }
.stefic-docs-list li{ display:flex; align-items:center; justify-content:space-between; padding:8px 0; border-bottom:1px solid #eee; }
.stefic-docs-list .stefic-docs-title{ flex:1; margin-right:12px; }
.stefic-docs-list .stefic-docs-num{ width:2.2em; text-align:right; margin-right:10px; opacity:.8; }
.stefic-docs-list .stefic-docs-btn{ white-space:nowrap; }
.stefic-docs-list .button{ padding:6px 10px; font-size:13px; text-decoration:none; border:1px solid #007cba; border-radius:4px; background:#007cba; color:#fff; }
.stefic-docs-list .button:hover{ background:#006ba1; border-color:#006ba1; color:#fff; }
.stefic-docs-heading{ margin:0 0 10px 0; font-weight:600; }

.stefic-docs-separator{ height:14px; border-bottom:1px solid transparent; }

/* Editor block container */
.stefic-docs-block{ border:1px dashed #c3c4c7; padding:12px; }
.stefic-docs-inline-controls{ margin-bottom:8px; gap:12px; display:flex; flex-direction:column; }
.stefic-docs-inline-row{ display:flex; gap:12px; align-items:center; }

.stefic-docs-inline-controls{margin-bottom:8px;display:flex;flex-direction:column;gap:8px}
.stefic-docs-inline-row{display:flex;gap:12px;align-items:center}

.stefic-docs-text{ display:flex; align-items:center; padding:8px 0; border-bottom:1px solid #eee; }
.stefic-docs-text .stefic-docs-title{ font-weight:600; opacity:.9; }
