


/*
@media print {
    article .entry-content > figure,
    article .entry-content > p > img,
    #page > *:not(#content),
    #secondary,
    #discussion,
    #comments,
    #swiper-container,
    .cph-gallery-share-buttons,
    .post-navigation,
    .single-post__tsm,
    .cph-related-posts,
    .article-inline-subscribe-box,
    .post-info__sharing,
    .post-info__comments,
    .entry-footer {
        display: none !important;
    }

    .cph-gallery-caption {
        display: block !important;
    }

    .cph-gallery-caption[data-media-type="dfp_ad"] {
        display: none !important;
    }
}
*/