
  :root{--brand:#1E6CBE;--border:#e5e7eb;--bg:#f8fafc;}
  .tps-wrap{font-family:Arial,Helvetica,sans-serif;line-height:1.55;color:#111;}
  .tps-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:10px;}
  @media (max-width:780px){.tps-grid{grid-template-columns:1fr;}}
  .tps-card{border:1px solid var(--border);border-radius:12px;padding:16px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.04);}
  .tps-card h3{margin:0 0 10px;color:var(--brand);font-weight:700;font-size:18px;}
  .tps-card ul{margin:0;padding-left:18px;}
  .tps-card li{margin:6px 0;}
  .tps-callouts{margin-top:14px;border-left:4px solid var(--brand);background:var(--bg);padding:12px 14px;border-radius:10px;}
  .tps-callouts h4{margin:0 0 8px;color:var(--brand);font-size:16px;}
  .tps-small{font-size:14px;color:#333;margin:0;}
