@media (max-width: 1439px) {
  .post_layout_excerpt + .post_layout_excerpt {
    margin-top: 5rem;
  }
}
@media (max-width: 1279px) {
  /* Blog layout: Excerpt */
  .post_layout_excerpt .post_header .post_price {
    font-size: 1.7em;
    line-height: 1.4em;
  }
}
@media (max-width: 1023px) {
  /* Blog layout: Excerpt */
  .post_layout_excerpt .post_header .post_price {
    font-size: 1.5em;
    line-height: 1.4em;
  }
  .post_layout_excerpt .post_meta + .post_content_inner {
    margin-top: 1.1em;
  }
  .post_layout_excerpt .post_content > .sc_button {
    margin-top: 1.1em;
  }
  .post_layout_excerpt + .post_layout_excerpt {
    margin-top: 3.5rem;
  }
}
@media (max-width: 767px) {
  .post_layout_excerpt .post_featured {
    margin-bottom: 1.1em;
  }
  .post_layout_excerpt .post_header + .post_content {
    margin-top: 0.64em;
  }
  .post_layout_excerpt .post_meta + .post_content_inner {
    margin-top: 0.6em;
  }
  .post_layout_excerpt .post_content > .sc_button {
    margin-top: 0.6em;
  }
  .post_layout_excerpt + .post_layout_excerpt {
    margin-top: 2.5rem;
  }
  .post_layout_excerpt.format-audio .post_featured {
    margin-bottom: 1.1em;
  }
}
@media (max-width: 479px) {
  .post_layout_excerpt .post_title {
    font-size: 18px;
  }
  .post_layout_excerpt .post_featured {
    margin-bottom: 1em;
  }
  .post_layout_excerpt.sticky {
    padding: 1em;
  }
}