/* Full application screens: pair explanation and evidence without shrinking either. */
.ec-full-screens .ec-detail-copy{display:block}
.ec-full-screens .ec-detail-copy>p:not(.pf-section-label){margin:0}
.ec-full-screens .ec-detail-copy>ul{margin:16px 0 0;padding-left:20px}
.ec-full-screens .ec-detail .pf-image-box{aspect-ratio:auto;height:auto;background:#f1f4f7}
.ec-full-screens .ec-detail .pf-image-box img{position:static;width:100%!important;height:auto!important;max-height:none;object-fit:contain}
.ec-full-screens .pf-hero>.ec-figure .pf-image-box{aspect-ratio:auto;height:auto}
.ec-full-screens .pf-hero>.ec-figure .pf-image-box img{position:static;width:100%!important;height:auto!important;object-fit:contain}
.ec-full-screens .ec-lightbox-scroll img{max-width:100%!important;max-height:70vh!important;width:auto!important;height:auto!important;object-fit:contain}
@media(min-width:1025px){
  .ec-full-screens .ec-detail{grid-template-columns:minmax(320px,.78fr) minmax(0,1.22fr);gap:28px;align-items:start;padding-top:28px}
  .ec-full-screens .ec-detail .ec-figure{align-self:start}
}
