@media (max-width: 1439px) {
  .post_layout_excerpt .post_featured {
    margin-bottom: 1.9em;
  }

  .post_layout_excerpt .post_header + .excerpt_meta_wrap {
    margin-top: 15px;
  }

  .excerpt_meta_wrap + .post_content {
    margin-top: 20px;
  }
}
@media (max-width: 1279px) {
  /* Blog layout: Excerpt */
  .post_layout_excerpt .post_header .post_price {
    font-size: 2em;
    line-height: 1.5em;
  }
}
@media (max-width: 1023px) {
  /* Blog layout: Excerpt */
  .post_layout_excerpt + .post_layout_excerpt {
    margin-top: 4em;
  }

  .post_layout_excerpt .post_title + .post_meta {
    margin-top: 1.5em;
  }

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

  .post_layout_excerpt .post_header .post_price {
    font-size: 1.75em;
    line-height: 1.5em;
  }
}
@media (max-width: 767px) {
  /* Blog layout: Excerpt */
  .post_layout_excerpt + .post_layout_excerpt {
    margin-top: 3em;
  }

  .post_layout_excerpt .post_header .post_price {
    position: static;
    right: auto;
    top: auto;
    margin-top: 0.3em;
  }

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

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

  blockquote, blockquote[class*="wp-block-quote"][class*="is-style-"],
  blockquote[class*="wp-block-quote"][class*="is-"],
  .wp-block-quote:not(.is-large):not(.is-style-large),
  .wp-block-freeform.block-library-rich-text__tinymce blockquote,
  .post_layout_excerpt blockquote {
    padding: 6em 2em 2em 2em;
    margin-left: 0;
    margin-right: 0;
  }

  .post_layout_excerpt blockquote:before {
    top: 1.3em;
  }

  .post_layout_excerpt.format-audio .post_featured.without_thumb .post_audio:not(.with_iframe) {
    padding: 1.5em;
  }

  .post_layout_excerpt.sticky {
    padding: 30px;
  }
}
@media (max-width: 479px) {
  .post_layout_excerpt.format-audio .post_featured.without_thumb .post_audio:not(.with_iframe) {
    padding: 1em;
  }

  .post_layout_excerpt .post_meta .post_meta_item:not(.post_share) {
    margin-right: 10px;
  }

  .post_layout_excerpt.sticky {
    padding: 15px;
  }
}
