/* This header stays outside the scrolling iframe. Close remains separate. */
.location-workspace-popup-shell > header,
.agent-root-dialog > header { gap:12px; }
.location-workspace-popup-shell > header > strong,
.agent-root-dialog > header > strong { flex:1; min-width:0; }
.location-workspace-popup-shell > header > .popup-context-back,
.agent-root-dialog > header > .popup-context-back {
  display:inline-flex; width:auto; min-width:90px; min-height:34px;
  align-items:center; justify-content:center; padding:6px 12px;
  font:inherit; font-size:13px; font-weight:700; white-space:nowrap;
  background:#e8f2fc; color:#163958; border:1px solid #9eb9d3;
}
