/* Modal styles for linked-page modal (reusable) */
.linked-page-modal{display:none;position:fixed;inset:0;z-index:1000;align-items:center;justify-content:center;min-width:0;padding:20px;box-sizing:border-box;overflow-x:hidden}
.linked-page-modal[aria-hidden="false"]{display:flex}
.linked-page-backdrop{position:fixed;inset:0;background:rgba(0,0,0,0.55)}
.linked-page-panel{position:relative;max-width:1200px;width:auto;max-height:90vh;background:#fff;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,0.3);overflow:auto;z-index:1001;box-sizing:border-box;margin:0 auto}
.linked-page-close{position:absolute;right:8px;top:8px;z-index:2;background:transparent;border:0;font-size:1.25rem;padding:6px;cursor:pointer}
/* Body no longer forces a fixed height; iframe height will be sized to content when possible */
.linked-page-body{width:100%;display:block}
.linked-page-body iframe{width:100%;display:block;border:0;;max-width:100%}
