/* =============================================================
   Xiamen Goldcattle Injection Molding Services
   Scope: .gc-xmgcim  — 100% isolated, no global leakage
   Palette: navy #0f2747 | blue #0052cc | teal #0d9488 | amber #b45309
   Image spec system: --hero 3:2 | --43 4:3 | --169 16:9 | --wide 21:9
   ============================================================= */
.gc-xmgcim{--navy:#0f2747;--blue:#0052cc;--blue-d:#003d99;--teal:#0d9488;--teal-l:#e6f4f2;
  --amber:#b45309;--amber-l:#fdf4e7;--ink:#12233a;--ink-2:#42546b;--line:#e2e8f0;
  --bg:#ffffff;--bg-2:#f6f8fb;--bg-3:#eef2f8;--r:12px;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  color:var(--ink);line-height:1.72;font-size:16px;background:var(--bg);
  -webkit-font-smoothing:antialiased;}
.gc-xmgcim *{box-sizing:border-box;}
.gc-xmgcim img{display:block;max-width:100%;height:auto;}
.gc-xmgcim a{color:var(--blue);text-decoration:none;}
.gc-xmgcim a:hover{text-decoration:underline;}
.gc-xmgcim p{margin:0 0 16px;}
.gc-xmgcim .gc-flush{margin-bottom:0;}

/* ---------- layout ---------- */
.gc-xmgcim .gc-wrap{max-width:1120px;margin:0 auto;padding:0 24px;}
.gc-xmgcim .gc-sec{padding:72px 0;border-top:1px solid var(--line);}
.gc-xmgcim .gc-sec--alt{background:var(--bg-2);}
.gc-xmgcim .gc-sec--first{border-top:0;}
.gc-xmgcim .gc-sec--tight{padding:48px 0;border-top:0;}

/* ---------- headings ---------- */
.gc-xmgcim .gc-h2{font-size:31px;line-height:1.28;font-weight:700;color:var(--navy);
  margin:0 0 10px;letter-spacing:-.3px;position:relative;padding-left:20px;}
.gc-xmgcim .gc-h2::before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:6px;
  border-radius:3px;background:linear-gradient(180deg,var(--blue),var(--teal));}
.gc-xmgcim .gc-h2sub{margin:0 0 28px;padding-left:20px;color:var(--ink-2);font-size:16.5px;}
.gc-xmgcim .gc-h3{font-size:20px;line-height:1.35;font-weight:700;color:var(--navy);margin:36px 0 10px;}
.gc-xmgcim .gc-h3:first-of-type{margin-top:22px;}
.gc-xmgcim .gc-h4{font-size:16.5px;font-weight:700;color:var(--navy);margin:0 0 6px;}
.gc-xmgcim .gc-lead{font-size:17.5px;color:var(--ink-2);margin:0 0 22px;}
.gc-xmgcim .gc-eyebrow{display:inline-block;font-size:12px;font-weight:800;letter-spacing:1.4px;
  text-transform:uppercase;color:var(--teal);margin:0 0 12px;}
