/* CITES: short reading blocks, with natural image proportions. */
html body#top.design-master.info-cites-page .study-section-content > :is(.cites-reading-row,.cites-reading-solo,.cites-reading-image-only) {
 margin-top:0!important;margin-bottom:1cm!important;
}
html body#top.design-master.info-cites-page .cites-reading-row {
 display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
 align-items:start!important;gap:1cm!important;width:100%!important;max-width:100%!important;
}
html body#top.design-master.info-cites-page .cites-reading-row > .cites-reading-box {grid-column:1;grid-row:1;}
html body#top.design-master.info-cites-page .cites-reading-row > .cites-reading-media {grid-column:2;grid-row:1;}
html body#top.design-master.info-cites-page .cites-reading-row.cites-image-left > .cites-reading-box {grid-column:2;}
html body#top.design-master.info-cites-page .cites-reading-row.cites-image-left > .cites-reading-media {grid-column:1;}
html body#top.design-master.info-cites-page .cites-reading-box {
 box-sizing:border-box!important;min-width:0!important;height:auto!important;min-height:0!important;
 padding:1cm!important;align-self:start!important;
}
html body#top.design-master.info-cites-page .cites-reading-row > .cites-reading-box {width:100%!important;max-width:100%!important;margin:0!important;}
html body#top.design-master.info-cites-page .cites-reading-solo {
 width:80%!important;max-width:80%!important;margin-left:auto!important;margin-right:auto!important;
}
html body#top.design-master.info-cites-page .cites-reading-media {min-width:0;width:100%!important;max-width:100%!important;margin:0!important;}
html body#top.design-master.info-cites-page .cites-reading-media > figure {width:100%!important;max-width:100%!important;margin:0!important;}
html body#top.design-master.info-cites-page .cites-reading-media img {display:block!important;width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;}
html body#top.design-master.info-cites-page .cites-reading-image-only {width:80%!important;max-width:80%!important;margin-left:auto!important;margin-right:auto!important;}
html body#top.design-master.info-cites-page .cites-reading-box > :first-child {margin-top:0!important;}
html body#top.design-master.info-cites-page .cites-reading-box > :last-child {margin-bottom:0!important;}
@media(max-width:1000px){
 html body#top.design-master.info-cites-page .cites-reading-row {grid-template-columns:minmax(0,1fr)!important;}
 html body#top.design-master.info-cites-page .cites-reading-row > .cites-reading-box,
 html body#top.design-master.info-cites-page .cites-reading-row.cites-image-left > .cites-reading-box {grid-column:1;grid-row:1;}
 html body#top.design-master.info-cites-page .cites-reading-row > .cites-reading-media,
 html body#top.design-master.info-cites-page .cites-reading-row.cites-image-left > .cites-reading-media {grid-column:1;grid-row:2;}
 html body#top.design-master.info-cites-page .cites-reading-row > .cites-reading-box {width:80%!important;max-width:80%!important;margin-left:auto!important;margin-right:auto!important;}
 html body#top.design-master.info-cites-page .cites-reading-row > .cites-reading-media {width:80%!important;max-width:80%!important;justify-self:center;}
}
@media(max-width:600px){
 html body#top.design-master.info-cites-page :is(.cites-reading-solo,.cites-reading-image-only),
 html body#top.design-master.info-cites-page .cites-reading-row > :is(.cites-reading-box,.cites-reading-media) {width:100%!important;max-width:100%!important;}
}
