/* Igintech Image — Gutenberg block */

.igi_image {
  background: #F3F4F6;
  border-radius: 2em;
  overflow: hidden;
  margin-bottom: 2em;
  margin-top: 1em;
}

.igi_image_media img {
  width: 100%;
  height: auto;
  display: block;
}

.igi_image_caption {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35em 1.5em;
  padding: 1em 1.5em 1.25em;
}

.igi_image_text1 {
  font-size: 1em;      /* fz16 */
  font-weight: 400;
  color: #6A7282;
}

.igi_image_text2 {
  font-size: 0.875em;  /* fz14 */
  font-weight: 400;
  color: #9CA3AF;
  margin-left: 0;   /* push the credit to the right, like the design */
}

@media (max-width: 767px) {
  .igi_image {
    border-radius: 1em;
  }
  .igi_image_text2 {
    margin-left: 0;    /* stack under the caption on mobile */
  }
}

/* --- Editor-only helpers --- */
.igi_image .igi_image_media {
  position: relative;
}
.igi_image .igi_image_change {
  position: absolute;
  top: 0.75em;
  right: 0.75em;
  z-index: 2;
}
