
  .tps-blog-wrap,
  .tps-blog-wrap *{
    box-sizing:border-box;
  }
  .tps-blog-wrap{
    font-family:Arial,Helvetica,sans-serif;
    color:#172033;
    line-height:1.65;
    max-width:1120px;
    margin:0 auto;
    padding:18px;
    background:#fff;
  }
  .tps-blog-wrap a{
    color:#0759b8;
    text-decoration:none;
    font-weight:600;
  }
  .tps-blog-wrap a:hover{
    text-decoration:underline;
  }
  .tps-lede{
    font-size:18px;
    color:#2b3447;
    margin:0 0 18px;
    padding:18px 20px;
    border-left:5px solid #0759b8;
    background:#f3f7fc;
  }
  .tps-toc{
    border:1px solid #d9e4f2;
    background:#f8fbff;
    padding:18px 20px;
    margin:22px 0 28px;
    border-radius:10px;
  }
  .tps-toc strong{
    display:block;
    margin-bottom:8px;
    font-size:18px;
  }
  .tps-toc ol{
    margin:0;
    padding-left:22px;
  }
  .tps-toc li{
    margin:5px 0;
  }
  .tps-blog-wrap h2{
    font-size:28px;
    line-height:1.25;
    margin:34px 0 14px;
    color:#102b55;
    border-bottom:2px solid #e2ecf7;
    padding-bottom:8px;
  }
  .tps-blog-wrap h3{
    font-size:21px;
    line-height:1.3;
    margin:24px 0 10px;
    color:#173f78;
  }
  .tps-blog-wrap p{
    margin:0 0 14px;
  }
  .tps-blog-wrap ul{
    margin:0 0 16px 22px;
    padding:0;
  }
  .tps-blog-wrap li{
    margin:6px 0;
  }
  .tps-table-scroll{
    width:100%;
    overflow-x:auto;
    margin:18px 0 22px;
  }
  .tps-spec-table{
    width:100%;
    min-width:720px;
    border-collapse:collapse;
    font-size:15px;
  }
  .tps-spec-table th,
  .tps-spec-table td{
    border:1px solid #d6e0ee;
    padding:10px 12px;
    vertical-align:top;
  }
  .tps-spec-table th{
    background:#0b5cab;
    color:#fff;
    text-align:left;
  }
  .tps-spec-table tr:nth-child(even) td{
    background:#f8fbff;
  }
  .tps-note{
    background:#fff8e8;
    border:1px solid #f1d28a;
    border-left:5px solid #f0a800;
    padding:14px 16px;
    border-radius:8px;
    margin:18px 0;
  }
  .tps-cta{
    background:#0b376d;
    color:#fff;
    padding:22px;
    border-radius:12px;
    margin:28px 0;
  }
  .tps-cta h2,
  .tps-cta h3{
    color:#fff;
    border-bottom:none;
    margin-top:0;
  }
  .tps-cta a{
    color:#fff;
    text-decoration:underline;
  }
  .tps-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:16px;
    margin:18px 0;
  }
  @media(min-width:820px){
    .tps-grid{
      grid-template-columns:1fr 1fr;
    }
  }
  .tps-card{
    border:1px solid #d9e4f2;
    background:#fff;
    padding:18px;
    border-radius:12px;
  }
  .tps-card h3{
    margin-top:0;
  }
  .tps-svg-figure{
    margin:24px 0;
    padding:14px;
    border:1px solid #dde8f5;
    background:#fbfdff;
    border-radius:12px;
  }
  .tps-svg-figure svg{
    display:block;
    width:100%;
    height:auto;
  }
  .tps-svg-figure figcaption{
    font-size:14px;
    color:#4b5b72;
    margin-top:8px;
  }
  .tps-faq{
    border-top:1px solid #d9e4f2;
    padding-top:10px;
  }
  .tps-faq h3{
    font-size:19px;
  }
