section .BlogInfoContainer {
  padding: 16px;
  max-width: 700px;
  margin: 0 auto;
  font-family: "Arial", sans-serif;
  color: #222;
}
section .BlogInfoContainer .BlogArea {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
section .BlogInfoContainer .BlogArea .BlogBanner {
  width: 100%;
}
section .BlogInfoContainer .BlogArea .BlogBanner img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}
section .BlogInfoContainer .BlogArea .BlogContent {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
section .BlogInfoContainer .BlogArea .BlogContent .BlogTitle h1 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
}
section .BlogInfoContainer .BlogArea .BlogContent .BlogInfos {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 14px;
  color: #888;
}
section .BlogInfoContainer .BlogArea .BlogContent .BlogInfos span.author, section .BlogInfoContainer .BlogArea .BlogContent .BlogInfos span.date, section .BlogInfoContainer .BlogArea .BlogContent .BlogInfos span.views {
  display: inline-block;
}
section .BlogInfoContainer .BlogArea .BlogContent .divider {
  border: none;
  height: 1px;
  background-color: #eee;
  margin: 12px 0;
}
section .BlogInfoContainer .BlogArea .BlogContent .BlogArticle {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}
section .BlogInfoContainer .BlogArea .BlogContent .BlogArticle p {
  margin: 0 0 12px 0;
}
section .BlogInfoContainer .BlogArea .BlogContent .BlogArticle img {
  max-width: 100%;
  border-radius: 8px;
  margin: 12px 0;
}
section .BlogInfoContainer .BlogArea .BlogContent .BlogArticle h2, section .BlogInfoContainer .BlogArea .BlogContent .BlogArticle h3, section .BlogInfoContainer .BlogArea .BlogContent .BlogArticle h4 {
  margin: 16px 0 8px 0;
  font-weight: 600;
}
section .BlogInfoContainer .BlogArea .BlogContent .BlogArticle a {
  color: #3498db;
  text-decoration: none;
}
section .BlogInfoContainer .BlogArea .BlogContent .BlogArticle a:hover {
  text-decoration: underline;
}
section .BlogInfoContainer .BlogArea .BlogContent .BlogArticle ul, section .BlogInfoContainer .BlogArea .BlogContent .BlogArticle ol {
  padding-left: 20px;
  margin: 8px 0;
}
section .BlogInfoContainer .BlogArea .BlogContent .BlogArticle blockquote {
  border-left: 4px solid #ddd;
  padding-left: 12px;
  color: #666;
  font-style: italic;
  margin: 12px 0;
}
@media (min-width: 768px) {
  section .BlogInfoContainer {
    padding: 24px;
  }
  section .BlogInfoContainer .BlogContent .BlogTitle h1 {
    font-size: 32px;
  }
  section .BlogInfoContainer .BlogContent .BlogArticle {
    font-size: 18px;
  }
}

/*# sourceMappingURL=BlogDetails.css.map */
