/* Does Baldness Affect Your Marriage? guide — content specific to
   /does-baldness-affect-marriage. 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; }
.cc-card blockquote {
  margin: 14px 0;
  padding: 10px 16px;
  border-left: 3px solid var(--accent, #c7a76c);
  background: rgba(0, 0, 0, 0.03);
  border-radius: 0 8px 8px 0;
}
.cc-card blockquote p { margin: 0; font-style: italic; }
