
.cv-pdf {
  /* marker element (no visual) */
}

.cv-header {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 6px;
  margin-bottom: 10px;
}

.cv-header__left {
  flex: 1 1 auto;
}

.cv-header__right {
  flex: 0 0 260px;
  text-align: right;
  font-size: 0.95em;
  line-height: 1.25;
}

.cv-header__right a,
.cv-header__right a:visited {
  text-decoration: none;
}

/* Slightly tighter list spacing for CV */
.md-typeset ul {
  margin-top: 0.2em;
  margin-bottom: 0.6em;
}

.md-typeset li {
  margin-bottom: 0.2em;
}

/* Section headers look more like a CV */
.md-typeset h2 {
  margin-top: 1.2em;
  padding-bottom: 0.15em;
  border-bottom: 1px solid rgba(0,0,0,0.12);
}

.md-typeset h3 {
  margin-top: 0.8em;
}

/* Make horizontal rule subtle */
.md-typeset hr {
  margin: 0.8em 0;
  border-bottom: 1px solid rgba(0,0,0,0.12);
}

.cv-name {
  margin: 0 0 6px 0;
}

.cv-title {
  line-height: 1.15;
}

.cv-meta {
  margin-top: 2px;
  font-size: 0.95em;
  opacity: 0.9;
}

.cv-header {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 4px;
  margin-bottom: 8px;
}

.cv-header__right {
  text-align: right;
  font-size: 0.92em;
  line-height: 1.2;
  max-width: 320px;
  white-space: nowrap;
}

.cv-label {
  opacity: 0.9;
}
