/* image-compare-viewer mounts its own absolutely-positioned img layout.
   `.prose img` (specificity 0,1,1) would otherwise override `.icv__img`
   (0,1,0) and break the slider — reset the inherited prose constraints
   for everything inside the viewer. */
.shortcode-image-compare-container {
  margin-left: auto;
  margin-right: auto;
}

.shortcode-image-compare img {
  max-width: none;
  margin: 0;
}
