.template-preview-open{overflow:hidden}
.template-preview-dialog{width:min(1320px,calc(100% - 32px));height:min(900px,calc(100% - 32px));max-width:none;max-height:none;margin:auto;padding:0;border:0;background:#fff;color:#202522;box-shadow:0 34px 100px rgba(0,0,0,.38)}
.template-preview-dialog::backdrop{background:rgba(7,18,17,.82)}
.template-preview-shell{display:grid;grid-template-rows:62px minmax(0,1fr);width:100%;height:100%}
.template-preview-bar{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 18px 0 24px;border-bottom:1px solid #d9d5cc;background:#fbfaf7}
.template-preview-title{overflow:hidden;font-family:Georgia,serif;font-size:1.05rem;font-weight:400;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}
.template-preview-close{flex:0 0 auto;display:grid;place-items:center;width:40px;height:40px;padding:0;border:1px solid #d9d5cc;background:#fff;color:#183b38;font:300 1.4rem/1 system-ui,sans-serif;cursor:pointer}
.template-preview-close:hover,.template-preview-close:focus-visible{border-color:#183b38;background:#f3f0e9}
.template-preview-frame{display:block;width:100%;height:100%;min-height:0;border:0;background:#fff}
body.template-preview-open .mobile-cta{display:none!important}
@media(max-width:720px){
  .template-preview-dialog{width:calc(100% - 12px);height:calc(100% - 12px)}
  .template-preview-shell{grid-template-rows:56px minmax(0,1fr)}
  .template-preview-bar{padding:0 9px 0 16px}
  .template-preview-title{font-size:.94rem}
  .template-preview-close{width:42px;height:42px}
}
