
    .tps-article * { box-sizing: border-box; }
    .tps-article a { color:#0066a4; text-decoration:underline; }
    .tps-article .lead { font-size:18px; color:#26384d; margin:0 0 18px; }
    .tps-article .note { border-left:4px solid #0066a4; background:#eef7fb; padding:14px 16px; margin:18px 0; }
    .tps-article .toc { border:1px solid #d8e3ea; background:#f8fbfd; padding:18px 20px; margin:24px 0; border-radius:10px; }
    .tps-article .toc ul { margin:8px 0 0 20px; padding:0; }
    .tps-article h2 { color:#0b1f33; margin-top:36px; margin-bottom:12px; font-size:28px; line-height:1.25; }
    .tps-article h3 { color:#17324d; margin-top:24px; margin-bottom:10px; font-size:21px; line-height:1.3; }
    .tps-article table { width:100%; border-collapse:collapse; margin:18px 0; font-size:15px; }
    .tps-article th, .tps-article td { border:1px solid #d8e3ea; padding:10px 12px; vertical-align:top; }
    .tps-article th { background:#eef7fb; color:#0b1f33; text-align:left; }
    .tps-article .cta { background:#0b1f33; color:#ffffff; padding:22px; border-radius:12px; margin:28px 0; }
    .tps-article .cta a { color:#ffffff; font-weight:bold; }
    .tps-article .svg-figure { margin:28px 0; padding:14px; border:1px solid #d8e3ea; background:#ffffff; border-radius:12px; }
    .tps-article .svg-figure figcaption { font-size:14px; color:#4b5563; margin-top:8px; }
    .tps-article .grid-two { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
    @media (max-width:760px){ .tps-article .grid-two { grid-template-columns:1fr; } .tps-article h2 { font-size:24px; } }
  