.profile-section {
  padding: 3rem 0 1rem;
}

.profile-wrap {
  display: flex;
  justify-content: center;
}

.profile-photo {
  width: 260px;
}

.profile-photo img {
  width: 100%;
  aspect-ratio: 13 / 16;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: #ecebe7;
}

.publication-list {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e5e5e5;
}

.publication {
  padding: 0.5rem 0;
  display: flex;
  flex-direction: column;
}

.pub-title {
  font-style: italic;
}

a.pub-title:hover {
  text-decoration: underline;
}

.pub-venue {
  font-weight: 650;
  font-size: 1.05rem;
}