.article-footer {
    background-color:#f8f9fa;;  /* Light grey background */
    padding: 40px 20px;
    font-family: 'Merriweather', serif;
    color: #333;
  }
  
  .footer-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
  }
  
  .article-footer section {
    margin-bottom: 30px;
  }
  
  .article-footer h3 {
    font-size: 1.1em;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 15px;
  }
  
  .article-footer p, .article-footer li {
    font-size: 0.9em;
    line-height: 1.6;
    color: #4b5563;
  }
  
  .article-footer ul, .article-footer ol {
    list-style-position: inside;
    padding-left: 0;
  }
  
  .article-footer a {
    color: #4b5563;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .article-footer a:hover {
    color: #1f2937;
  }
  
  @media (max-width: 768px) {
    .footer-content {
      padding: 0 15px;
    }
  }