/* Minimal clone fixes only — do not override theme layout */

.space-footer-top-age img,
.space-footer-top-age .textwidget img {
  max-width: 100%;
  height: auto;
}

.space-page-content img,
.elementor-widget-container img {
  max-width: 100%;
  height: auto;
}

/* Fix external demo image URLs if any remain */
img[src*="demo9.mercury.is"] {
  content: url("/wp-content/uploads/2020/04/footer-safe-196x40.png");
}
