/* v1.45.10.98 — scoped expand/collapse only for the six decision-aid photo cards. */
html body .dhm-single-article .dhm-v13-decision--photo-library .dhm-v13-decision-body{
  overflow:visible!important;
}
html body .dhm-single-article .dhm-v13-decision--photo-library .dhm-v13-decision-card p{
  transition:none!important;
}
html body .dhm-single-article .dhm-v13-decision--photo-library .dhm-v13-decision-card.is-decision-expanded p{
  display:block!important;
  -webkit-line-clamp:unset!important;
  -webkit-box-orient:initial!important;
  overflow:visible!important;
  max-height:none!important;
  height:auto!important;
}
html body .dhm-single-article .dhm-v13-decision--photo-library .dhm-decision-more{
  appearance:none!important;
  border:0!important;
  background:transparent!important;
  color:#173351!important;
  font:inherit!important;
  font-size:12.5px!important;
  line-height:1.4!important;
  font-weight:700!important;
  padding:4px 2px 0!important;
  margin:auto 0 0!important;
  cursor:pointer!important;
  text-align:center!important;
  width:100%!important;
  min-height:26px!important;
  display:block!important;
  box-shadow:none!important;
}
html body .dhm-single-article .dhm-v13-decision--photo-library .dhm-decision-more[hidden]{
  display:none!important;
}
@media (max-width:767px){
  html body .dhm-single-article .dhm-v13-decision--photo-library .dhm-decision-more{
    font-size:12px!important;
    padding-top:3px!important;
    min-height:24px!important;
  }
}
