/* ============================================================
   CV page — scoped styling (loaded only on the CV page via the
   page's own `css:` key, so it does not affect the rest of the site).
   ============================================================ */

main.content {
  max-width: 52rem;
}

/* Opening contact / masthead block (content before the first section) */
main.content > p:first-of-type {
  font-size: 1.02rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
main.content > p:first-of-type strong {
  font-size: 1.15rem;
}

/* Section headers (top-level #) */
main.content h1:not(.title) {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #2b2b2b;
  border-bottom: 2px solid #2b2b2b;
  padding-bottom: 0.25rem;
  margin-top: 2.25rem;
  margin-bottom: 0.85rem;
}

/* Subsection headers (##) */
main.content h2 {
  font-size: 0.95rem;
  font-weight: 600;
  color: #555;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 0.15rem;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

/* Body density */
main.content p {
  margin-bottom: 0.55rem;
  line-height: 1.45;
}

/* Education / employment sub-details rendered as blockquotes */
main.content blockquote {
  border-left: none;
  margin: 0.1rem 0 0.6rem 1rem;
  padding: 0;
  font-size: 0.92rem;
  color: #666;
}
main.content blockquote p {
  margin-bottom: 0.2rem;
}

/* Reference lists (multibib output) */
main.content .csl-bib-body {
  font-size: 0.92rem;
  line-height: 1.4;
}
main.content .csl-entry {
  margin-bottom: 0.6rem;
}

/* Download-PDF button */
main.content .btn {
  margin: 0.4rem 0 1.2rem;
}
