/**
 * YHN 3.9.55.71.2 — Editorial Emoji Image Safety Final Hotfix.
 *
 * The legacy single-post image rule intentionally expands editorial images to
 * the reading width. WordPress core emoji are rendered as <img class="emoji">,
 * so they must be explicitly excluded from that image treatment.
 * Presentation-only: no content, metadata, SEO or schema changes.
 */

body.single-post.yhn-editorial-emoji-image-safety-final-lock
.blog-wrapper.blog-single #ftwp-postcontent img.emoji,
body.single-post.yhn-editorial-emoji-image-safety-final-lock
.blog-wrapper.blog-single #ftwp-postcontent img.wp-smiley,
body.single-post.yhn-editorial-emoji-image-safety-final-lock
.entry-content img.emoji,
body.single-post.yhn-editorial-emoji-image-safety-final-lock
.entry-content img.wp-smiley {
  display: inline-block !important;
  width: 1em !important;
  min-width: 0 !important;
  max-width: 1em !important;
  height: 1em !important;
  min-height: 0 !important;
  max-height: 1em !important;
  margin: 0 .08em !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  vertical-align: -.12em !important;
  object-fit: contain !important;
}
