
  .article-container {
    font-family: Arial, sans-serif;
    color: #333;
    max-width: 1200px;
    margin: auto;
    padding: 20px;
    line-height: 1.7;
    background-color: #fff;
  }

  h2 {
    color: #1338ba;
    font-size: 26px;
    margin-top: 40px;
  }

  h3 {
    color: #1338ba;
    font-size: 22px;
    margin-top: 30px;
  }

  p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  ul {
    padding-left: 20px;
  }

  li {
    margin-bottom: 10px;
  }

  a {
    color: #1338ba;
    text-decoration: none;
    font-weight: bold;
  }

  a:hover {
    text-decoration: underline;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 15px;
  }

  th, td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
  }

  th {
    background-color: #1338ba;
    color: white;
  }

  @media (max-width: 768px) {
    h2 {
      font-size: 22px;
    }

    h3 {
      font-size: 18px;
    }

    p, li {
      font-size: 14px;
    }

    table {
      font-size: 13px;
    }
  }
