body {
  background: #f4f5ee;
  color: #29352a;
}
.source-bar {
  max-width: 860px;
  margin: 0 auto;
  padding: 24px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font:
    12px/1.6 Arial,
    sans-serif;
  color: #596b4d;
}
.source-bar a {
  color: #334b28;
  text-decoration: none;
  font-weight: bold;
}
.source-bar span {
  text-align: right;
  font-size: 11px;
}
.page {
  background: #fffefa;
  border: 1px solid #dfe4d6;
  box-shadow: 0 20px 70px #28352508;
  margin-bottom: 50px;
  border-radius: 12px;
}
.cv-header {
  border-bottom-color: #b8c8a7;
}
.cv-name {
  color: #34492b;
}
.section-title {
  color: #657c52;
  border-bottom-color: #dfe6d5;
}
.cv-contact {
  overflow-wrap: anywhere;
}
.cv-contact a {
  pointer-events: none;
}
.source-bar img {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 9px;
}
.page li[id] {
  scroll-margin-top: 30px;
}
.page li:target {
  background: #e4efd7;
  outline-color: #e4efd7;
}
.job-dates,
.edu-dates {
  white-space: normal;
}
.cv-contact a {
  cursor: default;
}
@media (max-width: 700px) {
  .source-bar {
    padding: 20px;
    align-items: flex-start;
    gap: 15px;
  }
  .source-bar a {
    font-size: 11px;
  }
  .source-bar span {
    font-size: 10px;
  }
  .page {
    padding: 30px 23px;
    max-width: calc(100% - 24px);
    margin-inline: auto;
  }
  .cv-name {
    font-size: 28px;
  }
  .cv-contact {
    gap: 9px 15px;
    font-size: 11px;
  }
  .job-header,
  .edu-header {
    gap: 8px;
    flex-wrap: wrap;
  }
  .section-title {
    font-size: 11px;
  }
  .body {
    padding: 24px 0;
  }
  .header {
    padding: 24px 0;
  }
  .role-title {
    font-size: 28px;
  }
  .role-meta {
    flex-wrap: wrap;
  }
}
@media print {
  body {
    background: white;
  }
  .source-bar {
    padding: 10px;
  }
  .page {
    box-shadow: none;
    border: none;
  }
}
