a {
  color: #1772d0;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #f09228;
  text-decoration: none;
}

body {
  background: #fafafa;
  margin: 0;
}

body,
td,
th,
tr,
p,
a {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-display: auto;
}

h1,
h2,
h3,
p {
  line-height: 1.5;
}

strong {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-display: auto;
}

h2 {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 22px;
  font-display: auto;
  font-weight: normal;
  padding: 0;
  margin: 0;
  display: inline;
}

h3 {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 400;
  font-display: auto;
  padding: 0;
  margin: 0;
  display: block;
  line-height: 1.25;
}

h1 {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: normal;
  font-display: auto;
  text-align: left;
  padding: 0;
  margin-block-start: 14px;
  margin-block-end: 14px;
  margin-left: 0;
  margin-right: 0;
}

.chinese-name {
  font-size: 24px;
  color: #333;
}

.page {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 28px 20px 40px;
  box-sizing: border-box;
  background: #ffffff;
}

.intro {
  display: flex;
  align-items: center;
  gap: 36px;
  padding: 12px 0 24px;
}

.intro-text {
  flex: 1 1 auto;
}

.portrait {
  flex: 0 0 260px;
  width: 260px;
  max-height: 190px;
  height: auto;
  border-radius: 4px;
  display: block;
  object-fit: contain;
  background: transparent;
}

.links {
  text-align: center;
}

.availability {
  margin: 14px 0 10px;
  color: #1f4f7a;
}

.section {
  padding: 22px 0;
}

.current-work {
  margin: 10px 0 0;
  padding-left: 20px;
}

.current-work li {
  margin: 6px 0;
  line-height: 1.5;
}

.paper-item {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #ddd;
}

.paper-image {
  display: block;
}

.paper-image img {
  width: 100%;
  max-height: 165px;
  object-fit: contain;
  display: block;
}

.paper-info p {
  margin: 6px 0;
}

.tldr {
  color: #444;
  font-size: 13px;
}

.tldr strong {
  color: #222;
  font-size: 13px;
}

.badge {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 8px;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  vertical-align: baseline;
  white-space: nowrap;
}

.badge-ccf {
  background: #16a05d;
}

.badge-sci {
  background: #1399b8;
}

.paper-links {
  margin-top: 8px;
}

.footer {
  padding-top: 30px;
  color: #666;
  text-align: center;
}

.footer p {
  margin: 4px 0;
  font-size: 13px;
}

span.highlight {
  background-color: #ffffd0;
}

@media (max-width: 640px) {
  .intro {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 18px;
  }

  .portrait {
    width: 220px;
    max-height: 165px;
    flex-basis: auto;
  }

  .chinese-name {
    display: block;
    font-size: 20px;
  }

  .paper-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .paper-image img {
    max-width: 260px;
    max-height: 190px;
  }

  h3 {
    font-size: 18px;
  }
}
