.blog-post {
  max-width: 1000px;
  margin: 2.5em auto;
}
.blog-post h1 {
  text-align: center;
  margin: 20px 0;
}
.blog-post h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.blog-post section {
  margin-bottom: 2em;
}
.blog-post .meta {
  text-align: center;
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 20px;
}
.blog-post .desc {
  text-align: center;
}
.blog-post h2 {
  margin-top: 20px;
}
.blog-post h2:first-child {
  margin-top: 0;
}

.related-articles,
.faq-section {
  margin-top: 2rem;
}

.related-articles a {
  color: var(--color);
}

.ar-blog-post {
  direction: rtl;
  text-align: right;
}
.ar-blog-post .cta-link {
  display: block;
}/*# sourceMappingURL=common.css.map */