/* Blog layout: Excerpt 
------------------------- */
.post_layout_excerpt {
  position: relative;
  margin-bottom: 0;
}

.post_layout_excerpt + .post_layout_excerpt {
  margin-top: 4.4rem;
}

.post_layout_excerpt:not(.sticky) + .post_layout_excerpt:not(.sticky) {
  padding-top: 4.4rem;
  border-top: 1px solid var(--theme-color-bd_color);
}

.post_layout_excerpt.sticky {
  padding: 0;
  border: none;
}

.post_layout_excerpt.sticky > *:not(.post_featured) {
  padding-left: 4.8rem;
  padding-right: 4.8rem;
}

.post_layout_excerpt.sticky > *:last-child {
  padding-bottom: 3.8rem;
}

.post_layout_excerpt .post_featured {
  display: inline-block;
  margin: 0;
}

.post_layout_excerpt.post_format_audio .post_featured.without_thumb,
.post_layout_excerpt.post_format_gallery .post_featured.without_thumb {
  display: block;
}

.post_layout_excerpt .post_content .post_content_inner + .post_meta,
.post_layout_excerpt .post_header {
  padding-top: 3em;
  margin: 0;
  position: relative;
}
.post_layout_excerpt .post_content .post_content_inner + .post_meta:first-child,
.post_layout_excerpt .post_header:first-child {
  padding-top: 0;
}

.post_layout_excerpt .post_header .post_price {
  width: auto;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  font-size: 2.5em;
  line-height: 1.5em;
}

.post_layout_excerpt .post_category {
  margin-bottom: 0.5em;
}

.post_layout_excerpt .post_title {
  margin: 0.4em 0 0.8em;
}

.post_layout_excerpt .post_header + .post_content {
  margin-top: 1.5em;
}

.post_layout_excerpt .post_content_inner + .post_meta {
  margin-top: 1em;
}

.post_layout_excerpt .post_content p:last-child {
  margin-bottom: 0;
}

body:not(.blog_style_excerpt) .post_layout_excerpt {
  margin-bottom: 3em;
}

.post_layout_excerpt blockquote {
  margin: 0;
}

.posts_container .post_layout_excerpt:last-child {
  padding-bottom: 4.4rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 4.4rem;
}

.blog_style_excerpt div.esg-filters,
.blog_style_excerpt .woocommerce nav.woocommerce-pagination ul,
.blog_style_excerpt .comments_pagination,
.blog_style_excerpt .nav-links,
.blog_style_excerpt .page_links {
  text-align: left;
}