/* Arborescence Permissions */
.permission-tree .tree-branch { position: relative; }
.permission-tree .tree-branch::before {
  content: "";
  position: absolute;
  left: 14px;            /* aligné sous l’icône */
  top: 0; bottom: 0;
  border-left: 1px dashed #dee2e6;
}

.permission-tree .perm-group .group-icon {
  transition: transform .15s ease;
  font-size: 18px;
}

.permission-tree .perm-group .bg-light { background-color: #f8f9fa !important; }

.permission-tree .perm-item:hover { background: #fafafa; }
.permission-tree .perm-item .material-symbols-outlined { font-size: 18px; }

.permission-tree .list-unstyled { margin: 0; }
.permission-tree .border-start { border-left: 2px solid #f1f1f1 !important; }
