body {
  margin: 40px auto;
  max-width: 900px;
  line-height: 1.5;
  font-size: 14px;
  color: #333;
  padding: 0 10px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
}

a {
  text-decoration: none;
  color: #0051c9;
}

a:visited {
  color: #0051c9;
}

h1,
h2,
h3 {
  line-height: 1.2;
}

table {
  width: 100%;
  max-width: 100%;
  border: 0;
  border-spacing: 0;
  border-collapse: separate;
}

.name {
  margin-bottom: 0.1rem;
}

.center {
  text-align: center;
}

table,
tr,
td {
  padding: 0;
}

.bio {
  padding-right: 0.5%;
  width: 83%;
  vertical-align: top;
}

.photo {
  padding-left: 0.5%;
  padding-top: 2.5%;
  width: 17%;
  max-width: 25%;
}

.pub-photo {
  padding-left: 0.5%;
  padding-right: 2.5%;
  width: 20%;
  max-width: 20%;
}

.self-author {
  text-decoration: underline;
}

.pub-title {
  font-size: 1.17em;
  font-weight: 550;
}

.pub-bold {
  font-weight: 550;
}

.pub p {
  line-height: 1;
}

.pub ul {
  line-height: 1;
  padding-left: 0;
}

ul {
  padding-left: 20px;
}

.publications li {
  list-style-type: "";
  padding-bottom: 10px;
  padding-left: 0;
}

ul.publications {
  padding-left: 0;
}

.news-section {
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 12px 16px;
  margin-bottom: 1rem;
  height: 150px;
  overflow-y: auto;
}

.news-table {
  width: 100%;
  border-spacing: 0 4px;
}

.news-item td {
  padding: 4px 0;
  vertical-align: top;
}

.news-date {
  white-space: nowrap;
  min-width: 110px;
  width: 110px;
  color: #666;
  padding-right: 16px !important;
  font-variant-numeric: tabular-nums;
}

.news-text {
  line-height: 1.5;
}

.social-links {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 27px;
  color: #0051c9;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s;
}

.social-link:hover {
  background-color: rgba(0, 81, 201, 0.1);
}

.academic-service {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 2rem;
}

.service-category {
  font-size: 0.95em;
  line-height: 1.5;
}

.service-title {
  font-weight: 550;
}

.invited-talks-list {
  list-style: none;
  padding-left: 0;
  margin: 8px 0 0 0;
}

.invited-talks-list li {
  display: flex;
  gap: 12px;
  margin-bottom: 8px;
}

.invited-talks-list li::before {
  content: attr(data-date);
  color: #666;
  min-width: 70px;
  flex-shrink: 0;
  font-weight: 500;
  font-size: 0.9em;
}