
      body {
        font-family:
          -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        line-height: 1.6;
        max-width: 800px;
        margin: 0 auto;
        padding: 20px;
        background: #f9f9f9;
        color: #333;
      }
      header {
        border-bottom: 2px solid #eaeaea;
        padding-bottom: 20px;
        margin-bottom: 30px;
      }
      h1 {
        margin: 0;
        color: #222;
      }
      p.subtitle {
        color: #666;
        font-size: 1.1em;
        margin-top: 5px;
      }
      article {
        background: white;
        padding: 20px;
        border-radius: 8px;
        margin-bottom: 20px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      }
      h2 {
        margin-top: 0;
        color: #0066cc;
      }
      .date {
        color: #999;
        font-size: 0.85em;
      }
      .section-title { 
        margin-top:16px;
        margin-bottom:12px;
    }
      .badge-container {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
      }
      .badge-item {
        display: inline-block;
        border-bottom: 3px solid var(--brand-color);
      }
      .badge-item img {
    display: block;
  }