/* Drugestan Health Magazine v1.27.0
   Uniform support-card typography + reliable mobile product CTA. */
:root{
  --d27-navy:#0b315d;
  --d27-teal:#0b918f;
  --d27-violet:#6c3db7;
  --d27-orange:#d96f16;
}

/* All article section titles use the site's own Persian font for visual consistency. */
body[class*="single-dhms_"] .dhm-v22-refine .dhm-v16-modules h2,
body[class*="single-dhms_"] .dhm-v22-refine .dhm-sync-products > h2,
body[class*="single-dhms_"] .dhm-v22-refine .dhm-v13-related > h2{
  font-family:inherit!important;
  font-weight:800!important;
  color:var(--d27-navy)!important;
  letter-spacing:0!important;
}

@media (min-width:1180px){
  /* Four support headings: one line, same size/weight, never outside their grid cell. */
  body[class*="single-dhms_"] .dhm-v22-refine .dhm-v16-modules > .dhm-sync-action > h2,
  body[class*="single-dhms_"] .dhm-v22-refine .dhm-v16-modules > .dhm-sync-warning > h2,
  body[class*="single-dhms_"] .dhm-v22-refine .dhm-v16-modules > .dhm-pharmacist-section > h2,
  body[class*="single-dhms_"] .dhm-v22-refine .dhm-v16-modules > .dhm-professional > h2{
    display:block!important;
    box-sizing:border-box!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0 0 8px!important;
    padding:0 2px!important;
    font-size:clamp(13px, .92vw, 15px)!important;
    line-height:1.55!important;
    font-weight:800!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    text-align:right!important;
  }

  /* Slightly tighter card text to keep the four-card row balanced without looking cramped. */
  body[class*="single-dhms_"] .dhm-v22-refine .dhm-v16-modules > .dhm-sync-action > .dhm-section-card,
  body[class*="single-dhms_"] .dhm-v22-refine .dhm-v16-modules > .dhm-sync-warning > .dhm-section-card,
  body[class*="single-dhms_"] .dhm-v22-refine .dhm-v16-modules > .dhm-pharmacist-section > .dhm-section-card,
  body[class*="single-dhms_"] .dhm-v22-refine .dhm-v16-modules > .dhm-professional > .dhm-section-card{
    font-size:13px!important;
    line-height:1.85!important;
  }
}

@media (min-width:900px) and (max-width:1179px){
  body[class*="single-dhms_"] .dhm-v22-refine .dhm-v16-modules > .dhm-sync-action > h2,
  body[class*="single-dhms_"] .dhm-v22-refine .dhm-v16-modules > .dhm-sync-warning > h2,
  body[class*="single-dhms_"] .dhm-v22-refine .dhm-v16-modules > .dhm-pharmacist-section > h2,
  body[class*="single-dhms_"] .dhm-v22-refine .dhm-v16-modules > .dhm-professional > h2{
    font-family:inherit!important;
    font-size:14px!important;
    line-height:1.55!important;
    font-weight:800!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
  }
}

@media (max-width:899px){
  /* Only the product CTA remains on mobile. Keep it safely above Woodmart's bottom nav. */
  body[class*="single-dhms_"] .dhm-v25-products-only.dhm-v19-mobile-actions{
    display:block!important;
    position:fixed!important;
    left:14px!important;
    right:14px!important;
    bottom:92px!important;
    z-index:2147482000!important;
    width:auto!important;
    height:auto!important;
    padding:0!important;
    margin:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    pointer-events:none!important;
  }
  body[class*="single-dhms_"] .dhm-v25-products-only .dhm-v19-products{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
    position:relative!important;
    z-index:2!important;
    width:100%!important;
    min-height:52px!important;
    align-items:center!important;
    justify-content:center!important;
    border:0!important;
    border-radius:18px!important;
    color:#fff!important;
    background:linear-gradient(90deg,#6420d5 0%,#7e25df 100%)!important;
    box-shadow:0 8px 24px rgba(81,31,172,.26)!important;
    font-family:inherit!important;
    font-size:15px!important;
    font-weight:900!important;
    text-decoration:none!important;
    cursor:pointer!important;
    touch-action:manipulation!important;
    -webkit-tap-highlight-color:transparent!important;
  }
  body[class*="single-dhms_"] .dhm-v25-products-only .dhm-v19-save,
  body[class*="single-dhms_"] .dhm-v25-products-only .dhm-v19-round{display:none!important}

  /* Ensure the anchor destination is not hidden behind sticky headers. */
  body[class*="single-dhms_"] #dhm-products{scroll-margin-top:92px!important}
}
