/* ===== toast (CSP-safe, no inline styles) ===== */
.toast{position:fixed;bottom:22px;left:50%;transform:translateX(-50%);background:#0b3d64;
  color:#fff;padding:10px 20px;border-radius:7px;font-size:13px;z-index:999;
  box-shadow:0 4px 14px rgba(0,0,0,.3);transition:opacity .3s;opacity:0;
  font-family:"Noto Sans TC",system-ui,sans-serif}
.toast.show{opacity:1}

/* ================= City General Hospital form-style document ================= */
/* Shared by 死亡證明書 / 醫療報告 / 手術診斷書 — identical style and layout. */
.cgh{font-family:"Noto Serif TC","Songti TC",serif;color:#14213d;font-size:9pt;line-height:1.3}
.cgh *{box-sizing:border-box}

.cgh .cgh-head{display:flex;align-items:center;gap:6mm;padding-bottom:2.5mm;
  border-bottom:1mm solid #1b3c73}
.cgh .crest{width:22mm;flex:0 0 22mm;text-align:center;color:#1b3c73}
.cgh .crest svg{width:19mm;height:19mm;display:block;margin:0 auto}
.cgh .crest .since{font-size:5.6pt;letter-spacing:1.2pt;font-weight:700;margin-top:.6mm;
  border-top:.25mm solid #1b3c73;padding-top:.5mm}
.cgh .cgh-title{flex:1;text-align:center}
.cgh .cgh-title .zh{font-size:20pt;font-weight:700;letter-spacing:7pt;color:#1b3c73;
  text-indent:7pt;line-height:1.1}
.cgh .cgh-title .en{font-size:11.5pt;color:#1b3c73;letter-spacing:.6pt;margin-top:.5mm;
  font-family:"Noto Serif TC",Georgia,serif}
.cgh .star-of-life{width:22mm;flex:0 0 22mm;text-align:center;color:#1b3c73}
.cgh .star-of-life svg{width:15mm;height:15mm;display:block;margin:0 auto}
.cgh .star-of-life .lbl{font-size:8.5pt;font-weight:700;letter-spacing:1.5pt;margin-top:.4mm}

.cgh .cgh-doctitle{text-align:center;margin:3mm 0 2.5mm}
.cgh .cgh-doctitle .t1{font-size:20pt;font-weight:700;color:#1b3c73;letter-spacing:3pt}
.cgh .cgh-doctitle .t2{font-size:10pt;color:#1b3c73;letter-spacing:2pt;margin-top:.8mm}

.cgh table{width:100%;border-collapse:collapse;table-layout:fixed}
.cgh td{border:.28mm solid #1b3c73;padding:1mm 2.1mm;vertical-align:top;
  font-size:8.4pt;line-height:1.3;word-wrap:break-word}
.cgh td.lbl{width:40mm;text-align:center;vertical-align:middle;background:#fff;padding:1.6mm 1.5mm}
.cgh td.lbl .zh{font-size:10pt;font-weight:700;color:#1b3c73;letter-spacing:1.5pt;display:block}
.cgh td.lbl .en{font-size:6.6pt;color:#1b3c73;letter-spacing:.3pt;display:block;margin-top:.4mm;
  text-transform:uppercase;font-family:"Noto Serif TC",Georgia,serif}
.cgh td.lbl.narrow{width:22mm}
.cgh td.lbl.narrow .zh{font-size:9.5pt;letter-spacing:1pt}
.cgh td.lbl.narrow .en{font-size:6.2pt}
.cgh td.tall{height:8.5mm}
.cgh td.tall2{height:12mm}
.cgh td.tallsig{height:9.5mm}
.cgh td.w18{width:18mm}
.cgh col.c1{width:40mm}
.cgh col.c2{width:auto}
.cgh col.c3{width:22mm}
.cgh col.c4{width:20mm}
.cgh col.c5{width:22mm}
.cgh col.c6{width:20mm}

.cgh .cgh-foot{display:flex;gap:5mm;align-items:flex-end;margin-top:2mm}
.cgh .notes{flex:1;font-size:7.6pt;color:#1b3c73;line-height:1.45}
.cgh .notes li{margin-bottom:1.2mm;list-style:disc;margin-left:4mm}
.cgh .notes .en{font-size:7pt;font-family:"Noto Serif TC",Georgia,serif}
.cgh .stamp{width:31mm;flex:0 0 31mm}
.cgh .stamp svg{width:30mm;height:30mm;display:block;margin-left:auto;opacity:.85}

.cgh .cgh-tag{text-align:center;margin-top:1.5mm;color:#1b3c73;font-size:9pt;line-height:1.35}
.cgh .cgh-tag .en{font-size:7.8pt;font-family:"Noto Serif TC",Georgia,serif}
