
  /* 這三行讓標題用 TPS Blue */
  .tps-article h1,
  .tps-article h2,
  .tps-article h3 {
    color: #3598db;
  }

  /* 這段是 CTA 變成藍色 Button 卡片的樣式 */
  .tps-cta-button {
    display: inline-block;
    padding: 0.75rem 1.4rem;
    background-color: #3598db;
    color: #ffffff !important;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
  }

  .tps-cta-button:hover {
    opacity: 0.9;
    text-decoration: none;
  }
