/* Anstellungsarten & Lohnart-Regeln — Settings-Editor */
.anst-sec { font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:.04em;
  color:var(--text-muted); padding:12px 14px 6px; }
.anst-tbl { width:100%; border-collapse:collapse; font-size:13px; }
.anst-tbl th { text-align:left; font-size:11px; text-transform:uppercase; letter-spacing:.04em;
  color:var(--text-muted); font-weight:600; padding:8px 14px; border-bottom:1px solid var(--border-strong); }
.anst-tbl td { padding:9px 14px; border-bottom:1px solid var(--border); vertical-align:middle; }
.anst-dim { color:var(--text-dim); font-size:11px; }
.anst-chip { display:inline-flex; align-items:center; gap:4px; padding:2px 8px; margin:2px 4px 2px 0;
  border-radius:999px; background:var(--brand-soft); color:var(--brand-dark); font-size:12px; font-weight:600; }
.anst-chip a { cursor:pointer; font-weight:800; padding-left:2px; }
.anst-in { padding:6px 9px; border:1px solid var(--border-strong); border-radius:6px; font-size:13px;
  background:var(--surface); color:var(--text); }
.anst-add { display:flex; gap:8px; flex-wrap:wrap; align-items:center; padding:6px 14px 12px; }
.anst-laadd { display:flex; gap:8px; align-items:center; }
.anst-lasel { min-width:220px; }
.anst-del { cursor:pointer; color:var(--text-muted); }
.anst-del:hover { color:#b91c1c; }
.anst-hint { padding:6px 14px 14px; color:var(--text-muted); font-size:12px; }
