/* supplement.css — точечные добавки восстановления (Rise Tribe / Squarespace) */
/* Squarespace: разморозить прогрессивно-загружаемые изображения (ImageLoader) */
img[data-src]{opacity:1 !important;}
.sqs-image, .sqs-block-image .image-block-outer-wrapper img{opacity:1 !important;}

/* ImageLoader normally positions these; without it they stay invisible/zero-size */
.sqs-image-shape-container-element.has-aspect-ratio > img,
.sqs-image-shape-container-element.has-aspect-ratio > img.thumb-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section-background > img {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sqs-gallery-block-grid .slide .margin-wrapper a.content-fill,
.sqs-gallery-block-grid .slide .margin-wrapper a.image-slide-anchor {
  position: relative;
  display: block;
  overflow: hidden;
}

.sqs-gallery-block-grid .slide .margin-wrapper a.content-fill > img.thumb-image,
.sqs-gallery-block-grid .slide .margin-wrapper a.image-slide-anchor > img.thumb-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
