/**
 * t-052: width/height attributes set the intrinsic ratio.
 * HubSpot and leftover theme CSS often pin a pixel height, which squashes @2x files.
 * t-039 already stored style="height: auto" on 25 kod_html images — that loses to
 * more specific / !important height rules. One global override; no 173 inline styles.
 *
 * Keep object-fit cover tiles (listing pin + grid) at height:100%.
 * Keep MTD fixed boxes (avatars, 44px icons, step media cover).
 */
.hs_cos_wrapper img:not(.c-blog-list-photo):not(.c-latest-post-photo),
.body-container-wrapper > *:not(.mtd) img:not(.c-blog-list-photo):not(.c-latest-post-photo),
.c-featured-box-image img,
.c-banner-feat-icon,
.c-main-cta-img,
.hs-cta-img,
.c-eb-article-content img,
.c-blog-post-body img {
  height: auto !important;
}
