body {
  font-family: 'Times New Roman', serif;
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px;
  line-height: 1.2;
  background-color: white;
  font-size: 16px;
  color: #333;
}
.header {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 15px;
  border-bottom: 2px solid #333;
}
.name { font-size: 28px; font-weight: bold; margin-bottom: 8px; }
.contact-info { text-align: left; display: flex; justify-content: space-between; font-size: 14px;}
#contact-info a {
  color: #0070c9;
  text-decoration: none;
}
#contact-info a:hover {
  text-decoration: underline;
}
#contact-info span {
  margin-right: 20px;
}

.content { padding: 0; }
.section-title { font-weight: bold; font-size: 20px; text-decoration: underline; margin-top: 20px; margin-bottom: 6px; }
.section-title:first-child { margin-top: 0; }
.job-title { font-weight: bold; font-style: italic; font-size: 14px; }
.institution { font-weight: bold; font-size: 16px; }
.dates { float: right; font-weight: normal; }
.degree { font-style: italic; font-size: 14px; }
ul { margin: 6px 0; padding-left: 18px; }
li { margin-bottom: 2px; font-size: 14px; }
p { margin: 4px 0; font-size: 14px; }
.resume-btn { margin-left: 10px; font-size: 12px; text-decoration: none; border: 1px solid #0070c9; border-radius: 3px; padding: 0 6px; color: #0070c9; cursor: pointer;}
.small-text { font-size: 12px; color: #666; }
.credential-id { margin-left: 8px;}
.credential-desc { margin-left: 2px; margin-top: 2px; }
.micro-note { font-size: 12px; font-style: italic; color: #555; }

/* Fit to one A4 page */
@page { size: A4; margin: 0; }

@media print {
  html, body {
    width: 210mm;
    min-height: 297mm;
    margin: 0;
    padding: 0;
    background: #fff !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    box-sizing: border-box;
    overflow: hidden;
  }

  body {
    max-width: none;
    padding: 0;
    font-size: 13px;
    line-height: 1.15;
    color: #000;
  }

  .page {
    width: 190mm;
    height: 277mm;
    margin: 0 auto;
    padding: 10mm 10mm 10mm 10mm;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
    display: block;
    position: relative;
  }

  .header { margin-bottom: 8px; border-bottom: 2px solid #333; }
  .section-title { font-size: 15px; margin-top: 10px; margin-bottom: 3px; text-decoration: underline; }
  .institution { font-size: 13px; }
  .job-title { font-size: 11px; }
  .degree { font-size: 11px; }
  ul { margin: 2px 0; padding-left: 14px; }
  li, p { font-size: 11px; margin: 1px 0; }
  .credential-id {font-size: 10px;}
  .credential-desc {
    font-size: 10px;
  }

  .content > div, .content > ul { page-break-inside: avoid; }

  .lang-switch-btn, .download-btn { display: none !important; }

  #print-date {
    display: block !important;
    position: fixed;
    right: 18mm;
    bottom: 10mm;
    font-size: 10px;
    color: #555 !important;
    background: none;
  }
}

body[lang="en"] { font-family: 'Times New Roman', serif; }
body[lang="zh"] { font-family: "FangSong_GB2312", "FangSong", "PingFang SC", "Microsoft YaHei", "Heiti SC", "SimSun", "Arial", serif; }
#print-date { display: none; }
