#v118PrintModal{
  position:fixed;inset:0;z-index:250000;background:rgba(8,18,28,.76);
  display:none;align-items:stretch;justify-content:center;padding:14px;
}
#v118PrintModal.open{display:flex}
#v118PrintShell{
  width:min(1180px,100%);height:100%;background:#eef2f4;border-radius:12px;
  overflow:hidden;display:flex;flex-direction:column;box-shadow:0 18px 50px rgba(0,0,0,.35)
}
#v118PrintToolbar{
  min-height:54px;background:#fff;border-bottom:1px solid #ccd5dc;
  display:flex;align-items:center;gap:8px;padding:8px 12px;flex-wrap:wrap
}
#v118PrintToolbar strong{margin-right:auto;color:#163b59}
#v118PrintToolbar .v118note{font-size:11px;color:#61707a;margin-right:8px}
#v118PrintFrame{flex:1;width:100%;border:0;background:#dfe5e8}
#v118PrintModal .btn{white-space:nowrap}
