
/* SU HOGAR — imagen personalizada completa en Home V4 */

.v3-story-image.is-custom-system-image {
  background: #f4f6fa !important;
}

.v3-story-image.is-custom-system-image::after {
  display: none !important;
}

.v3-story-image.is-custom-system-image img,
.v3-story-image img.is-custom-system-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: clamp(10px, 1.5vw, 22px);
  background: #f4f6fa;
}

.v3-story-image.is-custom-system-image figcaption {
  display: none !important;
}

@media (max-width: 900px) {
  .v3-story-image.is-custom-system-image {
    aspect-ratio: 3 / 2 !important;
    min-height: 260px;
  }

  .v3-story-image.is-custom-system-image img,
  .v3-story-image img.is-custom-system-image {
    padding: 8px;
  }
}

@media (max-width: 560px) {
  .v3-story-image.is-custom-system-image {
    min-height: 220px;
  }
}
