
.blog-post-page {
  margin: 80px auto 60px auto;
  max-width: 900px;
}

.blog-post-page .content-panel {
  padding: 24px;
}

.blog-post-page .back-btn {
  margin-bottom: 20px;
  display: inline-block;
}

.blog-post-page .cover-wrapper {
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 12px;
}

.blog-post-page .cover-image {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
  display: block;
}

.blog-post-page .post-meta {
  font-size: .9rem;
  color: #666;
  margin-bottom: 8px;
}

.blog-post-page .post-title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 2rem;
  line-height: 1.3;
  color: #0b274f;
}

.blog-post-page .post-excerpt {
  font-style: italic;
  font-size: 1rem;
  color: #444;
  margin-bottom: 20px;
}

.blog-post-page .post-content {
  line-height: 1.7;
  font-size: 1rem;
  color: #333;
}

.blog-post-page .post-content img {
  max-width: 100%;
  border-radius: 8px;
  margin: 16px 0;
}

.blog-post-page .post-content h2 {
  margin-top: 28px;
  margin-bottom: 12px;
  color: #0b274f;
}

.blog-post-page .post-content p {
  margin-bottom: 16px;
}

.blog-post-page .post-content a {
  color: #0b274f;
  text-decoration: underline;
  transition: 0.2s;
}

.blog-post-page .post-content a:hover {
  color: #0056b3;
}

.blog-post-page .post-content ul,
.blog-post-page .post-content ol {
  padding-left: 20px;
  margin-bottom: 16px;
}

.blog-post-page .post-content li {
  margin-bottom: 6px;
}

.blog-post-page .post-content blockquote {
  border-left: 3px solid #0b274f;
  padding-left: 12px;
  color: #555;
  margin: 16px 0;
  font-style: italic;
}
