/* Business-area cues for the SOP list without changing document content. */
.sop-library .doc-list .sop-list-entry{display:flex;align-items:flex-start;gap:10px;padding:12px 10px;text-align:left;min-width:0}
.sop-list-icon{display:grid;place-items:center;flex:0 0 28px;width:28px;height:28px;border-radius:7px;background:var(--soft);color:var(--secondary)}
.sop-list-icon .icon{width:16px;height:16px}
.sop-list-content{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0}
.sop-list-title{font-size:12px;line-height:1.5;overflow-wrap:anywhere}
.sop-sector{display:inline-flex;align-items:center;padding:2px 6px;border-radius:4px;font-size:10px;line-height:1.4;font-weight:450;white-space:nowrap}
.sop-sector-fulfillment{background:#e4f5ee;color:#25664f}
.sop-sector-marketing{background:#fff0de;color:#8c5011}
.sop-sector-development{background:#edeafa;color:#5f438d}
.sop-sector-sales{background:#e7effc;color:#315d94}
.sop-sector-operations{background:#eef0f3;color:#566172}
.sop-library .document>.sop-sector{margin-bottom:12px}
.theme-dark .sop-sector-fulfillment{background:#243f35;color:#9adebd}
.theme-dark .sop-sector-marketing{background:#48351e;color:#f5cd8c}
.theme-dark .sop-sector-development{background:#37304a;color:#d4bbed}
.theme-dark .sop-sector-sales{background:#263a50;color:#b2d2f8}
.theme-dark .sop-sector-operations{background:#343b44;color:#ccd3dd}
