.field-note { margin: -5px 0 10px; }
.privacy-note { margin: 22px 0 0; }
.org-chart { display: grid; justify-items: center; gap: 34px; padding: 12px 4px 24px; overflow: auto; }
.org-root, .org-team, .org-post { background: var(--white); border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 3px 12px #17324d14; }
.org-root { min-width: 330px; padding: 18px 24px; text-align: center; border-top: 5px solid var(--yellow); }
.org-root strong { display: block; color: var(--blue); font-size: 18px; }
.org-root .org-metrics { justify-content: center; }
.org-teams { width: 100%; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; position: relative; }
.org-team { padding: 16px; position: relative; border-top: 4px solid var(--blue2); }
.org-team::before { content: ""; position: absolute; width: 1px; height: 35px; background: var(--line); top: -38px; left: 50%; }
.org-team h3 { font-size: 15px; margin: 0 0 10px; }
.org-metrics { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 8px; }
.org-metrics span { padding: 4px 8px; border-radius: 14px; background: #edf3f8; color: var(--blue); font-size: 12px; font-weight: bold; }
.org-metrics .negative { background: #f8e3e3; color: var(--bad); }
.org-metrics .positive { background: #e4f3e9; color: var(--good); }
.org-posts { display: grid; gap: 8px; margin-top: 14px; }
.org-post { padding: 10px; border-radius: 7px; box-shadow: none; border-left: 4px solid var(--line); }
.org-post.Voldoende { border-left-color: var(--good); }
.org-post.Aandacht { border-left-color: var(--warn); }
.org-post.Tekort { border-left-color: var(--bad); }
.org-post strong, .org-post small { display: block; }
.org-post small { color: var(--muted); margin-top: 2px; }
.org-post-members{display:flex;flex-wrap:wrap;gap:4px;margin:7px 0}.org-post-members span{background:var(--bg);border:1px solid var(--line);border-radius:12px;padding:3px 7px;font-size:11px;color:var(--blue)}
