@page {
  size: A4 portrait;
}

#fullname {
  font-family: KaiTi;
  font-weight: bold;
}

#resume-titlebar {
  text-align: center;
}

#email-print {
  padding-left: 6px;
}

#website-print {
  padding-right: 6px;
}

.section-title {
  text-align: center;
  margin: 0;
}

.outline > ul {
  list-style-type: none;
  padding-left: 0;
}

.logo {
  margin-top: 1rem;
}

.dep-name {
  display: inline-block;
  width: 15em;
}

.resume-section {
  padding-bottom: 1.5em;
  /* break-inside: avoid; */
}

.resume-section > hr {
  margin-bottom: 3px;
}

.footprint {
  list-style: none;
  padding: 0;
}

.logo-img {
  width: 32px;
  height: 32px;
  box-sizing: border-box; 
  border-radius: 50%;
  z-index: 1;
  margin-right: 0.5rem;
  background-color: #fff;
  object-fit: contain;
}

.period {
  font-size: small;
}

.dep-name {
  font-size: medium;
}

.job-title {
  font-size: medium;
}