/* Is Topical Finasteride Safe guide — content specific to
   /is-topical-finasteride-safe. 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) and no timeline component, which this page needs for its
   regulatory timeline section. */

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

.timeline {
  margin: 14px 0 16px;
  border-left: 2px solid var(--border);
  padding-left: 18px;
}
.timeline-item { position: relative; margin-bottom: 16px; }
.timeline-item:last-child { margin-bottom: 0; }
.timeline-item::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}
.timeline-item.correction::before { background: var(--warn); }
.timeline-year {
  display: block;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--accent);
  margin-bottom: 2px;
}
.timeline-item.correction .timeline-year { color: var(--warn); }
.timeline-item p { margin: 0; font-size: 0.92rem; color: var(--ink-light); line-height: 1.75; }
