/* Clascoterone hair loss explainer — content specific to
   /clascoterone-hair-loss-treatment. Shared header/drawer/footer/page-hero/
   cc-card/cc-cost-table CSS lives in /static/base.css, which never defines
   an h3 rule (its other guides only use h2 + labels), so this page's FAQ
   questions need their own scale. */

.byline {
  font-size: 0.78rem;
  color: var(--ink-faint);
  margin-top: 10px;
}

.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-of-type { margin-top: 0; }

.quick-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}
.quick-fact dt {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink-faint);
  margin-bottom: 3px;
}
.quick-fact dd {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink);
  margin: 0;
}

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