body {
  font-family: 'Noto Sans', sans-serif;
}

.publication-title {
  font-family: 'Google Sans', sans-serif;
  font-weight: 600;
  line-height: 1.25;
}

.publication-authors {
  font-family: 'Google Sans', sans-serif;
  margin-top: 1rem;
}

.publication-authors .author-block {
  display: inline-block;
  margin: 0 0.35rem;
}

.publication-authors a {
  color: #3273dc;
}

.publication-authors a:hover {
  text-decoration: underline;
}

.publication-links {
  margin-top: 1.5rem;
}

/* the teaser line used to sit here; without it the default hero padding
   leaves too much air between the button row and the first section */
.hero .hero-body {
  padding-bottom: 1rem;
}

.publication-links .link-block {
  margin: 0 0.25rem;
}

.method-img,
.results-img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.section {
  padding: 2.5rem 1.5rem;
}

pre {
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 1.25rem;
  overflow-x: auto;
}

.footer {
  padding: 2.5rem 1.5rem;
  background-color: #fafafa;
}
.publication-venue {
  margin-top: 1rem;
}

.venue-badge {
  display: inline-block;
  padding: 0.3rem 0.9rem;
  border: 1px solid #3273dc;
  border-radius: 999px;
  font-family: 'Google Sans', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  color: #3273dc;
  background-color: #f0f5fd;
}

.video-section {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
}

.video-wrapper {
  max-width: 950px;
  margin: 0 auto;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.gt-red {
  color: #d0342c;
  font-weight: 600;
}

.method-figure,
.result-figure {
  margin-top: 2.5rem;
  text-align: center;
}

.result-figure figcaption {
  margin-top: 2.5rem;
  font-size: 0.95rem;
  color: #4a4a4a;
  text-align: left;
}

/* the in-vivo panel is sparser than the simulated one, so it reads better small */
.is-narrow-figure .results-img {
  width: 80%;
  margin: 0 auto;
}

.under-construction {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  font-style: italic;
  color: #8a6d3b;
}

.under-construction .fas {
  margin-right: 0.35rem;
  font-style: normal;
}
