/* Template: blog-post — critical.
 * Loaded by explicit branches in layouts/layout.tpl and the password head.
 */
.post-content,
.post-content p {
  line-height: 1.8rem;
}

.post-content img {
  max-width: 100%;
  height: auto;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin: 2rem 0 1rem 0;
  line-height: initial;
}

.post-content h1,
.post-content .h1 {
  font-size: var(--h2);
}
.post-content h2,
.post-content .h2 {
  font-size: var(--h3);
}
.post-content h3,
.post-content .h3 {
  font-size: var(--h4);
}
.post-content h4,
.post-content .h4 {
  font-size: var(--h5);
}
.post-content h5,
.post-content .h5 {
  font-size: var(--h6);
}
.post-content h6,
.post-content .h6 {
  font-size: var(--h6-small);
}

.blog-product-showcase {
  position: relative;
  width: 100%;
  margin: 2.5rem 0;
}

.blog-product-showcase .swiper-container {
  width: 100%;
}

.blog-product-showcase .swiper-wrapper {
  flex-wrap: nowrap;
}

.blog-product-showcase-loading {
  min-height: 80px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-foreground-opacity-50);
  font-size: 14px;
  text-align: center;
}

@media (max-width: 767px) {
  .blog-product-showcase {
    width: 100vw;
    max-width: none;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}

.blog-post-container {
  max-width: 1200px;
}
