/* v1.45.10.32 - fix mobile scientific sources content overflow only */
@media(max-width:768px){
 html body[class*="single-dhms_"] .dhm-single-article #dhm-scientific-sources .dhm-v43-source-body,
 html body[class*="single-dhms_"] .dhm-single-article #dhm-scientific-sources .dhm-v43-source-body.is-collapsed{
   max-height:none!important;
   height:auto!important;
   overflow:visible!important;
 }
 html body[class*="single-dhms_"] .dhm-single-article #dhm-scientific-sources{
   height:auto!important;
   min-height:0!important;
   overflow:visible!important;
 }
}


/* v1.45.10.33 - force mobile sources card natural expansion */
@media(max-width:768px){
 html body[class*="single-dhms_"] .dhm-single-article #dhm-scientific-sources,
 html body[class*="single-dhms_"] .dhm-single-article #dhm-scientific-sources.dhm-v44-sources,
 html body[class*="single-dhms_"] .dhm-single-article #dhm-scientific-sources .dhm-v43-source-item,
 html body[class*="single-dhms_"] .dhm-single-article #dhm-scientific-sources .dhm-v43-source-card{
   height:auto!important;
   min-height:0!important;
   max-height:none!important;
   overflow:visible!important;
 }

 html body[class*="single-dhms_"] .dhm-single-article #dhm-scientific-sources .dhm-v43-source-body,
 html body[class*="single-dhms_"] .dhm-single-article #dhm-scientific-sources .dhm-v43-source-body.is-collapsed{
   height:auto!important;
   min-height:0!important;
   max-height:none!important;
   overflow:visible!important;
 }
}
