/* Rich text UI image safety: prevent upscaling; keep responsive behavior */
.ui-image img {
  max-width: 100%;
  height: auto;
}


