
  /* TPS blog local scope */
  .tps-article-oem {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #333;
    line-height: 1.7;
    font-size: 16px;
    max-width: 900px;
    margin: 0 auto;
  }

  .tps-article-oem h1,
  .tps-article-oem h2,
  .tps-article-oem h3 {
    color: #3598db;
    font-weight: 650;
    line-height: 1.3;
    margin-top: 1.8em;
    margin-bottom: 0.6em;
  }

  .tps-article-oem h1 {
    font-size: 2rem;
    margin-top: 0;
  }

  .tps-article-oem h2 {
    font-size: 1.5rem;
  }

  .tps-article-oem h3 {
    font-size: 1.2rem;
  }

  .tps-article-oem p {
    margin: 0.6em 0;
  }

  .tps-article-oem a {
    color: #3598db;
    text-decoration: none;
  }

  .tps-article-oem a:hover {
    text-decoration: underline;
  }

  .tps-article-oem strong {
    font-weight: 600;
  }

  .tps-toc-box {
    border-radius: 10px;
    background: #f4f9fd;
    border: 1px solid #d4e7f7;
    padding: 16px 20px;
    margin: 1.5em 0 2em;
  }

  .tps-toc-box h2 {
    margin-top: 0;
    font-size: 1.1rem;
  }

  .tps-toc-box ul {
    margin: 0.2em 0 0;
    padding-left: 1.1em;
  }

  .tps-toc-box li {
    margin: 0.2em 0;
  }

  .tps-badge {
    display: inline-block;
    background: #e6f2fb;
    color: #246fa3;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 0.8rem;
    margin-right: 8px;
  }

  .tps-grid-two {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 20px;
    align-items: flex-start;
  }

  @media (max-width: 768px) {
    .tps-grid-two {
      grid-template-columns: 1fr;
    }
  }

  .tps-cta-panel {
    border-radius: 14px;
    border: 1px solid #d4e7f7;
    background: #f4f9fd;
    padding: 18px 20px;
    margin: 2em 0;
  }

  .tps-cta-panel h3 {
    margin-top: 0;
  }

  .tps-btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 0.6em;
  }

  .tps-btn-primary,
  .tps-btn-outline {
    display: inline-block;
    padding: 9px 18px;
    border-radius: 999px;
    font-size: 0.95rem;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
  }

  .tps-btn-primary {
    background: #3598db;
    color: #fff !important;
    border: 1px solid #3598db;
  }

  .tps-btn-outline {
    background: #fff;
    color: #3598db !important;
    border: 1px solid #3598db;
  }

  .tps-meta-list {
    list-style: none;
    padding-left: 0;
    margin: 0.4em 0 0;
    font-size: 0.9rem;
    color: #666;
  }

  .tps-meta-list li {
    display: inline-block;
    margin-right: 12px;
  }

  /* Simple SVG wrappers */
  .tps-figure {
    margin: 1.4em 0;
    text-align: center;
  }

  .tps-figure figcaption {
    font-size: 0.85rem;
    color: #666;
    margin-top: 0.4em;
  }

  .tps-faq-block {
    margin-top: 2.5em;
    border-top: 1px solid #e3e3e3;
    padding-top: 1.5em;
  }

  .tps-faq-block details {
    margin-bottom: 0.8em;
    border-radius: 8px;
    background: #f7fafc;
    padding: 10px 12px;
  }

  .tps-faq-block summary {
    cursor: pointer;
    font-weight: 600;
    color: #246fa3;
  }

  .tps-faq-block summary::-webkit-details-marker {
    display: none;
  }
