body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #000;
}
.container {
  display: flex;
  flex-direction: column;
  width: 21cm;
  min-height: 29.7cm;
  padding: 2cm;
  margin: auto;
  background: #fff;
  box-shadow: none;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  /* border: 1px solid #ddd; */
}

.contact-info {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.contact-info strong {
  margin-right: 12px;
}

.qrcode {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.qrcode img {
  max-width: 120px;
  /* max-height: 100px; */
}

.qrcode p {
  font-size: 10px;
  color: #888;
}

h1,
h2,
h3 {
  color: #333;
}
h1 {
  font-size: 24pt;
}
h2 {
  font-size: 16pt;
  border-bottom: 1px solid #ddd;
  padding-bottom: 3px;
}
h3 {
  font-size: 12pt;
}
p {
  line-height: 1.5;
  margin: 4px 0;
}

.section {
  margin-bottom: 15px;
}

.section-experience strong {
  font-weight: bold;
  color: #00f;
}

.section-experience > .experience-item {
  margin-bottom: 10px;
}

.section-experience > .experience-item:last-child {
  margin-bottom: 0;
}

.experience-item .job-location-duration {
  font-style: italic;
  /* font-size: 10pt; */
  color: #666;
}

ul {
  margin: 4px 0;
  padding-left: 20px;
}
ul li {
  margin-bottom: 5px;
}
@page {
  size: A4;
  margin: 2.5cm;
}

.job-subheading {
  margin-top: 4px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.printable-link {
  color: #000000;
  text-decoration: none;
}

.printable-link:hover {
  text-decoration: underline;
}

.experience-item .job-title {
  font-size: 14pt;
  font-weight: bold;
  margin-bottom: 0;
}

.experience-item .printable-link {
  color: #888;
  text-decoration: none;
}

.experience-item p {
  color: #000;
  font-size: 12pt;
}

.section-skills > ul > li > strong {
  margin-right: 12px;
}

.section-education .ed-school {
  display: flex;
  justify-content: space-between;
}
.section-education .ed-school {
  color: #888;
}
.section-education .ed-school > span {
  font-style: italic;
}

.section-education .ed-school > strong {
  color: #888;
}

.section-education .ed-school > strong > a {
  color: #888;
  text-decoration: none;
}

.section-education .ed-school > strong > a:hover {
  text-decoration: underline;
}

.section-education .ed-degree {
  margin-bottom: 0;
}
