/* Blog/Markdown custom styles */

.markdown-body {
  font-size: 1.08rem;
  line-height: 1.7;
  max-width: 700px;
  overflow-x: hidden !important;
  margin: 0 auto;
}

.markdown-body h1, .markdown-body h2, .markdown-body h3 {
  margin-top: 2.2rem;
  margin-bottom: 1.1rem;
  font-weight: 600;
}

.markdown-body p {
  margin-bottom: 1.1rem;
}

.markdown-body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5rem auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.markdown-body .blog-image-wrapper {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow-x: auto;
}

.markdown-body .blog-image-wrapper img {
  max-width: 700px;
  width: 100%;
  height: auto;
  display: block;
  margin: 1.5rem auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
} 