body {
  margin: 0;
  color-scheme: light dark;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  background: #f9f9fb;
  color: #1b1b1d;
}

.cv-wrapper {
  max-width: 720px;
  margin: 0 auto;
  padding: 2rem 1.5rem 4rem;
}

.cv-print {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.95rem;
  color: inherit;
  text-decoration: none;
  border: 1px solid currentColor;
  border-radius: 0.25rem;
  padding: 0.15rem 0.5rem;
  transition: opacity 0.2s ease;
}

.cv-print:hover,
.cv-print:focus {
  opacity: 0.7;
}

.cv-header {
  text-align: center;
  margin-bottom: 2rem;
}

.cv-title {
  font-size: 2.25rem;
  margin: 0;
}

.cv-site {
  margin: 0.5rem 0 0;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.cv-site-icon {
  font-size: 1.05rem;
}

.cv-site a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.cv-site a:hover,
.cv-site a:focus {
  opacity: 0.75;
}

.cv-content h2, #bibliography {
  margin-top: 2.5rem;
  font-size: 1.4rem;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.25rem;
}

.cv-content h3 {
  margin-top: 1.5rem;
  font-size: 1.2rem;
}

#refs {
  margin-top: 1.5rem;
}

#refs .csl-entry {
  display: list-item;
  list-style-type: disc;
  margin-bottom: 0.5rem;
}

.cv-content ul {
  padding-left: 1.2rem;
}

.cv-content li + li {
  margin-top: 0.25rem;
}

.cv-content strong {
  font-weight: 600;
}

.cv-content em {
  font-style: italic;
}


@media print {
  body {
    background: none;
    color: #000;
  }

  .cv-print {
    display: none !important;
  }

  .cv-site a {
    text-decoration: underline;
  }
}
