/* Preserve complete botanical images and watermarks, never crop article masters. */
.sgcc-figure img, .entry-content figure img, .sgcc-plant-profile figure img {
 max-width: 100%; height: auto; object-fit: contain; display: block;
 border-radius: 8px; margin-inline: auto;
}
img[data-sgcc-image-state="recovering"] { opacity: .7; }
img[data-sgcc-image-state="failed"] { min-height: 64px; outline: 1px dashed #987943; }
.sgcc-image-retry { display: block; margin: 8px auto; padding: 8px 12px; max-width: 100%; border: 1px solid #987943; border-radius: 6px; background: #f6efda; color: #173225; font: inherit; cursor: pointer; }
@media (prefers-reduced-motion: no-preference) { img[data-sgcc-image-state] { transition: opacity .15s ease; } }
