.single-blog-page {
  padding: 50px 0;
  background: #fafafa;
}

.single-blog {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.single-blog-details h1 {
  font-size: 30px;
  margin-bottom: 15px;
  color: #115730;
  font-family: 'Poppins';
  font-weight: 500;
}

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

.blog-thumbnail img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 25px;
}

.blog-content {
  font-size: 17px;
  line-height: 1.8;
  color: #333;
}

.blog-content-details h2 {
  margin-bottom: 12px;
  font-family: 'Poppins';
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
}

.blog-content-details p {
  font-size: 16px;
  color: #000;
  font-family: 'Poppins';
  line-height: 25px;
  margin-bottom: 15px;
}

.blog-content-details ol li {
  margin-bottom: 6px;
  font-size: 16px;
}

.blog-content-details ol li strong {
  font-weight: 600;
}

.blog-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.blog-navigation a {
  color: #0073aa;
  font-weight: bold;
}