/* Simple CV styling */
.cv-section { margin-top: 1.5rem; }

.cv-entry {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  column-gap: 1rem;
  margin-bottom: 0.65rem;
}

.cv-year {
  font-variant-numeric: tabular-nums;
  color: #555;
}

.cv-text { line-height: 1.35; }

.cv-title { font-weight: 600; }

.cv-venue { font-style: italic; }

.cv-links a { text-decoration: none; }
.cv-links a:hover { text-decoration: underline; }

/* Hanging indent for long entries */
.cv-text p {
  margin: 0;
}

/* for thesis entries */

.cv-subline {
  margin-left: 1.25rem;   /* indentation */
  margin-top: 0.15rem;
}

.cv-label {
  font-weight: 600;
}