/* Selected apartment navigation uses the current public map palette. */
body #planview .plan-controls>.plan-unit-navigation {display:flex;flex-wrap:wrap;gap:6px;padding:6px;max-width:min(460px,calc(100vw - 32px));background:var(--adu-paper,#fff);border:1px solid var(--adu-rule,#c8d6e2);border-radius:10px;pointer-events:auto}
body #planview .plan-unit-navigation button {min-height:44px;flex:1 0 auto;background:var(--adu-paper,#fff);color:var(--adu-ink,#17384e);border:1px solid var(--adu-rule,#c8d6e2);border-radius:6px;font-size:12px}
body #planview button[data-planclose] {min-width:44px;min-height:44px}
body #planview .plan-unit-navigation button:hover {background:#e5eef6}
body #planview .plan-unit-navigation button:focus-visible {outline:2px solid #167a9a;outline-offset:1px}
