/* ISP Responsive Images — minimal, theme-safe */
img,
.wp-block-image img,
.entry-content img,
.comment-content img,
.widget img,
figure img,
.gallery .gallery-item img,
.wp-post-image,
.avatar {
  max-width: 100% !important;
  height: auto !important;
  display: inline-block;
}

/* Prevent images from overflowing rounded containers */
img.isp-responsive-img { border-radius: inherit; }

/* Ensure figures don't create overflow */
figure { max-width: 100%; }

/* Keep captions readable on small screens */
.wp-caption, .wp-caption-text, figcaption { word-wrap: break-word; }