.blog-detail-header h2 {
  margin-bottom: 15px;
}
.blog-date {
  margin-bottom: 30px;
}
.blog-detail-image img {
  width: 100%;
  max-height: 450px;
  object-fit: contain;
  border-radius: 12px;
  margin-bottom: 40px;
}
.blog-detail-content .short-desc p,
.blog-detail-content .long-desc p {
  margin-bottom: 1em;
}
.back-link {
  margin-top: 50px;
}
.back-link a {
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
}
.back-link a:hover {
  text-decoration: underline;
}