.public-relative-row{display:flex;align-items:center;justify-content:flex-start;gap:.4rem}
.public-relative-row:not(.spouse-row) .relative-name{flex:1 1 auto;min-width:0}
/* Stałe pola działań utrzymują ikonę usunięcia w jednej kolumnie. */
.public-relative-row:not(.spouse-row) .relationship-delete-form{display:flex;flex:0 0 1.97rem;justify-content:flex-end}
.public-relative-row:not(.spouse-row) .child-order{flex:0 0 2.48rem}
.child-order{display:inline-flex;gap:.08rem;flex:none;opacity:.36;transition:opacity .16s ease}
.public-relative-row:hover .child-order,.public-relative-row:focus-within .child-order{opacity:1}
.child-order button{width:1.2rem;height:1.2rem;padding:0;border:0;border-radius:.2rem;background:transparent;color:#756d47;font-size:.8rem;line-height:1;cursor:pointer}
.child-order button:hover,.child-order button:focus-visible{background:#eee6cf;color:#514b24;outline:none}
.child-order-help{margin:.75rem 0 0;color:var(--muted);font-size:.78rem;line-height:1.35}
