/* Color scheme inspired by https://www.jessezhang.net/ and https://www.seas.upenn.edu/~oleh/ */
a {
  color: #1772d0;
  text-decoration: none;
}

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

.toggled,
.toggled:hover,
.toggled:active,
.toggled:link,
.toggled:visited {
  color: black;
  text-decoration: underline;
  cursor: text;
}

.pub-toggle {
  font-size: 17px;
}

.pub-toggle-paren {
  font-size: 17px;
  color: black;
  cursor: default;
}

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

heading {
  font-size: 22px;
}

papertitle {
  font-size: 18px;
  font-weight: 700;
  display: block;
}

papertitle a {
  display: block;
  max-width: min(75ch, 100%);
  font-weight: 700;
}

name {
  font-size: 30px;
}

img {
  border-radius: 15px;
}

.table-like {
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 10px;
}

.intro-block {
  flex: 1 0 300px;
  max-width: 600px;
}

.image-cropper {
  width: 250px;
  height: 250px;
  position: relative;
  overflow: hidden;
  border-radius: 60%;
  flex-shrink: 0;
}

.image-cropper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

hr {
  border: 0;
  height: 1px;
  max-width: 800px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

ul.news-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
  display: table;
  border-collapse: separate;
  border-spacing: 0 5px;
}

ul.education-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}

ul.news-list li {
  display: table-row;
}

ul.news-list b {
  display: table-cell;
  font-size: 14.5px;
  padding-right: 0.75em;
  padding-bottom: 2px;
  white-space: nowrap;
  vertical-align: top;
}

ul.news-list li > span,
ul.news-list li {
  line-height: 1.6;
}

ul.education-list li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 10px 0;
  line-height: 1.5;
}

.edu-icon {
  flex-shrink: 0;
  width: 18px;
  color: #333;
}

.edu-details {
  flex: 1;
  min-width: 0;
}

.edu-details strong a {
  color: inherit;
  font-weight: 700;
}

.edu-details strong a:hover,
.edu-details strong a:focus {
  color: #1772d0;
}

.edu-years {
  flex-shrink: 0;
  min-width: 96px;
  margin-right: 40px;
  text-align: right;
  white-space: nowrap;
  color: #333;
}

.pub-row {
  margin: 12px 0;
  line-height: 1.5;
}

.pub-authors {
  margin-top: 2px;
}

.pub-authors strong {
  text-decoration: underline;
}

.pub-venue {
  margin-top: 2px;
  color: #333;
}

.pub-conf {
  /* color: #209465; */
  font-weight: 300;
}

.pub-links {
  margin-top: 4px;
}

.section-block {
  width: 100%;
  text-align: left;
  margin-top: 20px;
}

.footer-note {
  margin: 20px auto;
  text-align: center;
}

@media only screen and (max-width: 700px) {
  .table-like {
    flex-direction: column-reverse;
    align-items: center;
  }

  .intro-block {
    max-width: 100%;
  }
}
