/* Does TRT cause hair loss guide — content specific to /trt-and-hair-loss.
   Shared header/drawer/footer/page-hero/cc-card/cc-cost-table/disclaimer
   CSS lives in /static/base.css, which has no h3 rule (see
   /static/pages/is-baldness-hereditary.css for the same fix). */

.cc-card h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--ink);
  margin: 22px 0 8px;
}
.cc-card h3:first-child { margin-top: 0; }
.cc-card em { color: var(--ink); font-style: italic; }
