/* css styles */
.cv-entry {
  margin-bottom: 2em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1em;
}

.cv-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}

.cv-title {
  flex-grow: 1;
}

.job-title {
  margin: 0;
  font-size: 1.2em;
  color: #222;
}

.company {
  font-weight: bold;
  color: #444;
}

.cv-dates {
  color: #666;
  font-size: 0.9em;
  text-align: right;
  white-space: nowrap;
}

.description {
  margin-top: 0.5em;
  padding-left: 1.2em;
}

.description li {
  margin-bottom: 0.4em;
}
