/* MAG - seo rozbudowa: minimalny styl dla <details> pod zdjęciem (łatwo nadpiszesz) */
.mag-seo-img-details{
  margin-top: -30px; /* zgodnie z wymaganiem */
  position: relative;
  z-index: -1; /* "pod" obrazem, gdy obraz ma wyższy z-index */
}

/* obraz/figure nad opisem, żeby opis był "pod grafiką", a nie na niej */
.elementor-gallery-item figure,
.elementor-image-gallery figure,
.wp-block-gallery figure,
.gallery-item figure{
  position: relative;
  z-index: 1;
}

.mag-seo-img-details__summary{ cursor: pointer; font-weight: 600; }
.mag-seo-img-details__content{ margin-top: 6px; }

.mag-seo-img-details__title{ font-weight: 600; margin-top: 6px; }
.mag-seo-img-details__desc{ margin-top: 6px; }

.mag-seo-img-details__caption{ margin-top: 6px; opacity: .9; }
