body {
      font-family: 'Arial', sans-serif;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      background-color: #fff;
    }
    .featured-section {
      margin-top: 100px;
    }
    .featured-section .card-img-top {
      height: 180px;
      object-fit: cover;
    }
    .latest-posts .card-img-top {
      height: 140px;
      object-fit: cover;
    }
    .post-meta {
      font-size: 0.9rem;
      color: #6c757d;
    }
    .post-description {
      font-size: 0.9rem;
      color: #555;
    }
    .popular-posts li {
      list-style: none;
      border-bottom: 1px solid #eee;
      padding: 12px 0;
      display: flex;
      align-items: flex-start;
      gap: 10px;
    }
    .popular-posts li span {
      font-size: 1.3rem;
      font-weight: bold;
      color: #ddd;
      flex-shrink: 0;
      width: 30px;
    }
    .section-title {
      font-size: 1.2rem;
      font-weight: bold;
      margin-bottom: 20px;
      border-bottom: 2px solid #ddd;
      padding-bottom: 5px;
    }