* {
  box-sizing: border-box;
}

html {
  background: #fff;
  color: #1f1f1f;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 15.3px;
  line-height: 1.31;
}

body {
  margin: 0;
}

.page {
  width: 210mm;
  min-height: 297mm;
  margin: 0 auto;
  padding: 8mm 12mm;
}

h1,
h2,
p,
ul {
  margin: 0;
}

h1 {
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
}

.role {
  margin-top: 4px;
  font-size: 19.5px;
}

.contact-list {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  justify-content: space-between;
  column-gap: 16px;
  margin-top: 14px;
  padding: 0;
  list-style: none;
}

.contact-list li {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  white-space: nowrap;
}

.contact-list img {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

a {
  color: inherit;
  text-underline-offset: 2px;
}

section {
  margin-top: 14px;
}

h2 {
  padding-bottom: 6px;
  border-bottom: 1.5px solid #666;
  font-size: 19px;
  line-height: 1.1;
  font-weight: 800;
}

section > p,
section > ul,
.project-list {
  margin-top: 9px;
}

p + p {
  margin-top: 12px;
}

ul {
  padding-left: 20px;
}

.project-list {
  display: grid;
  gap: 12px;
}

.project-list li p {
  margin-bottom: 2px;
}

strong {
  font-weight: 800;
}

.language-page {
  min-height: 100vh;
  padding-top: 24mm;
}

.language-list {
  display: flex;
  gap: 18px;
  margin-top: 24px;
}

@media print {
  @page {
    size: A4;
    margin: 0;
  }
}
