/* 机构与任务管理页专属样式 */

.row-alert{background:var(--amber-soft)}
.row-alert:hover{background:#f8e6cd}

.orgs-task{margin-top:14px}
.orgs-note{margin-top:14px}
.orgs-actions{display:flex;gap:8px;margin-top:14px;flex-wrap:wrap}

.tree{display:grid;gap:3px;font-size:12.5px}
.tree .tn{
  display:flex;align-items:center;gap:8px;padding:7px 10px;border-radius:8px;
  background:var(--surface-2);border:1px solid var(--line-2);
}
.tree .tn b{font-weight:600;flex:1;min-width:0}
.tree .tn.l0{background:var(--teal-soft);border-color:#bcdde8}
.tree .tn.l1{margin-left:16px}
.tree .tn.l2{margin-left:32px;background:var(--surface);font-size:12px}
