/* CV entry layout */
.cv-entry {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 0.15em;
}

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

.cv-entry .cv-date {
  flex-shrink: 0;
  text-align: right;
  color: #555;
  margin-left: 1em;
}

.cv-detail {
  margin-top: 0;
  margin-bottom: 0.75em;
  color: #555;
  font-style: italic;
}

/* Publication list formatting */
.pub-list p {
  margin-bottom: 1em;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

/* PDF download button */
.btn-download {
  display: inline-block;
  padding: 0.5em 1.2em;
  background-color: #CFB87C;
  color: #000000 !important;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 1.5em;
}

.btn-download:hover {
  background-color: #8D7334;
  text-decoration: none;
}

/* Funding entry */
.funding-entry {
  margin-bottom: 1em;
}

/* Teaching entry */
.teaching-entry {
  margin-bottom: 1.25em;
}

/* Honors table */
.honors-table table {
  width: 100%;
}

.honors-table td:first-child {
  white-space: nowrap;
  padding-right: 1.5em;
  font-weight: 600;
}
