/* Single post — ported verbatim from tch-website-181/base/post.hbs.

   The whole of that template's inline <style> block was one rule. In v1 it sat
   in the body, after every <link>, so it landed last in the cascade; here it is
   the page's own stylesheet, which the base layout also loads last. Same
   position in the cascade, same winner.

   The 450px height stays where v1 put it — an inline style attribute on the
   wrapper element — so it is not repeated here. */

.content-feature-image-wrapper {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

/* Runtime appends its native comments client after the article template.
   TCH does not use article comments, so keep that Runtime-owned surface out
   of the post layout without affecting comments or forms on any other page. */
.page-post [data-faster-comments] {
    display: none !important;
}
