/* =========================
   CV PAGE STYLES
   ========================= */

/* Override the narrow page content to use full width like navbar/footer */
.page-content {
  max-width: var(--page-max-width) !important;
}

/* =========================
   CV SECTIONS
   ========================= */
.cv-section {
  margin-bottom: 4rem;
}

.cv-section h2 {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

/* =========================
   CV ENTRY BLOCKS
   ========================= */
.cv-entry {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.cv-entry.indented {
  text-indent: -1.5rem;
}

/* =========================
   CV TABLE STYLES
   ========================= */
.cv-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}

.cv-table td {
  padding: 0.5rem 0;
  vertical-align: top;
}

.cv-year {
  width: 4rem;
  font-weight: bold;
  white-space: nowrap;
  padding-right: 1rem;
}

/* =========================
   CV INTRO STYLING
   ========================= */
.cv-intro {
  margin-bottom: 4rem;
  text-align: center;
}

.cv-intro h1 {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.cv-intro p {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: var(--font-main);
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.6;
}

.cv-tagline {
  font-family: var(--font-main);
  font-size: 1rem;
  text-align: center;
  margin-top: 0.25rem;
  margin-bottom: 2rem;
  color: var(--color-text);
  letter-spacing: 0.5px;
}

