    .news-article {
      max-width: 860px;
      margin: 0 auto;
      font-family: "Georgia", "Times New Roman", serif;
      line-height: 1.6;
      color: #222;
    }
    .news-header {
      border-bottom: 1px solid #ccc;
      margin-bottom: 1.5rem;
      padding-bottom: 0.75rem;
    }
    .news-kicker {
      text-transform: uppercase;
      letter-spacing: 0.12em;
      font-size: 0.8rem;
      color: #b00000;
    }
    .news-title {
      font-size: 2rem;
      margin: 0.3rem 0;
    }
    .news-subtitle {
      font-size: 1.05rem;
      color: #555;
      margin-bottom: 0.5rem;
    }
    .news-meta {
      font-size: 0.85rem;
      color: #777;
    }
    .news-lead {
      font-weight: bold;
      font-size: 1.05rem;
      margin-bottom: 1rem;
    }
    .news-section-title {
      font-size: 1.3rem;
      margin-top: 1.8rem;
      border-left: 4px solid #b00000;
      padding-left: 0.4rem;
    }
    .news-box {
      border: 1px solid #ddd;
      background: #f7f7f7;
      padding: 0.8rem 1rem;
      margin: 1.2rem 0;
      font-size: 0.95rem;
    }
    .news-highlight {
      background: #fff8e5;
      border-left: 4px solid #f0b400;
      padding: 0.6rem 0.8rem;
      margin: 1rem 0;
    }
    .news-footer-note {
      font-size: 0.8rem;
      color: #777;
      border-top: 1px solid #ddd;
      margin-top: 2rem;
      padding-top: 0.8rem;
    }