/* Drugestan Health Magazine v1.45.10.92
   Long support-card expansion fix only.
   Keeps collapsed cards compact, but when «بیشتر» is opened every height clamp
   on the card and its content viewport is released so the full text is visible.
*/
html body[class*="single-dhms_"] .dhm-single-article .dhm-section-card.dhm-v1499-card.dhm-v1499-expanded,
html body[class*="single-dhms_"] .dhm-single-article #dhm-action > .dhm-section-card.dhm-v1499-card.dhm-v1499-expanded,
html body[class*="single-dhms_"] .dhm-single-article #dhm-pharmacist-answer > .dhm-section-card.dhm-v1499-card.dhm-v1499-expanded,
html body[class*="single-dhms_"] .dhm-single-article #dhm-professional > .dhm-section-card.dhm-v1499-card.dhm-v1499-expanded,
html body[class*="single-dhms_"] .dhm-single-article #dhm-warning > .dhm-section-card.dhm-v1499-card.dhm-v1499-expanded,
html body[class*="single-dhms_"] .dhm-single-article .dhm-v46-info > .dhm-section-card.dhm-v1499-card.dhm-v1499-expanded{
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:visible!important;
}
html body[class*="single-dhms_"] .dhm-single-article .dhm-section-card.dhm-v1499-card.dhm-v1499-expanded > .dhm-v1499-body,
html body[class*="single-dhms_"] .dhm-single-article #dhm-action > .dhm-section-card.dhm-v1499-card.dhm-v1499-expanded > .dhm-v1499-body,
html body[class*="single-dhms_"] .dhm-single-article #dhm-pharmacist-answer > .dhm-section-card.dhm-v1499-card.dhm-v1499-expanded > .dhm-v1499-body,
html body[class*="single-dhms_"] .dhm-single-article #dhm-professional > .dhm-section-card.dhm-v1499-card.dhm-v1499-expanded > .dhm-v1499-body,
html body[class*="single-dhms_"] .dhm-single-article #dhm-warning > .dhm-section-card.dhm-v1499-card.dhm-v1499-expanded > .dhm-v1499-body,
html body[class*="single-dhms_"] .dhm-single-article .dhm-v46-info > .dhm-section-card.dhm-v1499-card.dhm-v1499-expanded > .dhm-v1499-body{
  display:block!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:visible!important;
  -webkit-line-clamp:unset!important;
  line-clamp:unset!important;
}
/* Keep one control only and keep its state visually in sync. */
html body[class*="single-dhms_"] .dhm-single-article .dhm-v1499-card > .dhm-v1499-more{
  position:relative!important;
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
}
html body[class*="single-dhms_"] .dhm-single-article .dhm-v1499-card > .dhm-v1499-more.dhm-v1499-not-needed{
  display:none!important;
}
