<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 1023px) {
  /* Single post header */
  .single_style_in-sticky .post_header_wrap .post_featured + .post_header {
    min-width: 60%;
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  /* Single post header */
  .single_style_in-sticky .post_header_wrap .post_featured + .post_header {
    min-width: 80%;
    max-width: 80%;
    padding: 1.5em;
  }
}
@media (max-width: 479px) {
  /* Single post header */
  .single_style_in-sticky .post_header_wrap {
    margin-bottom: 2em;
  }

  .single_style_in-sticky .post_header_wrap .post_featured {
    margin-bottom: 0;
  }

  .single_style_in-sticky .post_header_wrap .post_featured + .post_header {
    position: static !important;
    text-align: left !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    min-width: 0;
    max-width: none;
    background-color: transparent;
    padding: 0;
    border: none;
    margin-top: 2em;
  }
}

/*# sourceMappingURL=in-sticky-responsive.css.map */
</pre></body></html>