body.popup-open { overflow: hidden; }
.ghl-popup[hidden] { display: none; }
.ghl-popup { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 24px; }
.ghl-popup__backdrop { position: absolute; inset: 0; border: 0; background: rgba(10,11,13,.82); cursor: pointer; }
.ghl-popup__panel { position: relative; width: min(620px, 100%); height: min(760px, calc(100vh - 48px)); background: var(--aa-white); border-top: 6px solid var(--aa-red-600); box-shadow: 0 30px 80px rgba(0,0,0,.55); }
.ghl-popup__close { position: absolute; z-index: 2; top: 10px; right: 12px; width: 38px; height: 38px; border: 1px solid var(--aa-ink-300); border-radius: 4px; background: var(--aa-white); color: var(--aa-ink-950); font-size: 24px; line-height: 1; cursor: pointer; }
.ghl-popup iframe { width: 100%; height: 100%; border: 0; }
.ghl-popup__missing { display: grid; place-items: center; height: 100%; padding: 48px; text-align: center; color: var(--aa-ink-700); font: 600 16px/1.5 var(--font-body); }
