/* OM Mobile Perf — reaction emojis render as static SVG (Lottie dropped).
   Sizing only: the plugin sizes the 34x34 holder but not the <img> inside the
   animation-holder branch, so without this the raw SVG overflows. No animation. */

.wpra-reaction-emoji-holder img,
.wpra-reaction-static-holder img,
.wpra-reaction-animation-holder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
