.blog-sidebar .card-body ul li:hover a {
  color: #0d6efd; /* Bootstrap primary */
}
.blog-sidebar .card-body ul li img {
  transition: transform 0.2s ease;
}
.blog-sidebar .card-body ul li:hover img {
  transform: scale(1.05);
}


.blog-container {
  margin: 40px auto;
}

.single-post {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.post-thumbnail img {
  width: 250px;
  border-radius: 10px;
}

.post-title {
  font-size: 22px;
  margin: 0 0 10px;
}

.post-meta {
  color: #888;
  font-size: 14px;
  margin-bottom: 10px;
}

.post-excerpt {
  font-size: 16px;
}

.read-more {
  display: inline-block;
  margin-top: 10px;
  color: #0073aa;
  font-weight: bold;
}

.blog-sidebar .widget {
  margin-bottom: 30px;
}

.blog-sidebar h3 {
  margin-bottom: 10px;
  font-size: 20px;
}


