/* Based on the style used in wzq016.github.io */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato Italic'), local('Lato-Italic'),
    url(https://fonts.gstatic.com/s/lato/v15/S6u8w4BMUTPHjxsAXC-qNiXg7Q.woff2) format('woff2');
}

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'),
    url(https://fonts.gstatic.com/s/lato/v15/S6u_w4BMUTPHjxsI5wq_Gwftx9897g.woff2) format('woff2');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'),
    url(https://fonts.gstatic.com/s/lato/v15/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format('woff2');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'),
    url(https://fonts.gstatic.com/s/lato/v15/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2) format('woff2');
}

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

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

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

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

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

.papertitle {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.name {
  padding-top: 20px;
  margin: 0;
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 32px;
}

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

.avatar-wrap {
  width: 220px;
  height: 220px;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #d9d9d9;
}

.avatar-placeholder {
  width: 220px;
  height: 220px;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: radial-gradient(circle at 30% 25%, #f3f7fd 0%, #d9e6f8 45%, #c1d5f2 100%);
  border: 1px solid #d9d9d9;
  color: #31598d;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 2px;
}

.avatar-photo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.thumb-placeholder {
  width: 100%;
  aspect-ratio: 1.45 / 1;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  background: linear-gradient(135deg, #f9fbff, #eef4fc);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7f99;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.pub-thumb {
  width: 100%;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
}

.pub-thumb img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.photo-tile {
  width: 72%;
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
}

.photo-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.logo-tile {
  width: 72%;
  margin: 0 auto;
  aspect-ratio: 1.9 / 1;
  border: 0;
  border-radius: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.logo-tile img {
  max-width: 100%;
  max-height: 72%;
  object-fit: contain;
  display: block;
}

.entry-text {
  line-height: 1.2;
}

.experience-text {
  line-height: 1.0;
}

.section-note {
  color: #555;
}

@media (max-width: 700px) {
  .name {
    font-size: 28px;
  }

  .avatar-wrap {
    width: 170px;
    height: 170px;
    max-width: 170px;
  }

  .avatar-placeholder {
    width: 170px;
    font-size: 34px;
  }

  .avatar-photo {
    width: 100%;
    height: 100%;
  }
}
