/**
 * DATAsoft Sedcards — deaktivierte Einträge: nur Setcard-Fotos abdunkeln (~10 % Helligkeit).
 * Banner, Hero und Editor-Inhalt bleiben unverändert sichtbar.
 */

/* Übersicht/Grid: nur Kachel-Fotos */
.ds-sedcard-grid__card.girl-sedcard--inactive .ds-sedcard-grid__img-el,
.ds-sedcard-grid__card.girl-sedcard--inactive .ds-sedcard-grid__media img {
	filter: brightness(0.1);
}

/* Detail: nur Galerie/Viewer (Setcard-Fotos), nicht Banner/Hero/Fließtext */
.ds-sedcard-detail.girl-sedcard--inactive .ds-scd-top__gallery .ds-sedcard-detail__viewer-main,
.ds-sedcard-detail.girl-sedcard--inactive .ds-scd-top__gallery .ds-sedcard-detail__viewer-thumb img,
.ds-sedcard-detail.girl-sedcard--inactive .ds-sedcard-detail__gallery img,
.ds-sedcard-detail.girl-sedcard--inactive .ds-sedcard-detail__thumb img {
	filter: brightness(0.1);
}

/**
 * Einzelseite: große Editor-/Fließtext-Bilder begrenzen (Theme Builder ohne angepasstes Modul).
 * Sedcard-Detail-Modul: unten zurücksetzen (Hero/Viewer/Galerie eigene Regeln).
 */
body.single-girl .entry-content img:not(.ds-sedcard-detail__hero-img):not(.ds-sedcard-detail__viewer-main),
body.single-girl_bordell .entry-content img:not(.ds-sedcard-detail__hero-img):not(.ds-sedcard-detail__viewer-main),
body.single-girl_escort .entry-content img:not(.ds-sedcard-detail__hero-img):not(.ds-sedcard-detail__viewer-main),
body.ds-sedcard-single-page .entry-content img:not(.ds-sedcard-detail__hero-img):not(.ds-sedcard-detail__viewer-main),
body.single-girl .et_pb_post_content img:not(.ds-sedcard-detail__hero-img):not(.ds-sedcard-detail__viewer-main),
body.single-girl_bordell .et_pb_post_content img:not(.ds-sedcard-detail__hero-img):not(.ds-sedcard-detail__viewer-main),
body.single-girl_escort .et_pb_post_content img:not(.ds-sedcard-detail__hero-img):not(.ds-sedcard-detail__viewer-main),
body.ds-sedcard-single-page .et_pb_post_content img:not(.ds-sedcard-detail__hero-img):not(.ds-sedcard-detail__viewer-main),
body.single-girl .post-content img:not(.ds-sedcard-detail__hero-img):not(.ds-sedcard-detail__viewer-main),
body.single-girl_bordell .post-content img:not(.ds-sedcard-detail__hero-img):not(.ds-sedcard-detail__viewer-main),
body.single-girl_escort .post-content img:not(.ds-sedcard-detail__hero-img):not(.ds-sedcard-detail__viewer-main),
body.ds-sedcard-single-page .post-content img:not(.ds-sedcard-detail__hero-img):not(.ds-sedcard-detail__viewer-main) {
	max-width: 100%;
	height: auto;
	max-height: min(85vh, 720px);
	width: auto;
	object-fit: contain;
}
