/* Masturbation & hair loss guide — content specific to
   /masturbation-and-hair-loss. Shared header/drawer/footer/page-hero/
   cc-card/disclaimer CSS lives in /static/base.css, which never defines
   an h3 rule (its other guides only use h2 + labels), so this page's
   "Claim 1/2/3/4" subheadings need their own scale. */

.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; }
