/* One native sticky layer for both iPad orientations. No positional JS,
   negative margins or extra scroll-distance spacers. */
html body#top.design-master.tablet-photo-effects-v16:is(.info-cites-page,.ipci-editorial-page) .master-section.effect-section {
 position:relative!important;isolation:isolate;overflow:visible!important;
 min-height:0!important;height:auto!important;margin:0!important;padding:0 0 1cm!important;
}
html body#top.design-master.tablet-photo-effects-v16:is(.info-cites-page,.ipci-editorial-page) .master-section.effect-section > .effect-backdrop {
 display:block!important;position:absolute!important;inset:0!important;
 width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;
 margin:0!important;transform:none!important;overflow:visible!important;z-index:0;pointer-events:none;
}
html body#top.design-master.tablet-photo-effects-v16:is(.info-cites-page,.ipci-editorial-page) .effect-backdrop-stage {
 position:sticky!important;top:var(--tablet-photo-top,120px)!important;left:0!important;right:auto!important;bottom:auto!important;
 width:100%!important;max-width:none!important;height:var(--tablet-photo-height,70vh)!important;max-height:100%!important;
 margin:0!important;transform:none!important;overflow:hidden!important;
}
html body#top.design-master.tablet-photo-effects-v16:is(.info-cites-page,.ipci-editorial-page) .effect-backdrop-image {
 position:absolute!important;inset:0!important;display:block!important;width:100%!important;height:100%!important;
 max-width:none!important;max-height:none!important;object-fit:cover!important;object-position:center;
 transform:scale(var(--tablet-photo-zoom,1))!important;
}
html body#top.design-master.tablet-photo-effects-v16:is(.info-cites-page,.ipci-editorial-page) .effect-backdrop-wash {position:absolute;inset:0;background:rgba(239,243,241,var(--tablet-photo-wash,0))!important;}
html[data-theme="dark"] body#top.design-master.tablet-photo-effects-v16:is(.info-cites-page,.ipci-editorial-page) .effect-backdrop-wash {background:var(--dark-section-gradient,var(--dark-blue-gradient))!important;opacity:var(--tablet-photo-wash,0)!important;}
html body#top.design-master.tablet-photo-effects-v16:is(.info-cites-page,.ipci-editorial-page) .master-section.effect-section > .study-making-inner {
 position:relative;z-index:1;margin-top:0!important;padding-top:1cm!important;padding-bottom:0!important;
 min-height:0!important;opacity:var(--tablet-photo-content,1)!important;transform:none!important;
}
@media(max-width:600px), (max-width:980px) and (max-height:600px) and (pointer:coarse), (prefers-reduced-motion:reduce) {
 html body#top.design-master .effect-backdrop{display:none!important;}
 html body#top.design-master .effect-section > .study-making-inner{opacity:1!important;transform:none!important;padding-top:1cm!important;}
 html body#top.design-master .effect-section{padding-top:0!important;padding-bottom:1cm!important;}
}
