/* SEWARD global media fidelity and section-edge contract v3.7.7 */

/* Images must render their own pixels without theme-added tint or processing. */
.sw-app img,
.swc200 img {
  background-color: transparent !important;
  background-image: none !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  opacity: 1 !important;
}

/* Media stages may size/crop an image, but may not add a warm/yellow backing. */
.sw-app .swc-v3-category__image,
.sw-app .swc-v3-finish-card__image,
.sw-app .swc-product__image,
.sw-app .swc200-store .swc-product-thumb,
.sw-app .swc200-store .swc-finish-option__image,
.sw-app .swc200-store .swc-catalog-hero > img,
.sw-app .product-image-summary-inner > .product-images,
.sw-app div.product .woocommerce-product-gallery,
.sw-app .swc-museum-notes__media {
  background-color: transparent !important;
  background-image: none !important;
}

/* The final content block must meet the footer without collapsed-margin gaps. */
.sw-app > main {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.sw-app > main > :last-child,
.sw-app > main .swc-command-club.swc-museum-club {
  margin-bottom: 0 !important;
}

.sw-app > main .swc-command-club.swc-museum-club {
  margin-top: 0 !important;
}

.sw-app > main + .swc-footer {
  margin-top: 0 !important;
}
