/* Keep a uniform visual height without distorting wide animated smileys. */
.comments .comm-two span.emoji:has(img[src*="/emoticons/standart-dark-20260904/"]),
#full-comms .comm-two span.emoji:has(img[src*="/emoticons/standart-dark-20260904/"]),
.ltext span.emoji:has(img[src*="/emoticons/standart-dark-20260904/"]) {
  display: inline-flex !important;
  width: auto !important;
  height: 32px !important;
  min-width: 0 !important;
  min-height: 32px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: -4px 2px -4px 1px !important;
  overflow: visible !important;
  vertical-align: middle !important;
}

#full-comms .comments .comm-two img.emoji[src*="/emoticons/standart-dark-20260904/"],
#full-comms .comm-two img.emoji[src*="/emoticons/standart-dark-20260904/"],
.comments .comm-two img.emoji[src*="/emoticons/standart-dark-20260904/"],
.ltext img[src*="/emoticons/standart-dark-20260904/"] {
  display: block !important;
  box-sizing: border-box !important;
  width: auto !important;
  height: 32px !important;
  min-width: 0 !important;
  min-height: 32px !important;
  max-width: 96px !important;
  max-height: 32px !important;
  margin: 0 !important;
  object-fit: contain !important;
  aspect-ratio: auto !important;
  vertical-align: middle !important;
}