.gc-xmgcim .gc-eyebrow--light{color:#4fd1c5;}

/* =============================================================
   IMAGE SPEC SYSTEM  — 统一比例 / 等高 / 卡片式图注
   ============================================================= */
.gc-xmgcim .gc-fig,
.gc-xmgcim .gc-imgs > figure{margin:0;overflow:hidden;background:#fff;
  border:1px solid var(--line);border-radius:var(--r);
  box-shadow:0 4px 14px rgba(15,39,71,.06);
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;}
.gc-xmgcim .gc-fig:hover,
.gc-xmgcim .gc-imgs > figure:hover{transform:translateY(-4px);
  box-shadow:0 18px 38px rgba(15,39,71,.15);border-color:#c7dcf2;}

.gc-xmgcim .gc-fig img,
.gc-xmgcim .gc-imgs > figure img{display:block;width:100%;height:auto;object-fit:cover;
  background:var(--bg-3);transition:transform .6s cubic-bezier(.2,.7,.3,1);}
.gc-xmgcim .gc-fig:hover img,
.gc-xmgcim .gc-imgs > figure:hover img{transform:scale(1.055);}

/* 规格变体 —— 用 aspect-ratio 强制统一，不受原图 1:1 影响 */
.gc-xmgcim .gc-fig--hero img{aspect-ratio:3/2;}      /* 首屏 3:2 */
.gc-xmgcim .gc-fig--43 img{aspect-ratio:4/3;}        /* 左右结构 / 三列网格 4:3 */
.gc-xmgcim .gc-fig--169 img{aspect-ratio:16/9;}      /* 两列网格 16:9 */
.gc-xmgcim .gc-fig--wide img{aspect-ratio:21/9;}     /* 通栏 21:9 */
.gc-xmgcim .gc-imgs > figure img{aspect-ratio:4/3;}
.gc-xmgcim .gc-imgs--2 > figure img{aspect-ratio:16/9;}

/* 图注：统一为图卡底部说明条 */
.gc-xmgcim .gc-fig figcaption,
.gc-xmgcim .gc-imgs > figure figcaption{padding:12px 17px 14px;font-size:13.2px;line-height:1.6;
  color:var(--ink-2);border-top:1px solid var(--line);background:#fbfcfe;}

/* hero 图：无边框、强阴影 */
.gc-xmgcim .gc-fig--hero{border:0;border-radius:14px;box-shadow:0 22px 52px rgba(0,0,0,.36);}
.gc-xmgcim .gc-fig--hero:hover{transform:none;border-color:transparent;
  box-shadow:0 26px 60px rgba(0,0,0,.42);}
.gc-xmgcim .gc-fig--wide{max-width:900px;margin:0 auto;}

/* ---------- hero ---------- */
.gc-xmgcim .gc-hero{background:linear-gradient(135deg,#0f2747 0%,#16365f 55%,#0d5c74 100%);
  color:#fff;padding:66px 0 0;}
.gc-xmgcim .gc-hero__grid{display:grid;grid-template-columns:1.02fr .98fr;gap:48px;align-items:start;}
.gc-xmgcim .gc-hero__title{font-size:42px;line-height:1.16;font-weight:800;letter-spacing:-.9px;
  margin:0 0 16px;color:#fff;}
.gc-xmgcim .gc-hero__sub{font-size:17.5px;line-height:1.66;color:#cadcf0;margin:0 0 24px;max-width:620px;}
.gc-xmgcim .gc-hero__chips{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 28px;padding:0;list-style:none;}
.gc-xmgcim .gc-chip{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.11);
  border:1px solid rgba(255,255,255,.24);color:#eaf2fb;font-size:12.6px;font-weight:600;
  padding:6px 12px;border-radius:999px;line-height:1.5;}
.gc-xmgcim .gc-chip::before{content:"";width:6px;height:6px;border-radius:50%;background:#4fd1c5;flex:0 0 auto;}
.gc-xmgcim .gc-hero__btns{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:8px;}

/* ---------- buttons ---------- */
.gc-xmgcim .gc-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;
  background:var(--blue);color:#fff;font-size:15px;font-weight:700;padding:13px 24px;
  border:0;border-radius:8px;cursor:pointer;font-family:inherit;line-height:1.3;
  transition:background .18s ease,transform .18s ease,box-shadow .18s ease;}
.gc-xmgcim .gc-btn:hover{background:var(--blue-d);transform:translateY(-1px);
  box-shadow:0 8px 20px rgba(0,82,204,.28);text-decoration:none;}
.gc-xmgcim .gc-btn--ghost{background:transparent;border:1.5px solid rgba(255,255,255,.5);color:#fff;}
.gc-xmgcim .gc-btn--ghost:hover{background:rgba(255,255,255,.12);box-shadow:none;}
.gc-xmgcim .gc-btn--navy{background:var(--navy);}
.gc-xmgcim .gc-btn--navy:hover{background:#0a1b32;box-shadow:0 8px 20px rgba(15,39,71,.26);}
.gc-xmgcim .gc-btn--sm{font-size:14px;padding:10px 18px;}

/* ---------- answer box ---------- */
.gc-xmgcim .gc-answer{background:var(--teal-l);border:1px solid #c8e6e2;border-left:4px solid var(--teal);
  border-radius:10px;padding:22px 24px;margin:0 0 30px;}
.gc-xmgcim .gc-answer p:last-child{margin-bottom:0;}
.gc-xmgcim .gc-answer strong{color:var(--navy);}

/* ---------- callouts ---------- */
.gc-xmgcim .gc-note{background:var(--bg-2);border:1px solid var(--line);border-left:4px solid var(--blue);
  border-radius:8px;padding:18px 20px;margin:22px 0;font-size:15.2px;color:var(--ink-2);}
.gc-xmgcim .gc-note p:last-child{margin-bottom:0;}
.gc-xmgcim .gc-note--warn{background:var(--amber-l);border-color:#f0dcc0;border-left-color:var(--amber);}
.gc-xmgcim .gc-note--ok{background:var(--teal-l);border-color:#c8e6e2;border-left-color:var(--teal);}
.gc-xmgcim .gc-note--flush{margin-top:0;}
.gc-xmgcim .gc-note__t{font-weight:800;color:var(--navy);display:block;margin-bottom:6px;font-size:15px;}

/* ---------- tables ---------- */
.gc-xmgcim .gc-tw{overflow-x:auto;margin:22px 0 8px;border:1px solid var(--line);border-radius:10px;
  background:#fff;}
.gc-xmgcim .gc-tw table{width:100%;border-collapse:collapse;font-size:15px;min-width:560px;}
.gc-xmgcim .gc-tw thead th{background:linear-gradient(180deg,#122f55,var(--navy));color:#fff;text-align:left;
  font-weight:700;font-size:13.4px;letter-spacing:.3px;padding:14px 16px;white-space:nowrap;}
.gc-xmgcim .gc-tw th[scope="row"]{background:var(--bg-3);color:var(--navy);font-weight:700;
  width:200px;vertical-align:top;white-space:normal;}
.gc-xmgcim .gc-tw td,.gc-xmgcim .gc-tw tbody th{border-top:1px solid var(--line);padding:13px 16px;
  vertical-align:top;color:var(--ink-2);}
.gc-xmgcim .gc-tw tbody tr:nth-child(even) td{background:#fafcfe;}
.gc-xmgcim .gc-tw tbody tr:hover td,.gc-xmgcim .gc-tw tbody tr:hover th[scope="row"]{background:var(--teal-l);}
.gc-xmgcim .gc-tw td strong,.gc-xmgcim .gc-tw td b{color:var(--navy);}
.gc-xmgcim .gc-tw--compact th[scope="row"]{width:170px;}

/* ---------- cards ---------- */
.gc-xmgcim .gc-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:26px 0 8px;}
.gc-xmgcim .gc-cards--2{grid-template-columns:repeat(2,1fr);}
.gc-xmgcim .gc-cards--4{grid-template-columns:repeat(4,1fr);}
.gc-xmgcim .gc-cards--tight{margin-top:16px;}
.gc-xmgcim .gc-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:20px 20px 18px;
  position:relative;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;}
.gc-xmgcim .gc-card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;
  background:linear-gradient(180deg,var(--blue),var(--teal));}
.gc-xmgcim .gc-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(15,39,71,.12);
  border-color:#cddbee;}
.gc-xmgcim .gc-card .gc-h3{margin:0 0 8px;font-size:17.5px;}
.gc-xmgcim .gc-card p{font-size:14.8px;color:var(--ink-2);margin:0 0 10px;}
.gc-xmgcim .gc-card p:last-child{margin-bottom:0;}
.gc-xmgcim .gc-card__tag{display:inline-block;font-size:11.6px;font-weight:800;letter-spacing:.6px;
  text-transform:uppercase;color:var(--teal);background:var(--teal-l);border-radius:4px;
  padding:3px 8px;margin-bottom:9px;}
.gc-xmgcim .gc-card__tag--a{color:var(--amber);background:var(--amber-l);}
.gc-xmgcim .gc-card ul{margin:0;padding-left:18px;font-size:14.6px;color:var(--ink-2);}
.gc-xmgcim .gc-card li{margin-bottom:5px;}

/* ---------- split (left text / right image) ---------- */
.gc-xmgcim .gc-split{display:grid;grid-template-columns:1.02fr .98fr;gap:38px;align-items:start;margin:34px 0;}
.gc-xmgcim .gc-split--rev > .gc-fig{order:-1;}
.gc-xmgcim .gc-split > .gc-fig{position:sticky;top:24px;}

/* ---------- image grid ---------- */
.gc-xmgcim .gc-imgs{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:30px 0 10px;}
.gc-xmgcim .gc-imgs--2{grid-template-columns:repeat(2,1fr);}

/* ---------- flow / steps ---------- */
.gc-xmgcim .gc-flow{margin:26px 0 8px;display:grid;gap:0;}
.gc-xmgcim .gc-flow__row{display:grid;grid-template-columns:44px 1fr;gap:16px;position:relative;padding-bottom:6px;}
.gc-xmgcim .gc-flow__row::before{content:"";position:absolute;left:21px;top:38px;bottom:-4px;width:2px;
  background:linear-gradient(180deg,var(--blue),var(--teal));opacity:.32;}
.gc-xmgcim .gc-flow__row:last-child::before{display:none;}
.gc-xmgcim .gc-flow__no{width:44px;height:44px;border-radius:50%;background:var(--navy);color:#fff;
  display:flex;align-items:center;justify-content:center;font-weight:800;font-size:15px;flex:0 0 auto;
  box-shadow:0 4px 12px rgba(15,39,71,.2);z-index:1;}
.gc-xmgcim .gc-flow__body{background:#fff;border:1px solid var(--line);border-radius:9px;
  padding:14px 18px;margin-bottom:14px;transition:border-color .2s ease,box-shadow .2s ease;}
.gc-xmgcim .gc-flow__body:hover{border-color:#cddbee;box-shadow:0 6px 16px rgba(15,39,71,.07);}
.gc-xmgcim .gc-flow__t{font-weight:800;color:var(--navy);font-size:16.4px;margin:0 0 5px;}
.gc-xmgcim .gc-flow__d{font-size:14.8px;color:var(--ink-2);margin:0;}
.gc-xmgcim .gc-flow__d b{color:var(--navy);}

/* ---------- chain ---------- */
.gc-xmgcim .gc-chain{display:flex;flex-wrap:wrap;align-items:stretch;gap:10px;margin:26px 0 8px;}
.gc-xmgcim .gc-chain__i{flex:1 1 150px;background:#fff;border:1px solid var(--line);border-top:3px solid var(--teal);
  border-radius:8px;padding:13px 14px;min-width:140px;transition:transform .2s ease,box-shadow .2s ease;}
.gc-xmgcim .gc-chain__i:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(15,39,71,.09);}
.gc-xmgcim .gc-chain__i:nth-child(2n){border-top-color:var(--blue);}
.gc-xmgcim .gc-chain__i:nth-child(3n){border-top-color:var(--amber);}
.gc-xmgcim .gc-chain__t{font-weight:700;color:var(--navy);font-size:14.6px;display:block;margin-bottom:3px;}
.gc-xmgcim .gc-chain__d{font-size:13.4px;color:var(--ink-2);line-height:1.5;}

/* ---------- lists ---------- */
.gc-xmgcim .gc-ul{margin:14px 0 18px;padding-left:20px;}
.gc-xmgcim .gc-ul li{margin-bottom:8px;color:var(--ink-2);}
.gc-xmgcim .gc-ul li strong{color:var(--navy);}
.gc-xmgcim .gc-ul--flush{margin-bottom:0;}
.gc-xmgcim .gc-check{list-style:none;padding-left:0;}
.gc-xmgcim .gc-check li{position:relative;padding-left:28px;margin-bottom:10px;color:var(--ink-2);}
.gc-xmgcim .gc-check li::before{content:"";position:absolute;left:0;top:8px;width:16px;height:16px;
  border-radius:50%;background:var(--teal-l);border:2px solid var(--teal);}
.gc-xmgcim .gc-check li::after{content:"";position:absolute;left:5px;top:12px;width:6px;height:3px;
  border-left:2px solid var(--teal);border-bottom:2px solid var(--teal);transform:rotate(-45deg);}
.gc-xmgcim .gc-cross li::before{border-color:var(--amber);background:var(--amber-l);}
.gc-xmgcim .gc-cross li::after{border-color:var(--amber);top:11px;}

/* ---------- case study ---------- */
.gc-xmgcim .gc-case{background:#fff;border:1px solid var(--line);border-radius:11px;padding:0;
  margin:26px 0;overflow:hidden;transition:box-shadow .25s ease,border-color .25s ease;}
.gc-xmgcim .gc-case:hover{box-shadow:0 16px 34px rgba(15,39,71,.11);border-color:#cddbee;}
.gc-xmgcim .gc-case__hd{background:linear-gradient(90deg,var(--navy),#16406e);color:#fff;padding:15px 22px;}
.gc-xmgcim .gc-case__hd .gc-h4{color:#fff;font-size:17px;margin:0;}
.gc-xmgcim .gc-case__hd span{font-size:12.6px;color:#b8cfe8;letter-spacing:.4px;text-transform:uppercase;
  font-weight:700;}
.gc-xmgcim .gc-case__bd{padding:20px 22px 8px;}
.gc-xmgcim .gc-case__bd dl{margin:0;display:grid;grid-template-columns:150px 1fr;gap:0;}
.gc-xmgcim .gc-case__bd dt{font-weight:800;color:var(--navy);font-size:14.4px;padding:9px 0;
  border-top:1px solid var(--line);}
.gc-xmgcim .gc-case__bd dd{margin:0;padding:9px 0;border-top:1px solid var(--line);
  font-size:14.8px;color:var(--ink-2);}
.gc-xmgcim .gc-case__bd dl > dt:first-of-type,.gc-xmgcim .gc-case__bd dl > dd:first-of-type{border-top:0;}

/* ---------- faq ---------- */
.gc-xmgcim .gc-faq{margin:26px 0 8px;border:1px solid var(--line);border-radius:10px;overflow:hidden;
  background:#fff;}
.gc-xmgcim .gc-faq__item{border-bottom:1px solid var(--line);}
.gc-xmgcim .gc-faq__item:last-child{border-bottom:0;}
.gc-xmgcim .gc-faq__q{width:100%;text-align:left;background:#fff;border:0;cursor:pointer;
  font-family:inherit;font-size:16px;font-weight:700;color:var(--navy);padding:17px 52px 17px 20px;
  position:relative;line-height:1.5;transition:background .15s ease,color .15s ease;}
.gc-xmgcim .gc-faq__q:hover{background:var(--bg-2);}
.gc-xmgcim .gc-faq__q::after{content:"+";position:absolute;right:20px;top:50%;transform:translateY(-50%);
  font-size:22px;font-weight:400;color:var(--blue);line-height:1;}
.gc-xmgcim .gc-faq__item.is-open .gc-faq__q{background:var(--bg-2);color:var(--blue);}
.gc-xmgcim .gc-faq__item.is-open .gc-faq__q::after{content:"\2212";}
.gc-xmgcim .gc-faq__a{display:none;padding:0 20px 18px;font-size:15.2px;color:var(--ink-2);}
.gc-xmgcim .gc-faq__item.is-open .gc-faq__a{display:block;}
.gc-xmgcim .gc-faq__a p:last-child{margin-bottom:0;}

/* ---------- entity strip ---------- */
.gc-xmgcim .gc-entity{background:var(--navy);color:#e7eefa;border-radius:11px;padding:24px 26px;margin:26px 0 0;}
.gc-xmgcim .gc-entity__g{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
.gc-xmgcim .gc-entity__i span{display:block;font-size:11.6px;letter-spacing:1.2px;text-transform:uppercase;
  color:#8fa9c9;font-weight:700;margin-bottom:3px;}
.gc-xmgcim .gc-entity__i strong{display:block;font-size:15.2px;color:#fff;font-weight:700;line-height:1.45;}

/* ---------- CTA ---------- */
.gc-xmgcim .gc-cta{background:linear-gradient(120deg,#0f2747 0%,#1b3f6d 50%,#0d5c74 100%);color:#fff;
  padding:56px 0;text-align:center;}
.gc-xmgcim .gc-cta__h{color:#fff;padding-left:0;font-size:29px;letter-spacing:-.4px;}
.gc-xmgcim .gc-cta__h::before{display:none;}
.gc-xmgcim .gc-cta__lead{color:#cadcf0;max-width:780px;margin:0 auto 16px;}
.gc-xmgcim .gc-cta__list{list-style:none;padding:0;margin:0 auto 28px;display:flex;flex-wrap:wrap;
  justify-content:center;gap:10px 22px;max-width:820px;}
.gc-xmgcim .gc-cta__list li{font-size:14.4px;color:#c8dcf2;position:relative;padding-left:20px;}
.gc-xmgcim .gc-cta__list li::before{content:"\2713";position:absolute;left:0;color:#4fd1c5;font-weight:700;}
.gc-xmgcim .gc-cta__btns{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;}

/* ---------- related ---------- */
.gc-xmgcim .gc-rel{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:26px 0 0;}
.gc-xmgcim .gc-rel a{display:block;background:#fff;border:1px solid var(--line);border-radius:9px;
  padding:16px 18px;font-size:15px;font-weight:600;color:var(--navy);transition:all .18s ease;}
.gc-xmgcim .gc-rel a:hover{border-color:var(--blue);background:var(--bg-2);text-decoration:none;
  transform:translateY(-2px);box-shadow:0 8px 18px rgba(15,39,71,.08);}
.gc-xmgcim .gc-rel a small{display:block;font-weight:400;font-size:13.2px;color:var(--ink-2);margin-top:4px;}

/* ---------- responsive ---------- */
@media (max-width:960px){
  .gc-xmgcim .gc-hero__grid{grid-template-columns:1fr;gap:30px;}
  .gc-xmgcim .gc-hero__title{font-size:33px;}
  .gc-xmgcim .gc-cards,.gc-xmgcim .gc-cards--4,.gc-xmgcim .gc-imgs{grid-template-columns:repeat(2,1fr);}
  .gc-xmgcim .gc-split{grid-template-columns:1fr;gap:24px;}
  .gc-xmgcim .gc-split--rev > .gc-fig{order:0;}
  .gc-xmgcim .gc-split > .gc-fig{position:static;max-width:560px;}
  .gc-xmgcim .gc-entity__g{grid-template-columns:repeat(2,1fr);}
  .gc-xmgcim .gc-rel{grid-template-columns:1fr;}
  .gc-xmgcim .gc-fig--hero{max-width:640px;}
}
@media (max-width:640px){
  .gc-xmgcim{font-size:15.4px;}
  .gc-xmgcim .gc-wrap{padding:0 16px;}
  .gc-xmgcim .gc-sec{padding:46px 0;}
  .gc-xmgcim .gc-h2{font-size:25px;}
  .gc-xmgcim .gc-hero__title{font-size:27px;}
  .gc-xmgcim .gc-cards,.gc-xmgcim .gc-cards--2,.gc-xmgcim .gc-cards--4,
  .gc-xmgcim .gc-imgs,.gc-xmgcim .gc-imgs--2{grid-template-columns:1fr;}
  .gc-xmgcim .gc-entity__g{grid-template-columns:1fr;}
  .gc-xmgcim .gc-case__bd dl{grid-template-columns:1fr;}
  .gc-xmgcim .gc-case__bd dd{border-top:0;padding-top:0;margin-bottom:8px;}
  .gc-xmgcim .gc-case__bd dt{padding-bottom:2px;}
  .gc-xmgcim .gc-cta__h{font-size:23px;}
  .gc-xmgcim .gc-flow__row{grid-template-columns:36px 1fr;gap:12px;}
  .gc-xmgcim .gc-flow__row::before{left:17px;}
  .gc-xmgcim .gc-flow__no{width:36px;height:36px;font-size:13.5px;}
  .gc-xmgcim .gc-fig--wide img{aspect-ratio:16/9;}
}
