/* SHARED-WORKSPACE-PANEL-SYNC-1 — Overlay ↔ Right Panel Sync Bridge
   Sync state styling only. Keyboard nudge, resize handles, and rotate handles are later stages. */

[data-ept-overlay-panel-sync-contract="true"] {
  --ept-overlay-panel-sync-contract: "SHARED-WORKSPACE-PANEL-SYNC-1";
}

[data-ept-overlay-panel-sync-contract="true"] [data-ept-overlay-panel-sync-field-ready="true"],
[data-ept-overlay-panel-sync-contract="true"] [data-ept-panel-sync-field] {
  scroll-margin: 16px;
}

[data-ept-overlay-panel-sync-ready="true"][data-ept-overlay-panel-sync-object-id]:not([data-ept-overlay-panel-sync-object-id=""]) {
  --ept-overlay-panel-sync-object-bound: "true";
}
